libxfce4ui: update to 4.20.0.
This commit is contained in:
parent
a2fe37c603
commit
e7b078887f
@ -745,8 +745,8 @@ libqgpgme.so.15 gpgmeqt-1.18.0_1
|
||||
libqgpgmeqt6.so.15 gpgme-qt6-1.23.2_1
|
||||
libgarcon-1.so.0 garcon-0.1.12_1
|
||||
libgarcon-gtk3-1.so.0 garcon-0.6.1_1
|
||||
libxfce4ui-2.so.0 libxfce4ui-4.18.0_1
|
||||
libxfce4kbd-private-3.so.0 libxfce4ui-4.18.0_1
|
||||
libxfce4ui-2.so.0 libxfce4ui-4.20.0_1
|
||||
libxfce4kbd-private-3.so.0 libxfce4ui-4.20.0_1
|
||||
libxfce4windowingui-0.so.0 libxfce4windowing-4.19.10_1
|
||||
libxfce4windowing-0.so.0 libxfce4windowing-4.19.10_1
|
||||
libxml++-2.6.so.2 libxml++-2.32.0_1
|
||||
|
@ -1,15 +1,12 @@
|
||||
# Template file for 'libxfce4ui'
|
||||
pkgname=libxfce4ui
|
||||
version=4.18.6
|
||||
version=4.20.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--with-locales-dir=/usr/share/locale --disable-static
|
||||
--enable-tests
|
||||
$(vopt_enable gir introspection) $(vopt_enable gir vala)"
|
||||
configure_args="--disable-static --enable-tests --enable-introspection --enable-vala"
|
||||
conf_files="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
|
||||
hostmakedepends="pkg-config intltool glib-devel gettext-devel
|
||||
$(vopt_if gir vala)"
|
||||
hostmakedepends="pkg-config glib-devel gettext vala"
|
||||
makedepends="gtk+3-devel glade3-devel libxfce4util-devel xfconf-devel
|
||||
libxml2-devel startup-notification-devel libSM-devel libgtop-devel"
|
||||
short_desc="Replacement of the old libxfcegui4 library"
|
||||
@ -17,11 +14,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://xfce.org/"
|
||||
distfiles="https://archive.xfce.org/src/xfce/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=77dd99206cc8c6c7f69c269c83c7ee6a037bca9d4a89b1a6d9765e5a09ce30cd
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
checksum=75e8996984f20375aadecd5c16f5147c211ed0bd26d7861ab0257561eb76eaee
|
||||
|
||||
libxfce4ui-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}
|
||||
@ -32,10 +25,8 @@ libxfce4ui-devel_package() {
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gtk-doc
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/vala
|
||||
fi
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/vala
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user