21 lines
565 B
Plaintext
21 lines
565 B
Plaintext
|
# Description : A D-Bus service which performs user authentication on behalf of its clients
|
||
|
# URL : https://gitlab.com/accounts-sso/signond/
|
||
|
# Packager : alihan-ozturk28@hotmail.com
|
||
|
# Depends on : qt5 libproxy doxygen dejavu-ttf freefont-ttf ttf-liberation noto-fonts
|
||
|
|
||
|
name=signond
|
||
|
version=8.58
|
||
|
release=1
|
||
|
|
||
|
source=(https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd $name*
|
||
|
|
||
|
sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt5/' src/signond/signond.pro
|
||
|
|
||
|
qmake-qt5 CONFIG+=coverage PREFIX=/usr LIBDIR=/usr/lib
|
||
|
make
|
||
|
make INSTALL_ROOT=$PKG install
|
||
|
}
|