summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-04-06 11:16:43 +0000
committerwiz <wiz@pkgsrc.org>2002-04-06 11:16:43 +0000
commiteb45de28e9e2a9e41f66363adcf24fdd3a586817 (patch)
treeabf958c15eaf64121bcb6ad29ad7e8761b3d4597 /x11
parent1cd3ee1729167664aae55d642a7a42c0b99754fe (diff)
downloadpkgsrc-eb45de28e9e2a9e41f66363adcf24fdd3a586817.tar.gz
Install GTK pixmaps in ${PREFIX}/share/pixmaps, not /usr/share/pixmaps.
Fix PLIST to include the files. XXX: If you had this package installed, you can rm /usr/share/pixmaps/*screensaver* and probably rmdir /usr/share/pixmaps
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/PLIST9
-rw-r--r--x11/xscreensaver/distinfo6
-rw-r--r--x11/xscreensaver/patches/patch-aa13
-rw-r--r--x11/xscreensaver/patches/patch-af15
4 files changed, 34 insertions, 9 deletions
diff --git a/x11/xscreensaver/PLIST b/x11/xscreensaver/PLIST
index 48cf473327f..2606c14d1d8 100644
--- a/x11/xscreensaver/PLIST
+++ b/x11/xscreensaver/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/03/19 15:34:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2002/04/06 11:16:43 wiz Exp $
bin/xscreensaver
bin/xscreensaver-command
bin/xscreensaver-demo
@@ -393,5 +393,12 @@ man/man1/xspirograph.1
man/man1/xsublim.1
man/man1/xteevee.1
man/man1/zoom.1
+share/pixmaps/screensaver-cmndln.xpm
+share/pixmaps/screensaver-colorselector.xpm
+share/pixmaps/screensaver-diagnostic.xpm
+share/pixmaps/screensaver-locking.xpm
+share/pixmaps/screensaver-power.xpm
+share/pixmaps/screensaver-snap.xpm
+share/pixmaps/xscreensaver.xpm
@dirrm libexec/xscreensaver/config
@dirrm libexec/xscreensaver
diff --git a/x11/xscreensaver/distinfo b/x11/xscreensaver/distinfo
index 90201d98c9b..270927fcafa 100644
--- a/x11/xscreensaver/distinfo
+++ b/x11/xscreensaver/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2002/04/05 12:05:31 skrll Exp $
+$NetBSD: distinfo,v 1.17 2002/04/06 11:16:43 wiz Exp $
SHA1 (xscreensaver-4.02.tar.gz) = b32cf3ed37680669a4a7ea2b945fadb5841fc6b3
Size (xscreensaver-4.02.tar.gz) = 2201442 bytes
-SHA1 (patch-aa) = 9d7d54e7fe554e5fe44908b6a96923a019210feb
+SHA1 (patch-aa) = 48beab31e1528d5d0234a662258ee589384dce71
SHA1 (patch-ab) = 3f60a99f7d45f38b6c4afe2fcc6eafc9456acb30
SHA1 (patch-ac) = 4f201f01b65935c57efa7bfec8291f29a7ff1280
SHA1 (patch-ae) = 9209256c4dcc7bde3dd812bb8fcbad1f8b4f0f08
-SHA1 (patch-af) = a585edb4e65067e7b3913944093f9d18045d27d9
+SHA1 (patch-af) = bebfa87e2df4f27221d701898c820bbdda3e6316
diff --git a/x11/xscreensaver/patches/patch-aa b/x11/xscreensaver/patches/patch-aa
index 6c5295ef398..31c17788062 100644
--- a/x11/xscreensaver/patches/patch-aa
+++ b/x11/xscreensaver/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.18 2002/04/05 11:25:54 skrll Exp $
+$NetBSD: patch-aa,v 1.19 2002/04/06 11:16:43 wiz Exp $
---- configure.orig Mon Mar 18 23:42:35 2002
+--- configure.orig Tue Mar 19 00:42:35 2002
+++ configure
@@ -1638,7 +1638,7 @@
# implement the "install-strip" target properly (strip executables,
@@ -29,3 +29,12 @@ $NetBSD: patch-aa,v 1.18 2002/04/05 11:25:54 skrll Exp $
if test -d $d; then
X_CFLAGS="-I$d $X_CFLAGS"
echo "$ac_t""$d" 1>&6
+@@ -10745,7 +10745,7 @@
+ GTK_ICONDIR='$(GNOME_DATADIR)/pixmaps'
+ elif test "$have_gtk" = yes; then
+ # should this be "$(prefix)/share/pixmaps"? But /usr/X11R6/share/ is wrong...
+- GTK_ICONDIR='/usr/share/pixmaps'
++ GTK_ICONDIR='$(prefix)/share/pixmaps'
+ else
+ GTK_ICONDIR=''
+ fi
diff --git a/x11/xscreensaver/patches/patch-af b/x11/xscreensaver/patches/patch-af
index d9a1ab8b16f..732a7ecfc63 100644
--- a/x11/xscreensaver/patches/patch-af
+++ b/x11/xscreensaver/patches/patch-af
@@ -1,7 +1,7 @@
-$NetBSD: patch-af,v 1.6 2002/04/05 04:50:23 mycroft Exp $
+$NetBSD: patch-af,v 1.7 2002/04/06 11:16:44 wiz Exp $
---- configure.in.orig Mon Mar 18 23:01:26 2002
-+++ configure.in Thu Apr 4 18:48:21 2002
+--- configure.in.orig Tue Mar 19 00:01:26 2002
++++ configure.in
@@ -1512,7 +1512,7 @@
if test "$have_kerberos5" = yes ; then
# from Matt Knopp <mhat@infocalypse.netlag.com>
@@ -11,3 +11,12 @@ $NetBSD: patch-af,v 1.6 2002/04/05 04:50:23 mycroft Exp $
elif test "$have_kerberos" = yes ; then
# from Tim Showalter <tjs@psaux.com> for FreeBSD 4.2
PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes -lcom_err"
+@@ -2988,7 +2988,7 @@
+ GTK_ICONDIR='$(GNOME_DATADIR)/pixmaps'
+ elif test "$have_gtk" = yes; then
+ # should this be "$(prefix)/share/pixmaps"? But /usr/X11R6/share/ is wrong...
+- GTK_ICONDIR='/usr/share/pixmaps'
++ GTK_ICONDIR='$(prefix)/share/pixmaps'
+ else
+ GTK_ICONDIR=''
+ fi