milis/talimatname/genel/signon-ui/talimat

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

# Description : Bir çevrimiçi hesabın oturum açma işlemi sırasında kullanıcı etkileşimlerini işleme tabi tutmaktan sorumlu UI bileşeni
# URL : https://launchpad.net/online-accounts-signon-ui
# Packager : alihan-ozturk28@hotmail.com
# Depends on : qt5 libaccounts-qt5 qt5-webkit signond libnotify
name=signon-ui
version=0.17+15.10.20150810
release=1
source=(http://archive.ubuntu.com/ubuntu/pool/main/s/$name/${name}_$version.orig.tar.gz)
build() {
cd $name-$version
echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}