diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-18 07:37:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-18 07:37:59 +0000 |
commit | 9162c3dabeb75cf3e63a9e96a0faf06a2dd1fe8f (patch) | |
tree | 517e6550521fd2dd05c188a4bda14cc0a6693e7d /graphics | |
parent | 989345eb94152710433a6f4178c17df9894285a8 (diff) | |
download | pkgsrc-9162c3dabeb75cf3e63a9e96a0faf06a2dd1fe8f.tar.gz |
Add missing dependency.
Create installation directory.
Fixes package.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/adwaita-icon-theme/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/adwaita-icon-theme/Makefile b/graphics/adwaita-icon-theme/Makefile index e290ab2d382..5ce3c72a7d8 100644 --- a/graphics/adwaita-icon-theme/Makefile +++ b/graphics/adwaita-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/11/05 23:29:48 prlw1 Exp $ +# $NetBSD: Makefile,v 1.2 2014/11/18 07:37:59 wiz Exp $ DISTNAME= adwaita-icon-theme-3.14.1 CATEGORIES= graphics gnome @@ -11,6 +11,8 @@ COMMENT= Standard GNOME icons LICENSE= cc-by-sa-v3.0 OR gnu-lgpl-v3 TOOL_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg +# for icontool-render +TOOL_DEPENDS+= gtk3+>=3:../../x11/gtk3 GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config @@ -20,6 +22,10 @@ TOOLS_NOOP+= gtk-update-icon-cache PKGCONFIG_OVERRIDE+= adwaita-icon-theme.pc.in +# should be created by the upstream installation Makefile targets, +# but isn't +INSTALLATION_DIRS+= share/icons/Adwaita/96x96/places + EVAL_PREFIX+= PREFIX.svg=librsvg EVAL_PREFIX+= PREFIX.gtk2=gtk2+ FILES_SUBST+= GTK_UPDATE_ICON_CACHE="${PREFIX.gtk2}/bin/gtk-update-icon-cache" |