2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Oturum açma için OAuth 2 eklentisi
|
2016-07-22 17:24:44 +02:00
|
|
|
|
# URL: https://gitlab.com/accounts-sso/signon-plugin-oauth2
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: signond qt5
|
2016-07-22 17:24:44 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=signon-plugin-oauth2
|
|
|
|
|
surum=0.23
|
|
|
|
|
devir=1
|
2016-07-22 17:24:44 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz)
|
2016-07-22 17:24:44 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-07-22 17:24:44 +02:00
|
|
|
|
cd signon-plugin-oauth2*
|
|
|
|
|
sed -i '/-Werror/d' common-project-config.pri
|
|
|
|
|
|
|
|
|
|
# Do not install tests and example
|
|
|
|
|
echo 'INSTALLS =' >>tests/tests.pro
|
|
|
|
|
echo 'INSTALLS =' >>example/example.pro
|
|
|
|
|
|
|
|
|
|
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
|
|
|
|
|
make
|
|
|
|
|
make INSTALL_ROOT=$PKG install
|
|
|
|
|
}
|