pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gnome-icon-theme Add patch to make sure



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c6aed3f34f8
branches:  trunk
changeset: 475832:1c6aed3f34f8
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu May 27 19:40:23 2004 +0000

description:
Add patch to make sure
share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-sh.pn
links to an existing file.
This patch is based on patch from GNOME CVS.
http://cvs.gnome.org/viewcvs/gnome-icon-theme/48x48/mimetypes/Makefile.am?r1=1.31&r2=1.32&diff_format=u
Also bump PKGREVISION.

diffstat:

 graphics/gnome-icon-theme/Makefile         |   4 ++--
 graphics/gnome-icon-theme/distinfo         |   3 ++-
 graphics/gnome-icon-theme/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r c1f018c692f6 -r 1c6aed3f34f8 graphics/gnome-icon-theme/Makefile
--- a/graphics/gnome-icon-theme/Makefile        Thu May 27 19:33:29 2004 +0000
+++ b/graphics/gnome-icon-theme/Makefile        Thu May 27 19:40:23 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2004/05/06 13:50:20 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/27 19:40:23 reed Exp $
 #
 
 DISTNAME=              gnome-icon-theme-1.2.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            graphics gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/1.2/}
 EXTRACT_SUFX=          .tar.bz2
diff -r c1f018c692f6 -r 1c6aed3f34f8 graphics/gnome-icon-theme/distinfo
--- a/graphics/gnome-icon-theme/distinfo        Thu May 27 19:33:29 2004 +0000
+++ b/graphics/gnome-icon-theme/distinfo        Thu May 27 19:40:23 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/04/19 23:57:36 minskim Exp $
+$NetBSD: distinfo,v 1.5 2004/05/27 19:40:23 reed Exp $
 
 SHA1 (gnome-icon-theme-1.2.1.tar.bz2) = 01713a68380aea6996dcad2144ec20cc2c2740e7
 Size (gnome-icon-theme-1.2.1.tar.bz2) = 2752881 bytes
+SHA1 (patch-aa) = f323f4f350c4dc3a6f076eb9c6160bc6bbdcdd50
diff -r c1f018c692f6 -r 1c6aed3f34f8 graphics/gnome-icon-theme/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gnome-icon-theme/patches/patch-aa        Thu May 27 19:40:23 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/05/27 19:40:23 reed Exp $
+
+--- 48x48/mimetypes/Makefile.in.orig   2004-04-19 02:51:50.000000000 -0700
++++ 48x48/mimetypes/Makefile.in
+@@ -447,7 +447,7 @@ install-data-hook:
+       ln -sf gnome-mime-text-x-chdr.png $(DESTDIR)$(icondir)/gnome-mime-text-x-c-header.png
+       ln -sf gnome-mime-text-x-csrc.png $(DESTDIR)$(icondir)/gnome-mime-text-x-c.png
+       ln -sf gnome-mime-text-x-c++src.png $(DESTDIR)$(icondir)/gnome-mime-text-x-c++.png
+-      ln -sf gnome-mime-text-x-shellscript.png $(DESTDIR)$(icondir)/gnome-mime-text-x-sh.png
++      ln -sf gnome-mime-application-x-shellscript.png $(DESTDIR)$(icondir)/gnome-mime-text-x-sh.png
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:



Home | Main Index | Thread Index | Old Index