summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-13 16:25:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-13 16:25:08 +0100
commit319202d3bbae55f1ac59015015748996d2a728d2 (patch)
tree373e509826cec5c5f9972598bc8a35e150380c6d /package
parent053ce49e8a9588bbd729e25ab6a33f8f5190350d (diff)
add missing files to package
Diffstat (limited to 'package')
-rw-r--r--package/polkit/Makefile6
-rw-r--r--package/upower/Makefile5
2 files changed, 9 insertions, 2 deletions
diff --git a/package/polkit/Makefile b/package/polkit/Makefile
index 0fbfcb439..8bced57df 100644
--- a/package/polkit/Makefile
+++ b/package/polkit/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= polkit
PKG_VERSION:= 0.112
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 23973dcfd8b92ab2b7db3a925642b76d
PKG_DESCR:= application-level toolkit
PKG_SECTION:= libs
@@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --disable-man-pages \
--disable-examples \
--enable-libsystemd-login=no \
--without-systemdsystemunitdir \
+ --with-polkitd-user=root \
--with-authfw=shadow \
--with-os-type=unknown
@@ -38,5 +39,8 @@ polkit-install:
$(CP) $(WRKINST)/usr/lib/polkit-1/* \
$(IDIR_POLKIT)/usr/lib/polkit-1
$(CP) $(WRKINST)/usr/bin/* $(IDIR_POLKIT)/usr/bin
+ $(INSTALL_DIR) $(IDIR_POLKIT)/usr/share/dbus-1
+ $(CP) $(WRKINST)/usr/share/dbus-1/* \
+ $(IDIR_POLKIT)/usr/share/dbus-1
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/upower/Makefile b/package/upower/Makefile
index adf317802..693359a53 100644
--- a/package/upower/Makefile
+++ b/package/upower/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= upower
PKG_VERSION:= 0.99.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 14f43bc13353e23e7280863f33ac50d2
PKG_DESCR:= powermanagement
PKG_SECTION:= misc
@@ -38,5 +38,8 @@ upower-install:
$(INSTALL_DIR) $(IDIR_UPOWER)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/upower \
$(IDIR_UPOWER)/usr/bin
+ $(INSTALL_DIR) $(IDIR_UPOWER)/usr/share/dbus-1
+ $(CP) $(WRKINST)/usr/share/dbus-1/* \
+ $(IDIR_UPOWER)/usr/share/dbus-1
include ${TOPDIR}/mk/pkg-bottom.mk