talimat 664 B

123456789101112131415161718192021
  1. # 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
  2. # URL : https://launchpad.net/online-accounts-signon-ui
  3. # Packager : alihan-ozturk28@hotmail.com
  4. # Depends on : qt5 libaccounts-qt5 qt5-webkit signond libnotify
  5. name=signon-ui
  6. version=0.17+15.10.20150810
  7. release=1
  8. source=(http://archive.ubuntu.com/ubuntu/pool/main/s/$name/${name}_$version.orig.tar.gz)
  9. build() {
  10. cd $name-$version
  11. echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
  12. echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
  13. qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
  14. make
  15. make INSTALL_ROOT=$PKG install
  16. }