Sat Jun 5 10:16:38 2010 UTC ()
Remove some unneeded tools. Stop installing files into a
directory GNOME stopped using. Override two more start-here icons
with the NetBSD logo.
Bump PKGREVISION.


(wiz)
diff -r1.66 -r1.67 pkgsrc/graphics/gnome-icon-theme/Makefile
diff -r1.35 -r1.36 pkgsrc/graphics/gnome-icon-theme/PLIST

cvs diff -r1.66 -r1.67 pkgsrc/graphics/gnome-icon-theme/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gnome-icon-theme/Makefile 2010/06/05 10:05:38 1.66
+++ pkgsrc/graphics/gnome-icon-theme/Makefile 2010/06/05 10:16:37 1.67
@@ -1,44 +1,42 @@ @@ -1,44 +1,42 @@
1# $NetBSD: Makefile,v 1.66 2010/06/05 10:05:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.67 2010/06/05 10:16:37 wiz Exp $
2# 2#
3 3
4DISTNAME= gnome-icon-theme-2.30.3 4DISTNAME= gnome-icon-theme-2.30.3
 5PKGREVISION= 1
5CATEGORIES= graphics gnome 6CATEGORIES= graphics gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.30/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.30/}
7EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnome.org/ 11HOMEPAGE= http://www.gnome.org/
11COMMENT= Theme consisting of a set of icons for GNOME 12COMMENT= Theme consisting of a set of icons for GNOME
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15NOT_FOR_BULK_PLATFORM= HPUX-*-* 16NOT_FOR_BULK_PLATFORM= HPUX-*-*
16 17
17GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
18USE_TOOLS+= gmake intltool msgfmt perl pkg-config 19USE_TOOLS+= gmake intltool pkg-config
 20# otherwise it creates lots of lib/locale dirs, even though it doesn't
 21# need them (!)
19USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
20 23
21PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in 24PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in
22 25
23# https://bugzilla.gnome.org/show_bug.cgi?id=620638 
24INSTALLATION_DIRS= share/icons/gnome/scalable/places 
25 
26# The list of installed files depends on the version of 26# The list of installed files depends on the version of
27# icon-naming-utils, so be sure that this dependency corresponds to 27# icon-naming-utils, so be sure that this dependency corresponds to
28# the current pkgsrc version. 28# the current pkgsrc version.
29BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90 29BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90
30 30
31# XXX this is used by applications. We "own" the subtree share/icons/gnome, 
32# so we control the subdirs not belonging to a single application. 
33post-install: 31post-install:
34 ${MKDIR} ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/mimetypes 
35 ${INSTALL_DATA} ${FILESDIR}/distributor-logo.svg ${DESTDIR}${PREFIX}/share/icons/gnome/scalable/places/start-here.svg 
36 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 16 -h 16 -o ${DESTDIR}${PREFIX}/share/icons/gnome/16x16/places/start-here.png 32 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 16 -h 16 -o ${DESTDIR}${PREFIX}/share/icons/gnome/16x16/places/start-here.png
37 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 22 -h 22 -o ${DESTDIR}${PREFIX}/share/icons/gnome/22x22/places/start-here.png 33 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 22 -h 22 -o ${DESTDIR}${PREFIX}/share/icons/gnome/22x22/places/start-here.png
38 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 24 -h 24 -o ${DESTDIR}${PREFIX}/share/icons/gnome/24x24/places/start-here.png 34 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 24 -h 24 -o ${DESTDIR}${PREFIX}/share/icons/gnome/24x24/places/start-here.png
39 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 32 -h 32 -o ${DESTDIR}${PREFIX}/share/icons/gnome/32x32/places/start-here.png 35 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 32 -h 32 -o ${DESTDIR}${PREFIX}/share/icons/gnome/32x32/places/start-here.png
 36 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 48 -h 48 -o ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/places/start-here.png
 37 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 256 -h 256 -o ${DESTDIR}${PREFIX}/share/icons/gnome/256x256/places/start-here.png
40 38
41.include "../../devel/gettext-lib/buildlink3.mk" 39.include "../../devel/gettext-lib/buildlink3.mk"
42.include "../../graphics/icon-naming-utils/buildlink3.mk" 40.include "../../graphics/icon-naming-utils/buildlink3.mk"
43BUILD_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg 41BUILD_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg
44.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.35 -r1.36 pkgsrc/graphics/gnome-icon-theme/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/gnome-icon-theme/PLIST 2010/06/05 10:05:38 1.35
+++ pkgsrc/graphics/gnome-icon-theme/PLIST 2010/06/05 10:16:38 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.35 2010/06/05 10:05:38 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.36 2010/06/05 10:16:38 wiz Exp $
2share/icons/gnome/16x16/actions/add.png 2share/icons/gnome/16x16/actions/add.png
3share/icons/gnome/16x16/actions/address-book-new.png 3share/icons/gnome/16x16/actions/address-book-new.png
4share/icons/gnome/16x16/actions/application-exit.png 4share/icons/gnome/16x16/actions/application-exit.png
5share/icons/gnome/16x16/actions/appointment-new.png 5share/icons/gnome/16x16/actions/appointment-new.png
6share/icons/gnome/16x16/actions/appointment.png 6share/icons/gnome/16x16/actions/appointment.png
7share/icons/gnome/16x16/actions/back.png 7share/icons/gnome/16x16/actions/back.png
8share/icons/gnome/16x16/actions/bookmark-new.png 8share/icons/gnome/16x16/actions/bookmark-new.png
9share/icons/gnome/16x16/actions/bookmark_add.png 9share/icons/gnome/16x16/actions/bookmark_add.png
10share/icons/gnome/16x16/actions/bookmarks_list_add.png 10share/icons/gnome/16x16/actions/bookmarks_list_add.png
11share/icons/gnome/16x16/actions/bottom.png 11share/icons/gnome/16x16/actions/bottom.png
12share/icons/gnome/16x16/actions/call-start.png 12share/icons/gnome/16x16/actions/call-start.png
13share/icons/gnome/16x16/actions/call-stop.png 13share/icons/gnome/16x16/actions/call-stop.png
14share/icons/gnome/16x16/actions/centrejust.png 14share/icons/gnome/16x16/actions/centrejust.png
@@ -3461,26 +3461,27 @@ share/icons/gnome/256x256/places/gnome-m @@ -3461,26 +3461,27 @@ share/icons/gnome/256x256/places/gnome-m
3461share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-server.png 3461share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-server.png
3462share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-share.png 3462share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-share.png
3463share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-workgroup.png 3463share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-workgroup.png
3464share/icons/gnome/256x256/places/gnome-stock-trash.png 3464share/icons/gnome/256x256/places/gnome-stock-trash.png
3465share/icons/gnome/256x256/places/gtk-directory.png 3465share/icons/gnome/256x256/places/gtk-directory.png
3466share/icons/gnome/256x256/places/gtk-network.png 3466share/icons/gnome/256x256/places/gtk-network.png
3467share/icons/gnome/256x256/places/inode-directory.png 3467share/icons/gnome/256x256/places/inode-directory.png
3468share/icons/gnome/256x256/places/network-server.png 3468share/icons/gnome/256x256/places/network-server.png
3469share/icons/gnome/256x256/places/network-workgroup.png 3469share/icons/gnome/256x256/places/network-workgroup.png
3470share/icons/gnome/256x256/places/network.png 3470share/icons/gnome/256x256/places/network.png
3471share/icons/gnome/256x256/places/network_local.png 3471share/icons/gnome/256x256/places/network_local.png
3472share/icons/gnome/256x256/places/redhat-network-server.png 3472share/icons/gnome/256x256/places/redhat-network-server.png
3473share/icons/gnome/256x256/places/server.png 3473share/icons/gnome/256x256/places/server.png
 3474share/icons/gnome/256x256/places/start-here.png
3474share/icons/gnome/256x256/places/stock_folder.png 3475share/icons/gnome/256x256/places/stock_folder.png
3475share/icons/gnome/256x256/places/trashcan_empty.png 3476share/icons/gnome/256x256/places/trashcan_empty.png
3476share/icons/gnome/256x256/places/user-bookmarks.png 3477share/icons/gnome/256x256/places/user-bookmarks.png
3477share/icons/gnome/256x256/places/user-desktop.png 3478share/icons/gnome/256x256/places/user-desktop.png
3478share/icons/gnome/256x256/places/user-home.png 3479share/icons/gnome/256x256/places/user-home.png
3479share/icons/gnome/256x256/places/user-trash.png 3480share/icons/gnome/256x256/places/user-trash.png
3480share/icons/gnome/256x256/places/xfce-trash_empty.png 3481share/icons/gnome/256x256/places/xfce-trash_empty.png
3481share/icons/gnome/256x256/status/appointment-missed.png 3482share/icons/gnome/256x256/status/appointment-missed.png
3482share/icons/gnome/256x256/status/appointment-soon.png 3483share/icons/gnome/256x256/status/appointment-soon.png
3483share/icons/gnome/256x256/status/audio-volume-high.png 3484share/icons/gnome/256x256/status/audio-volume-high.png
3484share/icons/gnome/256x256/status/audio-volume-low.png 3485share/icons/gnome/256x256/status/audio-volume-low.png
3485share/icons/gnome/256x256/status/audio-volume-medium.png 3486share/icons/gnome/256x256/status/audio-volume-medium.png
3486share/icons/gnome/256x256/status/audio-volume-muted.png 3487share/icons/gnome/256x256/status/audio-volume-muted.png
@@ -5567,16 +5568,14 @@ share/icons/gnome/48x48/status/weather-s @@ -5567,16 +5568,14 @@ share/icons/gnome/48x48/status/weather-s
5567share/icons/gnome/48x48/status/weather-showers-scattered.png 5568share/icons/gnome/48x48/status/weather-showers-scattered.png
5568share/icons/gnome/48x48/status/weather-showers.png 5569share/icons/gnome/48x48/status/weather-showers.png
5569share/icons/gnome/48x48/status/weather-snow.png 5570share/icons/gnome/48x48/status/weather-snow.png
5570share/icons/gnome/48x48/status/weather-storm.png 5571share/icons/gnome/48x48/status/weather-storm.png
5571share/icons/gnome/48x48/status/xfce-trash_full.png 5572share/icons/gnome/48x48/status/xfce-trash_full.png
5572share/icons/gnome/8x8/emblems/emblem-default.png 5573share/icons/gnome/8x8/emblems/emblem-default.png
5573share/icons/gnome/8x8/emblems/emblem-new.png 5574share/icons/gnome/8x8/emblems/emblem-new.png
5574share/icons/gnome/8x8/emblems/emblem-noread.png 5575share/icons/gnome/8x8/emblems/emblem-noread.png
5575share/icons/gnome/8x8/emblems/emblem-nowrite.png 5576share/icons/gnome/8x8/emblems/emblem-nowrite.png
5576share/icons/gnome/8x8/emblems/emblem-readonly.png 5577share/icons/gnome/8x8/emblems/emblem-readonly.png
5577share/icons/gnome/8x8/emblems/emblem-symbolic-link.png 5578share/icons/gnome/8x8/emblems/emblem-symbolic-link.png
5578share/icons/gnome/8x8/emblems/emblem-unreadable.png 5579share/icons/gnome/8x8/emblems/emblem-unreadable.png
5579share/icons/gnome/index.theme 5580share/icons/gnome/index.theme
5580share/icons/gnome/scalable/places/start-here.svg 
5581share/pkgconfig/gnome-icon-theme.pc 5581share/pkgconfig/gnome-icon-theme.pc
5582@pkgdir share/locale/en@shaw/LC_MESSAGES