milis/talimatname/genel/s/signond/talimat

21 lines
551 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.

# Tanım: İstemci adına kullanıcı kimlik doğrulamasını yapan bir D-Bus servisi
# URL : https://gitlab.com/accounts-sso/signond/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: qt5 libproxy doxygen dejavu-ttf freefont-ttf ttf-liberation noto-fonts
isim=signond
surum=8.58
devir=1
kaynak=(https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2)
derle() {
cd $isim*
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
}