milis/talimatname/genel/l/libaccounts-qt5/talimat

20 lines
659 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: Çevrimiçi hesap veritabanına erişmek için t5 tabanlı istemci kitaplığı
# URL: https://gitlab.com/accounts-sso/libaccounts-qt
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: qt5 libaccounts-glib
isim=libaccounts-qt5
surum=1.14
devir=1
PKGMK_KEEP_SOURCES="no"
kaynak=(https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.zip)
derle() {
cd libaccounts*
sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}