pkgsrc-WIP-changes archive

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

(graphics/inkscape):snapshot (1) Add DBUS (2) correction to License gnu-gpv-v3



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (n3150-4dc) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Jan 3 19:40:49 2019 +0900
Changeset:	d9089b9bdd707065e8ec11f7870688b7d3a3e372

Modified Files:
	inkscape-snapshot/Makefile

Log Message:
(graphics/inkscape):snapshot  (1) Add DBUS (2) correction to License gnu-gpv-v3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d9089b9bdd707065e8ec11f7870688b7d3a3e372

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

diffstat:
 inkscape-snapshot/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/inkscape-snapshot/Makefile b/inkscape-snapshot/Makefile
index 14ae205c8a..dcadf18dd8 100644
--- a/inkscape-snapshot/Makefile
+++ b/inkscape-snapshot/Makefile
@@ -10,7 +10,7 @@ PKGNAME=	inkscape-0.92.3.50
 MAINTAINER=	reed%reedmedia.net@localhost
 HOMEPAGE=	http://www.inkscape.org/
 COMMENT=	Scalable Vector Graphics (SVG) editor
-LICENSE=	gnu-gpl-v2
+LICENSE=	gnu-gpl-v3
 
 WRKSRC=		${WRKDIR}/inkscape
 
@@ -73,6 +73,8 @@ PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 
+CMAKE_ARGS+=		-DWITH_DBUS=ON
+
 # gnome-vfs support for the inkscape file open window.
 .if !empty(PKG_OPTIONS:Mgnome)
 CMAKE_ARGS+=		-DWITH_GNOME_VFS=ON
@@ -101,6 +103,8 @@ BUILDLINK_API_DEPENDS.boehm-gc+=	boehm-gc>=7.4
 .include "../../print/poppler-glib/buildlink3.mk"
 .include "../../print/poppler-includes/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../textproc/aspell/buildlink3.mk"
 .include "../../textproc/gtkspell/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index