Mon May 13 02:07:42 2019 UTC ()
mate-desktop: note librsvg tool dependency

Note librsvg is required as a tool dependency, because the build now
needs rsvg-convert to generate PNGs. Bump PKGREVISION.


(gutteridge)
diff -r1.17 -r1.18 pkgsrc/x11/mate-desktop/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/x11/mate-desktop/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/mate-desktop/Makefile 2019/05/08 01:12:54 1.17
+++ pkgsrc/x11/mate-desktop/Makefile 2019/05/13 02:07:42 1.18
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.17 2019/05/08 01:12:54 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.18 2019/05/13 02:07:42 gutteridge Exp $
2 2
3.include "../../meta-pkgs/mate/Makefile.common" 3.include "../../meta-pkgs/mate/Makefile.common"
4 4
 5PKGREVISION= 1
5DISTNAME= mate-desktop-${VERSION:R}.1 6DISTNAME= mate-desktop-${VERSION:R}.1
6CATEGORIES= x11 7CATEGORIES= x11
7 8
8COMMENT= MATE desktop library 9COMMENT= MATE desktop library
9 10
10TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 11TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 12TOOL_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg # for rsvg-convert
11TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint 13TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
12 14
13PKGCONFIG_OVERRIDE+= libmate-desktop/mate-desktop-2.0.pc.in 15PKGCONFIG_OVERRIDE+= libmate-desktop/mate-desktop-2.0.pc.in
14 16
15REPLACE_SH+= tools/mate-gsettings-toggle 17REPLACE_SH+= tools/mate-gsettings-toggle
16 18
17SUBST_CLASSES= prefix 19SUBST_CLASSES= prefix
18SUBST_FILES.prefix= schemas/org.mate.background.gschema.xml 20SUBST_FILES.prefix= schemas/org.mate.background.gschema.xml
19SUBST_MESSAGE.prefix= Fixing prefix 21SUBST_MESSAGE.prefix= Fixing prefix
20SUBST_STAGE.prefix= pre-install 22SUBST_STAGE.prefix= pre-install
21SUBST_SED.prefix= -e 's,$${prefix},${PREFIX},' 23SUBST_SED.prefix= -e 's,$${prefix},${PREFIX},'
22 24
23.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 25.include "../../graphics/hicolor-icon-theme/buildlink3.mk"