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 new splash screen file that is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39c54f918313
branches:  trunk
changeset: 480988:39c54f918313
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Sep 23 13:17:34 2004 +0000

description:
Use a new splash screen file that is not corrupted (uploading with a new
name to avoid a manual removal of the old file).  The previous PNG image
was not uploaded correctly, and misteriously resulted in checksum mismatches
(though I haven't been able to reproduce the problem).  Closes PR pkg/27019.

diffstat:

 x11/gnome-session/Makefile |  8 ++++----
 x11/gnome-session/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 9dd466035030 -r 39c54f918313 x11/gnome-session/Makefile
--- a/x11/gnome-session/Makefile        Thu Sep 23 13:05:55 2004 +0000
+++ b/x11/gnome-session/Makefile        Thu Sep 23 13:17:34 2004 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.41 2004/09/21 16:58:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2004/09/23 13:17:34 jmmv Exp $
 #
 
 DISTNAME=              gnome-session-2.8.0
 CATEGORIES=            x11 gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-session/2.8/}
-SITES_gnome-splash-2.8.0.png=  ${MASTER_SITE_LOCAL:=gnome-splash/}
+SITES_gnome-splash-2.8.0.1.png=        ${MASTER_SITE_LOCAL:=gnome-splash/}
 EXTRACT_SUFX=          .tar.bz2
-DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} gnome-splash-2.8.0.png
+DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} gnome-splash-2.8.0.1.png
 
 MAINTAINER=            jmmv%NetBSD.org@localhost
 HOMEPAGE=              http://www.gnome.org/
@@ -34,7 +34,7 @@
 post-extract:
        ${MV} ${WRKSRC}/gnome-session/gnome-splash.png \
            ${WRKSRC}/gnome-session/gnome-splash-orig.png
-       ${CP} ${DISTDIR}/gnome-splash-2.8.0.png \
+       ${CP} ${DISTDIR}/gnome-splash-2.8.0.1.png \
            ${WRKSRC}/gnome-session/gnome-splash.png
 
 post-install:
diff -r 9dd466035030 -r 39c54f918313 x11/gnome-session/distinfo
--- a/x11/gnome-session/distinfo        Thu Sep 23 13:05:55 2004 +0000
+++ b/x11/gnome-session/distinfo        Thu Sep 23 13:17:34 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2004/09/21 16:58:42 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2004/09/23 13:17:34 jmmv Exp $
 
 SHA1 (gnome-session-2.8.0.tar.bz2) = 07a3091cb69b17919f47b59d55f7dba74cf0fda2
 Size (gnome-session-2.8.0.tar.bz2) = 868871 bytes
-SHA1 (gnome-splash-2.8.0.png) = 3798cfbdae85187bdac7eed3e2b296a68c0e1ebf
-Size (gnome-splash-2.8.0.png) = 111413 bytes
+SHA1 (gnome-splash-2.8.0.1.png) = c278e7fd1eb487b1905cedf0bb62e2672ba0e6f8
+Size (gnome-splash-2.8.0.1.png) = 115672 bytes
 SHA1 (patch-aa) = dad8d1a40dad19a9b7bc58e62a3777a8bea7abc3
 SHA1 (patch-ab) = cb6e685ec5f2aa34fd72b7106906b3c05f519761



Home | Main Index | Thread Index | Old Index