[arch-commits] Commit in libaccounts-qt/repos (4 files)

Balló György bgyorgy at nymeria.archlinux.org
Tue Feb 26 18:45:35 UTC 2013


    Date: Tuesday, February 26, 2013 @ 19:45:34
  Author: bgyorgy
Revision: 85020

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libaccounts-qt/repos/community-staging-i686/
  libaccounts-qt/repos/community-staging-i686/PKGBUILD
    (from rev 85019, libaccounts-qt/trunk/PKGBUILD)
  libaccounts-qt/repos/community-staging-x86_64/
  libaccounts-qt/repos/community-staging-x86_64/PKGBUILD
    (from rev 85019, libaccounts-qt/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   44 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: libaccounts-qt/repos/community-staging-i686/PKGBUILD (from rev 85019, libaccounts-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-26 18:45:34 UTC (rev 85020)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=libaccounts-qt
+_pkgbase=accounts-qt
+pkgname=('libaccounts-qt' 'libaccounts-qt-doc')
+pkgver=1.6
+pkgrel=2
+pkgdesc="Qt-based client library for accessing the online accounts database"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('qt4' 'libaccounts-glib')
+makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
+options=('!emptydirs')
+source=(http://accounts-sso.googlecode.com/files/$_pkgbase-$pkgver.tar.bz2)
+sha1sums=('bd2c02b747384d53b75767c18b1e026bcf2211c5')
+
+build() {
+  cd "$srcdir/$_pkgbase-$pkgver"
+
+  # Do not install tests
+  echo 'INSTALLS =' >>tests/accountstest.pro
+
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package_libaccounts-qt() {
+  cd "$srcdir/$_pkgbase-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Split out documentation
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_libaccounts-qt-doc() {
+  pkgdesc="Developer documention of signon"
+  depends=()
+
+  mkdir -p "$pkgdir/usr/share"
+  mv "$srcdir/doc" "$pkgdir/usr/share"
+}

Copied: libaccounts-qt/repos/community-staging-x86_64/PKGBUILD (from rev 85019, libaccounts-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 18:45:34 UTC (rev 85020)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=libaccounts-qt
+_pkgbase=accounts-qt
+pkgname=('libaccounts-qt' 'libaccounts-qt-doc')
+pkgver=1.6
+pkgrel=2
+pkgdesc="Qt-based client library for accessing the online accounts database"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('qt4' 'libaccounts-glib')
+makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
+options=('!emptydirs')
+source=(http://accounts-sso.googlecode.com/files/$_pkgbase-$pkgver.tar.bz2)
+sha1sums=('bd2c02b747384d53b75767c18b1e026bcf2211c5')
+
+build() {
+  cd "$srcdir/$_pkgbase-$pkgver"
+
+  # Do not install tests
+  echo 'INSTALLS =' >>tests/accountstest.pro
+
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package_libaccounts-qt() {
+  cd "$srcdir/$_pkgbase-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Split out documentation
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_libaccounts-qt-doc() {
+  pkgdesc="Developer documention of signon"
+  depends=()
+
+  mkdir -p "$pkgdir/usr/share"
+  mv "$srcdir/doc" "$pkgdir/usr/share"
+}




More information about the arch-commits mailing list