signond: update to 8.60.
This commit is contained in:
parent
03528049ac
commit
c381ed0d80
2 changed files with 19 additions and 9 deletions
|
@ -1,19 +1,28 @@
|
|||
# Template file for 'signond'
|
||||
pkgname=signond
|
||||
version=8.59
|
||||
version=8.60
|
||||
revision=1
|
||||
wrksrc="signond-VERSION_${version}-4d195e4dc7a47ff5cb51e36a83d4d05808c5befe"
|
||||
build_style=qmake
|
||||
short_desc="Daemon providing SSO over D-Bus for the gSSO framework"
|
||||
maintainer="John Rowley <enterthevoid@codesector.co>"
|
||||
license="LGPL-2.1"
|
||||
hostmakedepends="pkg-config doxygen"
|
||||
makedepends="qt5-devel"
|
||||
wrksrc="${pkgname}-VERSION_${version}-14f058c36208a551c80d0e98d76164fb87b2b8af"
|
||||
configure_args="LIBDIR=/usr/lib"
|
||||
conf_files="/etc/signond.conf"
|
||||
hostmakedepends="pkg-config doxygen qt5-host-tools qt5-qmake"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="Daemon providing SSO over D-Bus for the gSSO framework"
|
||||
maintainer="John Rowley <enterthevoid@codesector.co>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://gitlab.com/accounts-sso/signond"
|
||||
distfiles="${homepage}/repository/archive.tar.gz?ref=VERSION_${version}>${pkgname}-${version}.tar.gz"
|
||||
checksum=23f6658bf358cc09b858402ee0857db2a2809276625eb01673a0a77969740762
|
||||
distfiles="https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=VERSION_${version}>signond-${version}.tar.gz"
|
||||
checksum=a9cd90cf3e8b1a8bdbe5acf46c797a817092e77946c69fc3ed3a76930f3a76aa
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
CXXFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/qt5"
|
||||
for i in ${XBPS_CROSS_BASE}/usr/include/qt5/*; do
|
||||
CXXFLAGS+=" -I$i"
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
||||
signond-doc_package() {
|
||||
noarch=yes
|
||||
|
|
1
srcpkgs/signond/update
Normal file
1
srcpkgs/signond/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='/archive/[^/]+/\Q'"$pkgname"'\E-(v|VERSION_)?\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Reference in a new issue