upower: split shlib into its subpkg.
This commit is contained in:
parent
b4bfedc6d1
commit
5ddff3fa86
3 changed files with 12 additions and 3 deletions
|
@ -521,7 +521,7 @@ libkrb5support.so.0 mit-krb5-libs-1.8_1
|
||||||
libverto.so.0 mit-krb5-libs-1.8_1
|
libverto.so.0 mit-krb5-libs-1.8_1
|
||||||
libverto-k5ev.so.0 mit-krb5-libs-1.8_1
|
libverto-k5ev.so.0 mit-krb5-libs-1.8_1
|
||||||
libmenu-cache.so.1 menu-cache-0.2.6_1
|
libmenu-cache.so.1 menu-cache-0.2.6_1
|
||||||
libupower-glib.so.2 upower-0.99.0_1
|
libupower-glib.so.2 libupower-glib2-0.99.0_2
|
||||||
libcanberra.so.0 libcanberra-0.23_1
|
libcanberra.so.0 libcanberra-0.23_1
|
||||||
libcanberra-gtk.so.0 libcanberra-0.23_1
|
libcanberra-gtk.so.0 libcanberra-0.23_1
|
||||||
libcanberra-gtk3.so.0 libcanberra-0.23_1
|
libcanberra-gtk3.so.0 libcanberra-0.23_1
|
||||||
|
|
1
srcpkgs/libupower-glib2
Symbolic link
1
srcpkgs/libupower-glib2
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
upower
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'upower'
|
# Template file for 'upower'
|
||||||
pkgname=upower
|
pkgname=upower
|
||||||
version=0.99.0
|
version=0.99.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-backend=linux
|
configure_args="--disable-static --with-backend=linux
|
||||||
--without-idevice --with-systemdutildir=/usr/lib/systemd
|
--without-idevice --with-systemdutildir=/usr/lib/systemd
|
||||||
|
@ -31,8 +31,16 @@ else
|
||||||
configure_args+=" --disable-introspection"
|
configure_args+=" --disable-introspection"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
libupower-glib2_package() {
|
||||||
|
replaces="upower<0.99.0_2"
|
||||||
|
short_desc+=" - runtime library"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/*.so.*
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
upower-devel_package() {
|
upower-devel_package() {
|
||||||
depends="dbus-glib-devel upower>=${version}_${revision}"
|
depends="dbus-glib-devel libupower-glib2>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue