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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 21:07:33 UTC 2015


    Date: Sunday, December 6, 2015 @ 22:07:32
  Author: foutrelis
Revision: 253009

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

Added:
  libaccounts-qt4/repos/staging-i686/
  libaccounts-qt4/repos/staging-i686/PKGBUILD
    (from rev 253008, libaccounts-qt4/trunk/PKGBUILD)
  libaccounts-qt4/repos/staging-x86_64/
  libaccounts-qt4/repos/staging-x86_64/PKGBUILD
    (from rev 253008, libaccounts-qt4/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: libaccounts-qt4/repos/staging-i686/PKGBUILD (from rev 253008, libaccounts-qt4/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 21:07:32 UTC (rev 253009)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-qt4
+pkgdesc="Qt4-based client library for accessing the online accounts database"
+pkgver=1.13
+pkgrel=3
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-qt"
+license=(LGPL)
+depends=(qt4 libaccounts-glib)
+makedepends=(doxygen)
+source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver")
+sha1sums=('4b4043fef3e9b42023d5f1e415690bcb4017f820')
+
+prepare() {
+  mv libaccounts-qt-VERSION_$pkgver-* accounts-qt-$pkgver
+  cd accounts-qt-$pkgver
+  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
+
+  # Qt4 fix
+  sed -i 's|QHG_LOCATION           = qhelpgenerator|QHG_LOCATION = qhelpgenerator-qt4|' doc/doxy.conf
+}
+
+build() {
+  cd accounts-qt-$pkgver
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd accounts-qt-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+# Remove docs to fix conflicts
+  rm -r "${pkgdir}"/usr/share
+}

Copied: libaccounts-qt4/repos/staging-x86_64/PKGBUILD (from rev 253008, libaccounts-qt4/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 21:07:32 UTC (rev 253009)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-qt4
+pkgdesc="Qt4-based client library for accessing the online accounts database"
+pkgver=1.13
+pkgrel=3
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-qt"
+license=(LGPL)
+depends=(qt4 libaccounts-glib)
+makedepends=(doxygen)
+source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver")
+sha1sums=('4b4043fef3e9b42023d5f1e415690bcb4017f820')
+
+prepare() {
+  mv libaccounts-qt-VERSION_$pkgver-* accounts-qt-$pkgver
+  cd accounts-qt-$pkgver
+  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
+
+  # Qt4 fix
+  sed -i 's|QHG_LOCATION           = qhelpgenerator|QHG_LOCATION = qhelpgenerator-qt4|' doc/doxy.conf
+}
+
+build() {
+  cd accounts-qt-$pkgver
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd accounts-qt-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+# Remove docs to fix conflicts
+  rm -r "${pkgdir}"/usr/share
+}



More information about the arch-commits mailing list