pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/upower
Module Name: pkgsrc
Committed By: youri
Date: Thu May 31 14:27:42 UTC 2018
Modified Files:
pkgsrc/sysutils/upower: Makefile PLIST
Log Message:
Add introspection option, needed by Cinnamon.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/upower/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/upower/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/upower/Makefile
diff -u pkgsrc/sysutils/upower/Makefile:1.10 pkgsrc/sysutils/upower/Makefile:1.11
--- pkgsrc/sysutils/upower/Makefile:1.10 Fri Sep 8 06:28:35 2017
+++ pkgsrc/sysutils/upower/Makefile Thu May 31 14:27:42 2018
@@ -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 @@ MASTER_SITES= https://upower.freedesktop
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 @@ BUILDLINK_TRANSFORM.SunOS+= opt:-Wl,--as
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"
Index: pkgsrc/sysutils/upower/PLIST
diff -u pkgsrc/sysutils/upower/PLIST:1.4 pkgsrc/sysutils/upower/PLIST:1.5
--- pkgsrc/sysutils/upower/PLIST:1.4 Sat Mar 12 11:50:08 2016
+++ pkgsrc/sysutils/upower/PLIST Thu May 31 14:27:42 2018
@@ -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-version.h
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/interfaces/org.freedesktop.
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