diff options
author | jmmv <jmmv> | 2004-03-07 17:42:23 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-07 17:42:23 +0000 |
commit | 90dc31a9c9966b91c9ec84cbf49bef55c8f36779 (patch) | |
tree | 7912acf205a07fcb577575aabe4ec1714abab87f /x11 | |
parent | bca2e9164eff24e86f7b9d9099566797456c9081 (diff) | |
download | pkgsrc-90dc31a9c9966b91c9ec84cbf49bef55c8f36779.tar.gz |
Use a custom splash screen that includes a note about pkgsrc and also shows
the current installed version of GNOME. Bump PKGREVISION to 4.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 18 | ||||
-rw-r--r-- | x11/gnome-session/PLIST | 3 | ||||
-rw-r--r-- | x11/gnome-session/distinfo | 4 |
3 files changed, 21 insertions, 4 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index b75ffb00e4c..6548afdbefc 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.32 2004/02/14 20:31:56 minskim Exp $ +# $NetBSD: Makefile,v 1.33 2004/03/07 17:42:23 jmmv Exp $ # DISTNAME= gnome-session-2.4.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.4/} +SITES_${SPLASH_NAME}= ${MASTER_SITE_LOCAL:=gnome-splash/} EXTRACT_SUFX= .tar.bz2 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SPLASH_NAME} MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ @@ -15,6 +17,7 @@ DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs CONFLICTS+= gnome-core<1.4.2nb4 +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes @@ -23,8 +26,19 @@ USE_X11= yes USE_PERL5= build USE_LIBTOOL= yes +SPLASH_NAME= gnome-splash-2.4.2.png + GCONF2_SCHEMAS= gnome-session.schemas +post-extract: + ${MV} ${WRKSRC}/gnome-session/gnome-splash.png \ + ${WRKSRC}/gnome-session/gnome-splash-orig.png + ${CP} ${DISTDIR}/${SPLASH_NAME} ${WRKSRC}/gnome-session/gnome-splash.png + +post-install: + ${INSTALL_DATA} ${WRKSRC}/gnome-session/gnome-splash-orig.png \ + ${PREFIX}/share/pixmaps/splash/gnome-splash-orig.png + .include "../../audio/esound/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" diff --git a/x11/gnome-session/PLIST b/x11/gnome-session/PLIST index 3d1ebc81fa1..c77bbf1e5c2 100644 --- a/x11/gnome-session/PLIST +++ b/x11/gnome-session/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/15 00:26:50 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/07 17:42:23 jmmv Exp $ bin/gnome-session bin/gnome-session-properties bin/gnome-session-remove @@ -76,6 +76,7 @@ ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/gnome-session-2.0.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo share/pixmaps/splash/gnome-splash.png +share/pixmaps/splash/gnome-splash-orig.png @dirrm share/pixmaps/splash @exec ${MKDIR} %D/share/omf/gnome-core @unexec ${RMDIR} %D/share/omf/gnome-core 2>/dev/null || ${TRUE} diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo index b6e15de4190..fda548dcfc2 100644 --- a/x11/gnome-session/distinfo +++ b/x11/gnome-session/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.7 2004/01/16 02:35:50 xtraeme Exp $ +$NetBSD: distinfo,v 1.8 2004/03/07 17:42:23 jmmv Exp $ SHA1 (gnome-session-2.4.2.tar.bz2) = c9001f78a4c02ef5b34114c8a0407157d22a73ae Size (gnome-session-2.4.2.tar.bz2) = 911570 bytes +SHA1 (gnome-splash-2.4.2.png) = 6a74dd7847713d4667479920731b23a73402dfd6 +Size (gnome-splash-2.4.2.png) = 68834 bytes |