2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: İstemci adına kullanıcı kimlik doğrulamasını yapan bir D-Bus servisi
|
2016-07-22 17:24:44 +02:00
|
|
|
|
# URL : https://gitlab.com/accounts-sso/signond/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: qt5 libproxy doxygen dejavu-ttf freefont-ttf ttf-liberation noto-fonts
|
2016-07-22 17:24:44 +02:00
|
|
|
|
|
|
|
|
|
name=signond
|
|
|
|
|
version=8.58
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-07-22 17:24:44 +02:00
|
|
|
|
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
|
|
|
|
|
}
|