123456789101112131415161718192021 |
- # 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
- }
|