pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Aug  5 20:42:40 UTC 2020

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
inkscape: Depend on adwaita-icon-theme

Without the Adwaita icons, the application does not start.


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 pkgsrc/graphics/inkscape/Makefile

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

Modified files:

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.214 pkgsrc/graphics/inkscape/Makefile:1.215
--- pkgsrc/graphics/inkscape/Makefile:1.214     Wed Aug  5 19:59:39 2020
+++ pkgsrc/graphics/inkscape/Makefile   Wed Aug  5 20:42:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.214 2020/08/05 19:59:39 kamil Exp $
+# $NetBSD: Makefile,v 1.215 2020/08/05 20:42:40 kamil Exp $
 
 DISTNAME=      inkscape-1.0
 PKGREVISION=   5
@@ -16,6 +16,7 @@ WRKSRC=               ${WRKDIR}/inkscape-1.0_2020-05-
 .if !exists(/usr/bin/iconv)
 BUILD_DEPENDS+=        libiconv-[0-9]*:../../converters/libiconv
 .endif
+DEPENDS+=      adwaita-icon-theme>0:../../graphics/adwaita-icon-theme
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 # for inkex.py, needed by most python extension scripts
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml



Home | Main Index | Thread Index | Old Index