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 (expand / 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,32 +1,32 @@ @@ -1,32 +1,32 @@
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