subversion: readd kwallet auth subpackage

This commit is contained in:
John Zimmermann 2018-10-16 19:49:56 +02:00 committed by cr6git
parent a87d74b115
commit 42a8fcdee1
2 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1 @@
subversion

View File

@ -1,14 +1,14 @@
# Template file for 'subversion'
pkgname=subversion
version=1.10.3
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-apxs --disable-javahl --disable-static --without-kwallet
configure_args="--with-apxs --disable-javahl --disable-static --with-kwallet
--with-gnome-keyring --with-editor=vi --disable-mod-activation
--with-utf8proc=internal"
hostmakedepends="pkg-config"
makedepends="apache-devel gdbm-devel libgnome-keyring-devel serf-devel
libsecret-devel liblz4-devel python-devel sqlite-devel swig"
libsecret-devel liblz4-devel python-devel sqlite-devel swig kdelibs4support-devel"
depends="ca-certificates"
short_desc="Enterprise-class centralized version control for the masses"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -87,6 +87,14 @@ subversion-gnome-keyring-auth_package() {
}
}
subversion-kwallet-auth_package() {
lib32disabled=yes
short_desc+=" - KDE kwallet authentication support"
pkg_install() {
vmove "usr/lib/libsvn_auth_kwallet*"
}
}
subversion-python_package() {
lib32disabled=yes
depends="python"