diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-10 13:47:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-10 13:47:02 +0800 |
commit | 4f3673988a3500d6fd1bdd9499c47b29db8f3826 (patch) | |
tree | 09551252d78101762263879246b1975c85df40df /x11/gdm2 | |
parent | 56cbd4cd680997763e01b9ac57c2af7802fcd903 (diff) | |
download | freebsd-ports-gnome-4f3673988a3500d6fd1bdd9499c47b29db8f3826.tar.gz freebsd-ports-gnome-4f3673988a3500d6fd1bdd9499c47b29db8f3826.tar.zst freebsd-ports-gnome-4f3673988a3500d6fd1bdd9499c47b29db8f3826.zip |
Update to 2.4.0.1.
Diffstat (limited to 'x11/gdm2')
-rw-r--r-- | x11/gdm2/Makefile | 13 | ||||
-rw-r--r-- | x11/gdm2/distinfo | 2 | ||||
-rw-r--r-- | x11/gdm2/pkg-plist | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 25cee665e0ec..cce941706df1 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gdm2 -PORTVERSION= 2.4.0.0 +PORTVERSION= 2.4.0.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final +MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME:S/2$//} DISTNAME= gdm-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -22,6 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ @@ -40,11 +41,11 @@ pre-fetch: .endif pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ + 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ + s|[(]datadir[)]/locale|(prefix)/share/locale|g' post-install: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/x11/gdm2/distinfo b/x11/gdm2/distinfo index 80702db1c69e..735ba2d9d3a6 100644 --- a/x11/gdm2/distinfo +++ b/x11/gdm2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gdm-2.4.0.0.tar.bz2) = e8426be580e068e48420cf7bf1f96d1a +MD5 (gnome2/gdm-2.4.0.1.tar.bz2) = 0c2cd44a852dddc793562657e5302898 diff --git a/x11/gdm2/pkg-plist b/x11/gdm2/pkg-plist index d1a193ea9314..de59d56363f8 100644 --- a/x11/gdm2/pkg-plist +++ b/x11/gdm2/pkg-plist @@ -1,4 +1,5 @@ bin/gdm +bin/gdm-binary bin/gdmXnestchooser bin/gdmchooser bin/gdmflexiserver @@ -33,6 +34,8 @@ share/gnome/gdm/themes/happygnome/gnome-logo.png share/gnome/gdm/themes/happygnome/happygnome.xml share/gnome/gdm/themes/happygnome/options.png share/gnome/gdm/themes/happygnome/screenshot.png +share/gnome/gdm/themes/happygnome/session.png +share/gnome/gdm/themes/happygnome/system.png share/gnome/gdm/themes/circles/GdmGreeterTheme.desktop share/gnome/gdm/themes/circles/background.svg share/gnome/gdm/themes/circles/circles.xml @@ -46,6 +49,7 @@ share/gnome/pixmaps/nobody.png share/gnome/pixmaps/nohost.png share/locale/ar/LC_MESSAGES/gdm-2.4.mo share/locale/az/LC_MESSAGES/gdm-2.4.mo +share/locale/bg/LC_MESSAGES/gdm-2.4.mo share/locale/ca/LC_MESSAGES/gdm-2.4.mo share/locale/cs/LC_MESSAGES/gdm-2.4.mo share/locale/da/LC_MESSAGES/gdm-2.4.mo |