pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnome-session Use a custom splash screen that incl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2340b7e2b339
branches:  trunk
changeset: 470257:2340b7e2b339
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 07 17:42:23 2004 +0000

description:
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:

 x11/gnome-session/Makefile |  18 ++++++++++++++++--
 x11/gnome-session/PLIST    |   3 ++-
 x11/gnome-session/distinfo |   4 +++-
 3 files changed, 21 insertions(+), 4 deletions(-)

diffs (75 lines):

diff -r c166c5f2ef87 -r 2340b7e2b339 x11/gnome-session/Makefile
--- a/x11/gnome-session/Makefile        Sun Mar 07 17:18:58 2004 +0000
+++ b/x11/gnome-session/Makefile        Sun Mar 07 17:42:23 2004 +0000
@@ -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@localhost
 HOMEPAGE=              http://www.gnome.org/
@@ -15,6 +17,7 @@
 
 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_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 -r c166c5f2ef87 -r 2340b7e2b339 x11/gnome-session/PLIST
--- a/x11/gnome-session/PLIST   Sun Mar 07 17:18:58 2004 +0000
+++ b/x11/gnome-session/PLIST   Sun Mar 07 17:42:23 2004 +0000
@@ -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/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 -r c166c5f2ef87 -r 2340b7e2b339 x11/gnome-session/distinfo
--- a/x11/gnome-session/distinfo        Sun Mar 07 17:18:58 2004 +0000
+++ b/x11/gnome-session/distinfo        Sun Mar 07 17:42:23 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index