diff options
author | reed <reed@pkgsrc.org> | 2004-05-27 19:40:23 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-27 19:40:23 +0000 |
commit | c58b1fe6f3ae6cfffc65184d6a53e09a815d4ceb (patch) | |
tree | d0d6f7cae5875ab9c7f2f382bddd35aa36791f4a /graphics/gnome-icon-theme/patches | |
parent | 896ca450a5861912dad277b28ddacf5d0e773d83 (diff) | |
download | pkgsrc-c58b1fe6f3ae6cfffc65184d6a53e09a815d4ceb.tar.gz |
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 (limited to 'graphics/gnome-icon-theme/patches')
-rw-r--r-- | graphics/gnome-icon-theme/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gnome-icon-theme/patches/patch-aa b/graphics/gnome-icon-theme/patches/patch-aa new file mode 100644 index 00000000000..7d67abe5907 --- /dev/null +++ b/graphics/gnome-icon-theme/patches/patch-aa @@ -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: |