21 lines
551 B
Plaintext
21 lines
551 B
Plaintext
|
# 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
|
|||
|
}
|