subversion-kwallet-auth: update to 1.14.0.

[ci-skip]
This commit is contained in:
Piotr Wójcik 2020-06-09 00:33:36 +02:00 committed by Piotr
parent d3e8f7ad63
commit 69add7ed90

View file

@ -3,30 +3,32 @@
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/subversion". # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/subversion".
# #
pkgname=subversion-kwallet-auth pkgname=subversion-kwallet-auth
version=1.13.0 version=1.14.0
revision=2 revision=1
wrksrc="subversion-${version}" wrksrc="subversion-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-javahl --disable-static --config-cache configure_args="--disable-javahl --disable-static --config-cache
--with-kwallet=${XBPS_CROSS_BASE}/usr/include:${XBPS_CROSS_BASE}/usr/lib --with-kwallet=${XBPS_CROSS_BASE}/usr/include:${XBPS_CROSS_BASE}/usr/lib
--with-gnome-keyring --with-editor=vi --disable-mod-activation --with-gnome-keyring --with-editor=vi --disable-mod-activation
--with-utf8proc=internal" --with-utf8proc=internal"
hostmakedepends="automake libtool pkg-config perl python apache-devel gettext" hostmakedepends="automake libtool pkg-config perl python3
apache-devel gettext swig"
makedepends="apache-devel gdbm-devel libgnome-keyring-devel serf-devel makedepends="apache-devel gdbm-devel libgnome-keyring-devel serf-devel
libsecret-devel liblz4-devel python-devel sqlite-devel swig libsecret-devel liblz4-devel python3-devel sqlite-devel py3c
kdelibs4support-devel file-devel perl" kdelibs4support-devel file-devel perl"
short_desc="KDE kwallet authentication support in subversion" short_desc="KDE kwallet authentication support in subversion"
maintainer="Piotr Wójcik <chocimier@tlen.pl>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="Apache-2.0, BSD-3-Clause" license="Apache-2.0, BSD-3-Clause"
homepage="http://subversion.apache.org/" homepage="http://subversion.apache.org/"
changelog="https://subversion.apache.org/docs/release-notes/${version%.*}.html"
distfiles="http://apache.uvigo.es/subversion/subversion-${version}.tar.bz2" distfiles="http://apache.uvigo.es/subversion/subversion-${version}.tar.bz2"
checksum=bc50ce2c3faa7b1ae9103c432017df98dfd989c4239f9f8270bb3a314ed9e5bd checksum=6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102
lib32disabled=yes lib32disabled=yes
pre_configure() { pre_configure() {
# Based on native build values # Based on native build values
cat <<-EOF >config.cache cat <<-EOF >config.cache
ac_cv_python_includes=-I${XBPS_CROSS_BASE}/usr/include/python${py2_ver} ac_cv_python_includes=-I${XBPS_CROSS_BASE}/usr/include/python${py3_ver}
ac_cv_python_compile="${CC} -fPIC" ac_cv_python_compile="${CC} -fPIC"
ac_cv_python_link="${CC} -shared ${LDFLAGS}" ac_cv_python_link="${CC} -shared ${LDFLAGS}"
ac_cv_python_libs="${LDFLAGS}" ac_cv_python_libs="${LDFLAGS}"