libxfce4util: update to 4.20.0.
This commit is contained in:
parent
ce1c2c0e00
commit
a2fe37c603
|
@ -183,7 +183,7 @@ libnl-cli-3.so.200 libnl3-3.2.1_1
|
|||
libreadline.so.8 libreadline8-8.0_1
|
||||
libhistory.so.8 libhistory8-8.0_1
|
||||
libxfconf-0.so.3 xfconf-4.13.7_1
|
||||
libxfce4util.so.7 libxfce4util-4.18.0_1
|
||||
libxfce4util.so.7 libxfce4util-4.20.0_1
|
||||
libxfce4panel-2.0.so.4 libxfce4panel-4.18.0_1
|
||||
libgdbm.so.6 gdbm-1.16_1
|
||||
libgdbm_compat.so.4 gdbm-1.10_1_1
|
||||
|
|
|
@ -1,22 +1,17 @@
|
|||
# Template file for 'libxfce4util'
|
||||
pkgname=libxfce4util
|
||||
version=4.18.2
|
||||
version=4.20.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--with-locales-dir=/usr/share/locale"
|
||||
hostmakedepends="pkg-config intltool $(vopt_if gir vala)"
|
||||
hostmakedepends="pkg-config gettext vala"
|
||||
makedepends="libglib-devel"
|
||||
short_desc="Utility library for the Xfce4 desktop environment"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://xfce.org/"
|
||||
distfiles="https://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
|
||||
checksum=d9a329182b78f7e2520cd4aafcbb276bbbf162f6a89191676539ad2e3889c353
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
checksum=21493f9c9995a282823db93839f6b9f06ae31edb094191ba9acf04d932a2b592
|
||||
|
||||
libxfce4util-devel_package() {
|
||||
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
|
@ -26,8 +21,6 @@ libxfce4util-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
vmove "usr/lib/*.so"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
vmove usr/share/gir-1.0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue