pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/upower Add introspection option, needed by Ci...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c77d02ffa489
branches:  trunk
changeset: 308771:c77d02ffa489
user:      youri <youri%pkgsrc.org@localhost>
date:      Thu May 31 14:27:42 2018 +0000

description:
Add introspection option, needed by Cinnamon.

diffstat:

 sysutils/upower/Makefile |  8 +++++---
 sysutils/upower/PLIST    |  4 +++-
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 525d99691520 -r c77d02ffa489 sysutils/upower/Makefile
--- a/sysutils/upower/Makefile  Thu May 31 11:22:46 2018 +0000
+++ b/sysutils/upower/Makefile  Thu May 31 14:27:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/09/08 06:28:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/05/31 14:27:42 youri Exp $
 
 DISTNAME=      upower-0.99.4
 PKGREVISION=   1
@@ -7,7 +7,7 @@
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://upower.freedesktop.org
+HOMEPAGE=      https://upower.freedesktop.org/
 COMMENT=       Power management system message bus service
 LICENSE=       gnu-gpl-v2
 
@@ -36,7 +36,9 @@
 TEST_TARGET=   check
 
 # with --nonet, xsltproc needs a helping hand finding some dtds
-XSLTPROC_PATH+=        ${LOCALBASE}/share/doc/dbus
+XSLTPROC_PATH= ${PREFIX}/share/doc/dbus
+
+.include "options.mk"
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
diff -r 525d99691520 -r c77d02ffa489 sysutils/upower/PLIST
--- a/sysutils/upower/PLIST     Thu May 31 11:22:46 2018 +0000
+++ b/sysutils/upower/PLIST     Thu May 31 14:27:42 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2016/03/12 11:50:08 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/05/31 14:27:42 youri Exp $
 bin/upower
 include/libupower-glib/up-autocleanups.h
 include/libupower-glib/up-client.h
@@ -10,6 +10,7 @@
 include/libupower-glib/up-wakeup-item.h
 include/libupower-glib/up-wakeups.h
 include/libupower-glib/upower.h
+${PLIST.introspection}lib/girepository-1.0/UPowerGlib-1.0.typelib
 lib/libupower-glib.la
 lib/pkgconfig/upower-glib.pc
 libexec/upowerd
@@ -23,6 +24,7 @@
 share/dbus-1/system-services/org.freedesktop.UPower.service
 share/examples/upower/UPower.conf
 share/examples/upower/org.freedesktop.UPower.conf
+${PLIST.introspection}share/gir-1.0/UPowerGlib-1.0.gir
 share/locale/fr/LC_MESSAGES/upower.mo
 share/locale/it/LC_MESSAGES/upower.mo
 share/locale/pl/LC_MESSAGES/upower.mo



Home | Main Index | Thread Index | Old Index