Fri Jun 25 22:05:05 2010 UTC ()
Needs msgfmt. From Aleksey Cheusov in PR 43514.


(wiz)
diff -r1.67 -r1.68 pkgsrc/graphics/gnome-icon-theme/Makefile

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

--- pkgsrc/graphics/gnome-icon-theme/Makefile 2010/06/05 10:16:37 1.67
+++ pkgsrc/graphics/gnome-icon-theme/Makefile 2010/06/25 22:05:05 1.68
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1# $NetBSD: Makefile,v 1.67 2010/06/05 10:16:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.68 2010/06/25 22:05:05 wiz Exp $
2# 2#
3 3
4DISTNAME= gnome-icon-theme-2.30.3 4DISTNAME= gnome-icon-theme-2.30.3
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= graphics gnome 6CATEGORIES= graphics gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.30/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.30/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/ 11HOMEPAGE= http://www.gnome.org/
12COMMENT= Theme consisting of a set of icons for GNOME 12COMMENT= Theme consisting of a set of icons for GNOME
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16NOT_FOR_BULK_PLATFORM= HPUX-*-* 16NOT_FOR_BULK_PLATFORM= HPUX-*-*
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_TOOLS+= gmake intltool pkg-config 19USE_TOOLS+= gmake intltool msgfmt pkg-config
20# otherwise it creates lots of lib/locale dirs, even though it doesn't 20# otherwise it creates lots of lib/locale dirs, even though it doesn't
21# need them (!) 21# need them (!)
22USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
23 23
24PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in 24PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in
25 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
31post-install: 31post-install:
32 ${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
33 ${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
34 ${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
35 ${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 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 37 ${PREFIX}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 256 -h 256 -o ${DESTDIR}${PREFIX}/share/icons/gnome/256x256/places/start-here.png
38 38
39.include "../../devel/gettext-lib/buildlink3.mk" 39.include "../../devel/gettext-lib/buildlink3.mk"
40.include "../../graphics/icon-naming-utils/buildlink3.mk" 40.include "../../graphics/icon-naming-utils/buildlink3.mk"
41BUILD_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg 41BUILD_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg
42.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"