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 Remove share/icons/gnome/48x...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6bfc9f6f77f
branches:  trunk
changeset: 524391:f6bfc9f6f77f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 24 19:39:25 2007 +0000

description:
Remove share/icons/gnome/48x48/mimetypes if it exists.
Some other packages create it. Bump PKGREVISION.

diffstat:

 graphics/gnome-icon-theme/Makefile |  4 ++--
 graphics/gnome-icon-theme/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 992342db0812 -r f6bfc9f6f77f graphics/gnome-icon-theme/Makefile
--- a/graphics/gnome-icon-theme/Makefile        Wed Jan 24 19:38:34 2007 +0000
+++ b/graphics/gnome-icon-theme/Makefile        Wed Jan 24 19:39:25 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2007/01/18 22:42:20 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2007/01/24 19:39:25 wiz Exp $
 #
 
 DISTNAME=              gnome-icon-theme-2.16.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            graphics gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.16/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 992342db0812 -r f6bfc9f6f77f graphics/gnome-icon-theme/PLIST
--- a/graphics/gnome-icon-theme/PLIST   Wed Jan 24 19:38:34 2007 +0000
+++ b/graphics/gnome-icon-theme/PLIST   Wed Jan 24 19:39:25 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2007/01/18 22:42:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2007/01/24 19:39:25 wiz Exp $
 share/icons/gnome/16x16/actions/add.png
 share/icons/gnome/16x16/actions/application-exit.png
 share/icons/gnome/16x16/actions/appointment-new.png
@@ -4990,6 +4990,7 @@
 @dirrm share/icons/gnome/48x48/stock/data
 @dirrm share/icons/gnome/48x48/stock/code
 @dirrm share/icons/gnome/48x48/stock
+@unexec ${RMDIR} %D/share/icons/gnome/48x48/mimetypes 2>/dev/null || ${TRUE}
 @dirrm share/icons/gnome/48x48/filesystems
 @dirrm share/icons/gnome/48x48/emblems
 @dirrm share/icons/gnome/48x48/devices



Home | Main Index | Thread Index | Old Index