pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing-gtk Depend on libnotify with introspecti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beacf3ff9b8e
branches:  trunk
changeset: 354760:beacf3ff9b8e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 08 10:26:44 2016 +0000

description:
Depend on libnotify with introspection support.

Otherwise this does not start.

Beware: on -current you have to turn off mprotect for python + introspection

diffstat:

 net/syncthing-gtk/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 28a069359474 -r beacf3ff9b8e net/syncthing-gtk/Makefile
--- a/net/syncthing-gtk/Makefile        Tue Nov 08 10:24:54 2016 +0000
+++ b/net/syncthing-gtk/Makefile        Tue Nov 08 10:26:44 2016 +0000
@@ -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/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