diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-30 20:21:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-30 20:21:07 +0000 |
commit | 832d724e166a4e865716a855586be31119c27cf8 (patch) | |
tree | c3073064b0a66d2950b96fab8defd64d9571137f /x11/gnome-session | |
parent | 7c6ae2a8c68a8f19e67771d11cd5add85282e5d3 (diff) | |
download | ports-832d724e166a4e865716a855586be31119c27cf8.tar.gz ports-832d724e166a4e865716a855586be31119c27cf8.zip |
Notes
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 15 | ||||
-rw-r--r-- | x11/gnome-session/distinfo | 2 | ||||
-rw-r--r-- | x11/gnome-session/pkg-plist | 2 |
3 files changed, 8 insertions, 11 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 27c624f3bc72..eb69c95cf8fd 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomesession -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= 2.0.0/sources/gnome-session @@ -20,23 +20,20 @@ LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui 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 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -MAN1= gnome-libice-check.1 gnome-login-check.1 gnome-session.1 \ - gnome-smproxy.1 gnome-wm.1 save-session.1 session-properties.1 +MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 save-session.1 \ + session-properties.1 MAN5= default.session.5 -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|[(]datadir[)]/locale|(prefix)/share/locale|g' .include <bsd.port.mk> diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo index 005c71b87d60..e0a727866123 100644 --- a/x11/gnome-session/distinfo +++ b/x11/gnome-session/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnome-session-2.0.2.tar.bz2) = 9a2d9900ff6da6e432d4bf3cb9b3dc54 +MD5 (gnome2/gnome-session-2.0.3.tar.bz2) = 39268b8db019e844df2143de86f02078 diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist index c637c1ab5817..187cc3865d9a 100644 --- a/x11/gnome-session/pkg-plist +++ b/x11/gnome-session/pkg-plist @@ -13,6 +13,7 @@ share/gnome/default.session share/gnome/default.wm share/gnome/pixmaps/splash/gnome-splash.png share/locale/az/LC_MESSAGES/gnome-session-2.0.mo +share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo @@ -56,7 +57,6 @@ share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo -@dirrm share/gnome/pixmaps/splash @dirrm share/gnome/omf/gnome-core @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session |