milis/talimatname/genel/signond/talimat

21 lines
565 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description : İstemci adına kullanıcı kimlik doğrulamasını yapan bir D-Bus servisi
# 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
}