pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/syncthing-gtk
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 8 10:26:44 UTC 2016
Modified Files:
pkgsrc/net/syncthing-gtk: Makefile
Log Message:
Depend on libnotify with introspection support.
Otherwise this does not start.
Beware: on -current you have to turn off mprotect for python + introspection
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/syncthing-gtk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/syncthing-gtk/Makefile
diff -u pkgsrc/net/syncthing-gtk/Makefile:1.5 pkgsrc/net/syncthing-gtk/Makefile:1.6
--- pkgsrc/net/syncthing-gtk/Makefile:1.5 Mon Oct 31 16:35:24 2016
+++ pkgsrc/net/syncthing-gtk/Makefile Tue Nov 8 10:26:44 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/10/31 16:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/11/08 10:26:44 wiz Exp $
DISTNAME= syncthing-gtk-0.9.2.3
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -29,6 +30,8 @@ SUBST_FILES.paths+= syncthing_gtk/uisett
SUBST_FILES.paths+= syncthing_gtk/wizard.py
SUBST_SED.paths= -e 's|/usr/share/syncthing-gtk|${PREFIX}/share/syncthing-gtk|'
+BUILDLINK_ABI_DEPENDS.libnotify+= libnotify>=0.7.6nb4
+.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../devel/py-gobject3/buildlink3.mk"
BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.40.9nb2 # for introspection
.include "../../graphics/librsvg/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index