Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape inkscape: Depend on adwaita-icon-theme



details:   https://anonhg.NetBSD.org/pkgsrc/rev/201efdaf58f7
branches:  trunk
changeset: 436577:201efdaf58f7
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Aug 05 20:42:40 2020 +0000

description:
inkscape: Depend on adwaita-icon-theme

Without the Adwaita icons, the application does not start.

diffstat:

 graphics/inkscape/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4e78fec29e89 -r 201efdaf58f7 graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile        Wed Aug 05 19:59:50 2020 +0000
+++ b/graphics/inkscape/Makefile        Wed Aug 05 20:42:40 2020 +0000
@@ -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 @@
 .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