diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-30 16:04:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-30 16:04:07 +0000 |
commit | a8571288d2a2b0ebcfc3dbe995ff200787988ca5 (patch) | |
tree | 4d98e7a359e5a40eb0ec384f397d778dd5a762af /graphics/gnome-icon-theme/Makefile | |
parent | 9d51933522c94415f60d89aad3ac019b4c1d623b (diff) | |
download | pkgsrc-a8571288d2a2b0ebcfc3dbe995ff200787988ca5.tar.gz |
update for icon-naming-utils-0.8.6 (and possibly later versions, which
is an optimistic assumption),
remove hicolor-icon-theme dependency which is outdated,
bump PKGREVISION
Diffstat (limited to 'graphics/gnome-icon-theme/Makefile')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index c71999fd594..7a7f8ffc2c5 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2007/11/30 13:43:43 rillig Exp $ +# $NetBSD: Makefile,v 1.54 2007/11/30 16:04:07 drochner Exp $ # DISTNAME= gnome-icon-theme-2.20.0 +PKGREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.20/} EXTRACT_SUFX= .tar.bz2 @@ -19,13 +20,10 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in -# The list of installed files depends on the exact version number of +# 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.2{,nb*} - -BUILDLINK_API_DEPENDS.hicolor-icon-theme+= hicolor-icon-theme>=0.5 -HICOLOR_ICON_THEME_DEPEND_ONLY= yes +BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.6 # XXX this is used by applications. We "own" the subtree share/icons/gnome, # so we control the subdirs not belonging to a single application. @@ -33,6 +31,5 @@ post-install: ${MKDIR} ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/mimetypes .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/icon-naming-utils/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |