diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-31 04:21:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-31 04:21:07 +0800 |
commit | 30d283dd5650ea577f1d50882eac5a991f9b1168 (patch) | |
tree | 6c04e4e4c5a90d71a164536c8fa0eabbfe0115eb /x11/gnome-panel | |
parent | 06f96894348b32e65e1ce572d77a5c3b35f97163 (diff) | |
download | freebsd-ports-gnome-30d283dd5650ea577f1d50882eac5a991f9b1168.tar.gz freebsd-ports-gnome-30d283dd5650ea577f1d50882eac5a991f9b1168.tar.zst freebsd-ports-gnome-30d283dd5650ea577f1d50882eac5a991f9b1168.zip |
Update to 2.0.3 and add USE_GNOMENG.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 19 | ||||
-rw-r--r-- | x11/gnome-panel/distinfo | 2 | ||||
-rw-r--r-- | x11/gnome-panel/pkg-plist | 7 |
3 files changed, 8 insertions, 20 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index af8a3ed51c83..bb99ee98c78d 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomepanel -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= 2.0.0/sources/gnome-panel @@ -22,26 +21,20 @@ LIB_DEPENDS= wnck-1.4:${PORTSDIR}/x11-toolkits/libwnck \ USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --disable-gtk-doc \ - --with-kde-datadir=${LOCALBASE}/share \ +CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ --with-kde-docdir=${LOCALBASE}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -MAN1= gnome-panel-2.1 gnome-panel-properties.1 +MAN1= gnome-panel.1 gnome-panel-preferences.1 -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ - s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ - s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g ; \ - s|[(]datadir[)]/locale|(prefix)/share/locale|g' .include <bsd.port.mk> diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo index db2e5c7c6256..24af885792a4 100644 --- a/x11/gnome-panel/distinfo +++ b/x11/gnome-panel/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnome-panel-2.0.2.tar.bz2) = e56954d81a325bb4af0f704cff70a386 +MD5 (gnome2/gnome-panel-2.0.3.tar.bz2) = 6e45a07c1255114d60d20f16e387bc9e diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist index c26d441a176a..2408b1d1f704 100644 --- a/x11/gnome-panel/pkg-plist +++ b/x11/gnome-panel/pkg-plist @@ -1,4 +1,3 @@ -bin/fish-applet-2 bin/gnome-desktop-item-edit bin/gnome-panel bin/gnome-panel-preferences @@ -60,6 +59,7 @@ libdata/bonobo/servers/GNOME_FishApplet_Factory.server libdata/bonobo/servers/GNOME_GenUtilApplet_Factory.server libdata/bonobo/servers/GNOME_Panel.server libdata/pkgconfig/libpanelapplet-2.0.pc +libexec/fish-applet-2 share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop share/gnome/gen_util/pager.glade share/gnome/gen_util/tasklist.glade @@ -167,9 +167,6 @@ share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo -@dirrm share/gnome/pixmaps/mailcheck -@dirrm share/gnome/pixmaps/fish -@dirrm share/gnome/panel @dirrm share/gnome/omf/gnome-panel @dirrm share/gnome/idl/gnome-panel-2.0 @dirrm share/gnome/help/workspace-switcher/C/figures @@ -190,8 +187,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo @dirrm share/gnome/gen_util @dirrm share/gnome/gnome-panel/glade @dirrm share/gnome/gnome-panel -@dirrm share/gnome/control-center-2.0/capplets -@dirrm share/gnome/control-center-2.0 @dirrm share/doc/panel-applet @dirrm include/panel-2.0 @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/tasklist_applet/prefs |