xfconf: update to 4.14.1.
- Update common/shlibs for libxfconf-0.so.3 - glib-devel needs to be hostmakedepends for cross-compiling - Fix xlint warnings
This commit is contained in:
parent
8b2332ad89
commit
9810fe0104
2 changed files with 6 additions and 6 deletions
|
@ -180,7 +180,7 @@ libnl-genl-3.so.200 libnl3-3.2.1_1
|
|||
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.2 xfconf-4.9.1_1
|
||||
libxfconf-0.so.3 xfconf-4.13.7_1
|
||||
libxfce4util.so.7 libxfce4util-4.12.1_1
|
||||
libxfce4panel-1.0.so.4 xfce4-panel-4.9.2_1
|
||||
libxfce4panel-2.0.so.4 xfce4-panel-4.12.0_1
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'xfconf'
|
||||
pkgname=xfconf
|
||||
version=4.12.1
|
||||
version=4.14.1
|
||||
revision=1
|
||||
build_options="perl"
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="dbus-glib-devel libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
|
||||
short_desc="Xfce hierarchical (tree-like) configuration system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="https://xfce.org/"
|
||||
distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
|
||||
checksum=35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36
|
||||
checksum=b893e0a329aee00902fec2f0509f56916c9dcc7844e1b1f9e3c7399458290d59
|
||||
build_options="perl"
|
||||
|
||||
xfconf-devel_package() {
|
||||
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue