summaryrefslogtreecommitdiff
path: root/community/signon-ui/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/signon-ui/PKGBUILD
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/signon-ui/PKGBUILD')
-rw-r--r--community/signon-ui/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD
new file mode 100644
index 000000000..453349cd5
--- /dev/null
+++ b/community/signon-ui/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 92692 2013-06-12 05:09:15Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=signon-ui
+pkgver=0.15
+pkgrel=1
+pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/online-accounts-signon-ui"
+license=('GPL')
+depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
+source=(https://launchpad.net/online-accounts-signon-ui/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('67ac8ce4cc85b69ec6ff67ae892fda90')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # Do not install tests
+ echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
+ echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
+
+ qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make INSTALL_ROOT="$pkgdir" install
+}