diff options
author | sibel <lesibel@free.fr> | 2011-04-21 16:09:25 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-21 16:09:25 +0200 |
commit | c62b29cd50c76fe9c0445d27043cf84a544c35d5 (patch) | |
tree | 029deabd9eb80e6409cd683dd63c476abe9f4b2d | |
parent | 5cc29c37e9c6a1730c8676f267eed58b770b34d8 (diff) | |
download | nutyx-extra-c62b29cd50c76fe9c0445d27043cf84a544c35d5.tar.gz nutyx-extra-c62b29cd50c76fe9c0445d27043cf84a544c35d5.tar.bz2 nutyx-extra-c62b29cd50c76fe9c0445d27043cf84a544c35d5.tar.xz nutyx-extra-c62b29cd50c76fe9c0445d27043cf84a544c35d5.zip |
upower, maj 0.9.9-1
-rw-r--r-- | extra/upower/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | extra/upower/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | extra/upower/Pkgfile | 7 |
3 files changed, 5 insertions, 6 deletions
diff --git a/extra/upower/.footprint.x86_64 b/extra/upower/.footprint.x86_64 index 386d4d7f5..60f36eb3c 100644 --- a/extra/upower/.footprint.x86_64 +++ b/extra/upower/.footprint.x86_64 @@ -18,7 +18,6 @@ drwxr-xr-x root/root lib/udev/rules.d/ -rw-r--r-- root/root lib/udev/rules.d/95-upower-wup.rules drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/devkit-power -> upower -rwxr-xr-x root/root usr/bin/upower drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/libupower-glib/ @@ -42,7 +41,6 @@ lrwxrwxrwx root/root usr/lib/libupower-glib.so.1 -> libupower-glib.so.1.0.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/upower-glib.pc drwxr-xr-x root/root usr/lib/upower/ -lrwxrwxrwx root/root usr/lib/upower/devkit-power-daemon -> upowerd -rwxr-xr-x root/root usr/lib/upower/upowerd drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dbus-1/ diff --git a/extra/upower/.md5sum.x86_64 b/extra/upower/.md5sum.x86_64 index 53d977784..f03b267f1 100644 --- a/extra/upower/.md5sum.x86_64 +++ b/extra/upower/.md5sum.x86_64 @@ -1 +1 @@ -cf10a756a93495e6076fecf1ac9d829b upower-0.9.8.tar.bz2 +f92c2443ce09300992c20bee958f5370 upower-0.9.9.tar.bz2 diff --git a/extra/upower/Pkgfile b/extra/upower/Pkgfile index abaaae8bc..afd636551 100644 --- a/extra/upower/Pkgfile +++ b/extra/upower/Pkgfile @@ -2,11 +2,11 @@ # URL: http://upower.freedesktop.org # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: libusb, polkit, dbus-glib +# Depends on: libusb, polkit, dbus-glib, gobject-introspection # Run on: libusb,polkit,dbus-glib name=upower -version=0.9.8 +version=0.9.9 release=1 source=(http://upower.freedesktop.org/releases/$name-$version.tar.bz2) @@ -16,7 +16,8 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/upower \ - --disable-static + --disable-static \ + --enable-introspection make make DESTDIR=$PKG install |