diff options
author | piernov <piernov@piernov.org> | 2012-08-08 01:23:04 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-08-08 01:23:04 +0200 |
commit | dea23879ed1a905e9c38a71604f96e9ef6782aa8 (patch) | |
tree | febada85c787178097afc798551f113b3d5b3ec1 /upower | |
parent | 3d79a9bc315007e1e4d7665ac446e06b406433c7 (diff) | |
download | nutyx-extra-dea23879ed1a905e9c38a71604f96e9ef6782aa8.tar.gz nutyx-extra-dea23879ed1a905e9c38a71604f96e9ef6782aa8.tar.bz2 nutyx-extra-dea23879ed1a905e9c38a71604f96e9ef6782aa8.tar.xz nutyx-extra-dea23879ed1a905e9c38a71604f96e9ef6782aa8.zip |
upower 0.9.17-1 màj port
Diffstat (limited to 'upower')
-rw-r--r-- | upower/.footprint.i686 | 4 | ||||
-rw-r--r-- | upower/.footprint.x86_64 | 4 | ||||
-rw-r--r-- | upower/.md5sum.i686 | 2 | ||||
-rw-r--r-- | upower/Pkgfile | 7 |
4 files changed, 12 insertions, 5 deletions
diff --git a/upower/.footprint.i686 b/upower/.footprint.i686 index c749203bc..0375ce3a7 100644 --- a/upower/.footprint.i686 +++ b/upower/.footprint.i686 @@ -34,12 +34,16 @@ drwxr-xr-x root/root usr/include/libupower-glib/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/UPowerGlib-1.0.typelib +-rw-r--r-- root/root usr/lib/libupower-glib.a -rwxr-xr-x root/root usr/lib/libupower-glib.la lrwxrwxrwx root/root usr/lib/libupower-glib.so -> libupower-glib.so.1.0.2 lrwxrwxrwx root/root usr/lib/libupower-glib.so.1 -> libupower-glib.so.1.0.2 -rwxr-xr-x root/root usr/lib/libupower-glib.so.1.0.2 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/systemd/ +drwxr-xr-x root/root usr/lib/systemd/system/ +-rw-r--r-- root/root usr/lib/systemd/system/upower.service drwxr-xr-x root/root usr/lib/upower/ -rwxr-xr-x root/root usr/lib/upower/upowerd drwxr-xr-x root/root usr/share/ diff --git a/upower/.footprint.x86_64 b/upower/.footprint.x86_64 index c749203bc..0375ce3a7 100644 --- a/upower/.footprint.x86_64 +++ b/upower/.footprint.x86_64 @@ -34,12 +34,16 @@ drwxr-xr-x root/root usr/include/libupower-glib/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/UPowerGlib-1.0.typelib +-rw-r--r-- root/root usr/lib/libupower-glib.a -rwxr-xr-x root/root usr/lib/libupower-glib.la lrwxrwxrwx root/root usr/lib/libupower-glib.so -> libupower-glib.so.1.0.2 lrwxrwxrwx root/root usr/lib/libupower-glib.so.1 -> libupower-glib.so.1.0.2 -rwxr-xr-x root/root usr/lib/libupower-glib.so.1.0.2 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/systemd/ +drwxr-xr-x root/root usr/lib/systemd/system/ +-rw-r--r-- root/root usr/lib/systemd/system/upower.service drwxr-xr-x root/root usr/lib/upower/ -rwxr-xr-x root/root usr/lib/upower/upowerd drwxr-xr-x root/root usr/share/ diff --git a/upower/.md5sum.i686 b/upower/.md5sum.i686 index b02e20d6a..d75649b61 100644 --- a/upower/.md5sum.i686 +++ b/upower/.md5sum.i686 @@ -1 +1 @@ -65030caf519b8a06856c12b6668a9f57 upower-0.9.16.tar.xz +9ef7fc8ec438542f014f3a34552822aa upower-0.9.17.tar.xz diff --git a/upower/Pkgfile b/upower/Pkgfile index e35ba5e87..4a9a41734 100644 --- a/upower/Pkgfile +++ b/upower/Pkgfile @@ -2,11 +2,11 @@ # URL: http://upower.freedesktop.org # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: libusbx, polkit, dbus-glib, gobject-introspection, pm-utils -# Run on: libusbx,polkit,dbus-glib,pm-utils +# Depends on: libusbx, libimobiledevice, polkit, dbus-glib, gobject-introspection, pm-utils +# Run on: libusbx,libimobiledevice,polkit,dbus-glib,pm-utils name=upower -version=0.9.16 +version=0.9.17 release=1 source=(http://upower.freedesktop.org/releases/$name-$version.tar.xz) @@ -16,7 +16,6 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/upower \ - --disable-static \ --enable-introspection make make DESTDIR=$PKG install |