upower.guncellendi
This commit is contained in:
parent
e9d72cef4b
commit
7e90a0df7d
1 changed files with 6 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Description: To enumerating power devices, listening to device events, querying history and statistics
|
# Description: To enumerating power devices, listening to device events, querying history and statistics
|
||||||
# URL: http://upower.freedesktop.org
|
# URL: http://upower.freedesktop.org
|
||||||
# Packager: yasarciv
|
# Packager: yasarciv milisarge
|
||||||
# Depends on: dbus-glib libusb intltool polkit gobject-introspection libgudev pm-utils
|
# Depends on: dbus-glib libusb intltool polkit gobject-introspection libgudev pm-utils
|
||||||
|
|
||||||
name=upower
|
name=upower
|
||||||
|
@ -11,15 +11,11 @@ source=(http://$name.freedesktop.org/releases/$name-$version.tar.xz
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
patch -p 1 -i $SRC/fix-critical-action.patch
|
--sysconfdir=/etc \
|
||||||
|
--enable-deprecated \
|
||||||
./configure \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/usr/etc \
|
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--libexecdir=/usr/lib/$name \
|
--disable-static
|
||||||
--disable-man-pages
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
Loading…
Add table
Reference in a new issue