pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/mate-desktop



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon May 13 02:07:42 UTC 2019

Modified Files:
        pkgsrc/x11/mate-desktop: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/mate-desktop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-desktop/Makefile
diff -u pkgsrc/x11/mate-desktop/Makefile:1.17 pkgsrc/x11/mate-desktop/Makefile:1.18
--- pkgsrc/x11/mate-desktop/Makefile:1.17       Wed May  8 01:12:54 2019
+++ pkgsrc/x11/mate-desktop/Makefile    Mon May 13 02:07:42 2019
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.17 2019/05/08 01:12:54 gutteridge Exp $
+# $NetBSD: Makefile,v 1.18 2019/05/13 02:07:42 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
+PKGREVISION=   1
 DISTNAME=      mate-desktop-${VERSION:R}.1
 CATEGORIES=    x11
 
 COMMENT=       MATE desktop library
 
 TOOL_DEPENDS+=         itstool-[0-9]*:../../textproc/itstool
+TOOL_DEPENDS+=         librsvg-[0-9]*:../../graphics/librsvg # for rsvg-convert
 TOOL_DEPENDS+=         libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
 
 PKGCONFIG_OVERRIDE+=   libmate-desktop/mate-desktop-2.0.pc.in



Home | Main Index | Thread Index | Old Index