mate-polkit: remove lib; it's not too useful.
This commit is contained in:
parent
0016f5cb1f
commit
c853daf569
4 changed files with 3 additions and 13 deletions
|
@ -1714,5 +1714,5 @@ libganv-1.so.1 ganv-1.4.2_1
|
||||||
libblas.so.3 blas-3.5.0_1
|
libblas.so.3 blas-3.5.0_1
|
||||||
liblapack.so.3 lapack-3.5.0_1
|
liblapack.so.3 lapack-3.5.0_1
|
||||||
libcinnamon-menu-3.so.0 cinnamon-menus-2.2.0_1
|
libcinnamon-menu-3.so.0 cinnamon-menus-2.2.0_1
|
||||||
libpolkit-gtk-mate-1.so.0 libmate-polkit-1.8.0_1
|
libpolkit-gtk-mate-1.so.0 mate-polkit-1.8.0_2
|
||||||
libmate-desktop-2.so.17 mate-desktop-1.8.0_1
|
libmate-desktop-2.so.17 mate-desktop-1.8.0_1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
mate-polkit
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mate-polkit'
|
# Template file for 'mate-polkit'
|
||||||
pkgname=mate-polkit
|
pkgname=mate-polkit
|
||||||
version=1.8.0
|
version=1.8.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=2.0 --disable-static $(vopt_enable gir introspection)"
|
configure_args="--with-gtk=2.0 --disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
|
@ -18,16 +18,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libmate-polkit_package() {
|
mate-polkit-devel_package() {
|
||||||
short_desc+=" - runtime library"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/*.so.*
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
vmove usr/lib/girepository-1.0
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
}
|
|
||||||
libmate-polkit-devel_package() {
|
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="polkit-devel libmate-polkit>=${version}_${revision}"
|
depends="polkit-devel libmate-polkit>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue