mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:53:12 +08:00
signon: updae to 8.59
This commit is contained in:
parent
de4e43d7ba
commit
c7961a26ea
@ -1,34 +1,35 @@
|
||||
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/signon/
|
||||
|
||||
pkgname=signon
|
||||
pkgver=8.57
|
||||
pkgrel=5
|
||||
_pkgname=signond
|
||||
pkgver=8.59
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="http://code.google.com/p/accounts-sso/"
|
||||
url="https://gitlab.com/accounts-sso/signond/"
|
||||
license=('LGPL')
|
||||
depends=('qt5-base' 'libproxy')
|
||||
makedepends=('qt5-tools' 'doxygen')
|
||||
makedepends=('qt5-tools' 'doxygen' 'graphviz')
|
||||
pkgdesc="Qt Framework to provide credential storage and authentication service"
|
||||
options=('!emptydirs')
|
||||
source=("http://rsync.chakraos.org/sources/${pkgname}/$pkgname-$pkgver.tar.bz2"
|
||||
source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver"
|
||||
'use_keyring.patch')
|
||||
sha1sums=('c9fa0567b68db434a7a954dcb303adf7aad1578b'
|
||||
sha1sums=('e627143950b186ea2851383cad08d401b66282e2'
|
||||
'7f179d9260b3a67ccc8635c5bc5e50e282507896')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $_pkgname-*
|
||||
# Use kwallet-keyring secrets storage if signon-keyring-extension is available
|
||||
patch -Np1 -i "$srcdir/use_keyring.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $_pkgname-*
|
||||
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $_pkgname-*
|
||||
make INSTALL_ROOT="$pkgdir" install
|
||||
|
||||
# Do not ship docs
|
||||
|
Loading…
Reference in New Issue
Block a user