21 lines
639 B
Plaintext
21 lines
639 B
Plaintext
# Description : UI component responsible for handling the user interactions during the login process of an online account
|
|
# 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
|
|
}
|