Wed Mar 21 21:32:44 2018 UTC ()
inkscape: Disable gnome2 support by default.


(wiz)
diff -r1.162 -r1.163 pkgsrc/graphics/inkscape/Makefile

cvs diff -r1.162 -r1.163 pkgsrc/graphics/inkscape/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/inkscape/Makefile 2018/03/12 11:16:45 1.162
+++ pkgsrc/graphics/inkscape/Makefile 2018/03/21 21:32:44 1.163
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.162 2018/03/12 11:16:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.163 2018/03/21 21:32:44 wiz Exp $
2 2
3DISTNAME= inkscape-0.92.2 3DISTNAME= inkscape-0.92.2
4PKGREVISION= 4 4PKGREVISION= 5
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= https://media.inkscape.org/dl/resources/file/ 6MASTER_SITES= https://media.inkscape.org/dl/resources/file/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= reed@reedmedia.net 9MAINTAINER= reed@reedmedia.net
10HOMEPAGE= http://www.inkscape.org/ 10HOMEPAGE= http://www.inkscape.org/
11COMMENT= Scalable Vector Graphics (SVG) editor 11COMMENT= Scalable Vector Graphics (SVG) editor
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14.if !exists(/usr/bin/iconv) 14.if !exists(/usr/bin/iconv)
15BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv 15BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
16.endif 16.endif
17DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 17DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
@@ -56,27 +56,27 @@ SUBST_SED.pycmd= -e "s,COMMAND python,CO @@ -56,27 +56,27 @@ SUBST_SED.pycmd= -e "s,COMMAND python,CO
56REPLACE_PYTHON+= cxxtest/cxxtestgen.py 56REPLACE_PYTHON+= cxxtest/cxxtestgen.py
57REPLACE_PYTHON+= share/extensions/*.py 57REPLACE_PYTHON+= share/extensions/*.py
58REPLACE_PYTHON+= share/extensions/Barcode/*.py 58REPLACE_PYTHON+= share/extensions/Barcode/*.py
59REPLACE_PYTHON+= share/extensions/ink2canvas/*.py 59REPLACE_PYTHON+= share/extensions/ink2canvas/*.py
60REPLACE_PYTHON+= share/extensions/test/*.test.py 60REPLACE_PYTHON+= share/extensions/test/*.test.py
61 61
62CHECK_INTERPRETER_SKIP+=share/inkscape/extensions/genpofiles.sh 62CHECK_INTERPRETER_SKIP+=share/inkscape/extensions/genpofiles.sh
63CHECK_INTERPRETER_SKIP+=share/inkscape/extensions/simplepath.rb 63CHECK_INTERPRETER_SKIP+=share/inkscape/extensions/simplepath.rb
64CHECK_PORTABILITY_SKIP+=packaging/macosx/Resources/bin/inkscape 64CHECK_PORTABILITY_SKIP+=packaging/macosx/Resources/bin/inkscape
65CHECK_PORTABILITY_SKIP+=packaging/macosx/ScriptExec/launcher-quartz-no-macintegration.sh 65CHECK_PORTABILITY_SKIP+=packaging/macosx/ScriptExec/launcher-quartz-no-macintegration.sh
66 66
67PKG_OPTIONS_VAR= PKG_OPTIONS.inkscape 67PKG_OPTIONS_VAR= PKG_OPTIONS.inkscape
68PKG_SUPPORTED_OPTIONS= gnome 68PKG_SUPPORTED_OPTIONS= gnome
69PKG_SUGGESTED_OPTIONS= gnome 69PKG_SUGGESTED_OPTIONS=
70 70
71.include "../../mk/bsd.options.mk" 71.include "../../mk/bsd.options.mk"
72 72
73# gnome-vfs support for the inkscape file open window. 73# gnome-vfs support for the inkscape file open window.
74.if !empty(PKG_OPTIONS:Mgnome) 74.if !empty(PKG_OPTIONS:Mgnome)
75CMAKE_ARGS+= -DWITH_GNOME_VFS=ON 75CMAKE_ARGS+= -DWITH_GNOME_VFS=ON
76.include "../../sysutils/gnome-vfs/buildlink3.mk" 76.include "../../sysutils/gnome-vfs/buildlink3.mk"
77.else 77.else
78CMAKE_ARGS+= -DWITH_GNOME_VFS=OFF 78CMAKE_ARGS+= -DWITH_GNOME_VFS=OFF
79.endif 79.endif
80 80
81BUILDLINK_API_DEPENDS.poppler-includes+= poppler-includes>=0.12.2 81BUILDLINK_API_DEPENDS.poppler-includes+= poppler-includes>=0.12.2
82BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=7.4 82BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=7.4