diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-05 10:16:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-05 10:16:37 +0000 |
commit | c5637f64a4a603ebaa45f90b9ae7dfb35e299a41 (patch) | |
tree | c33473b06d1030480581f9a90db2cb2f704f6e5c /graphics/gnome-icon-theme/Makefile | |
parent | fe166e8a71d4727732d985f594890f42302b0467 (diff) | |
download | pkgsrc-c5637f64a4a603ebaa45f90b9ae7dfb35e299a41.tar.gz |
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.
Diffstat (limited to 'graphics/gnome-icon-theme/Makefile')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index 9627f883c1b..c8cf06e335d 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2010/06/05 10:05:38 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2010/06/05 10:16:37 wiz Exp $ # DISTNAME= gnome-icon-theme-2.30.3 +PKGREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.30/} EXTRACT_SUFX= .tar.bz2 @@ -15,28 +16,25 @@ PKG_DESTDIR_SUPPORT= user-destdir NOT_FOR_BULK_PLATFORM= HPUX-*-* GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool msgfmt perl pkg-config +USE_TOOLS+= gmake intltool pkg-config +# otherwise it creates lots of lib/locale dirs, even though it doesn't +# need them (!) USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in -# https://bugzilla.gnome.org/show_bug.cgi?id=620638 -INSTALLATION_DIRS= share/icons/gnome/scalable/places - # The list of installed files depends on the version of # icon-naming-utils, so be sure that this dependency corresponds to # the current pkgsrc version. BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90 -# XXX this is used by applications. We "own" the subtree share/icons/gnome, -# so we control the subdirs not belonging to a single application. post-install: - ${MKDIR} ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/mimetypes - ${INSTALL_DATA} ${FILESDIR}/distributor-logo.svg ${DESTDIR}${PREFIX}/share/icons/gnome/scalable/places/start-here.svg ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 16 -h 16 -o ${DESTDIR}${PREFIX}/share/icons/gnome/16x16/places/start-here.png ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 22 -h 22 -o ${DESTDIR}${PREFIX}/share/icons/gnome/22x22/places/start-here.png ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 24 -h 24 -o ${DESTDIR}${PREFIX}/share/icons/gnome/24x24/places/start-here.png ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 32 -h 32 -o ${DESTDIR}${PREFIX}/share/icons/gnome/32x32/places/start-here.png + ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 48 -h 48 -o ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/places/start-here.png + ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 256 -h 256 -o ${DESTDIR}${PREFIX}/share/icons/gnome/256x256/places/start-here.png .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/icon-naming-utils/buildlink3.mk" |