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.
This commit is contained in:
parent
7b73e2949f
commit
198be99815
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
@ -34,7 +34,7 @@ GCONF2_SCHEMAS= gnome-session.schemas
|
|||
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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue