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

Antonio Rojas arojas at archlinux.org
Thu Sep 29 16:21:57 UTC 2016


    Date: Thursday, September 29, 2016 @ 16:21:56
  Author: arojas
Revision: 277282

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

Added:
  libaccounts-qt/repos/extra-i686/PKGBUILD
    (from rev 277281, libaccounts-qt/trunk/PKGBUILD)
  libaccounts-qt/repos/extra-x86_64/PKGBUILD
    (from rev 277281, libaccounts-qt/trunk/PKGBUILD)
Deleted:
  libaccounts-qt/repos/extra-i686/PKGBUILD
  libaccounts-qt/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 ------------------------
 extra-x86_64/PKGBUILD |   40 ------------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-09-29 16:21:16 UTC (rev 277281)
+++ extra-i686/PKGBUILD	2016-09-29 16:21:56 UTC (rev 277282)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libaccounts-qt
-pkgdesc="Qt5-based client library for accessing the online accounts database"
-pkgver=1.14
-pkgrel=2
-arch=(i686 x86_64)
-url="https://gitlab.com/accounts-sso/libaccounts-qt"
-license=(LGPL)
-depends=(libaccounts-glib qt5-base)
-makedepends=(doxygen)
-conflicts=(libaccounts-qt5)
-provides=(libaccounts-qt5)
-replaces=(libaccounts-qt5)
-source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver")
-sha1sums=('daa27223ed7bc7d47f761cbaa681b7dad9c99d6f')
-
-prepare() {
-  mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver
-
-  cd $pkgname-$pkgver
-  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
-  cd ..
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-# Remove docs
-  rm -r "$pkgdir"/usr/share
-}

Copied: libaccounts-qt/repos/extra-i686/PKGBUILD (from rev 277281, libaccounts-qt/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-09-29 16:21:56 UTC (rev 277282)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-qt
+pkgdesc="Qt-based client library for accessing the online accounts database"
+pkgver=1.15
+pkgrel=1
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-qt"
+license=(LGPL)
+depends=(libaccounts-glib qt5-base)
+makedepends=(doxygen)
+conflicts=(libaccounts-qt5)
+provides=(libaccounts-qt5)
+replaces=(libaccounts-qt5)
+source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver")
+sha1sums=('eaed098ecb8241fb094e8b43fde769fdf059031f')
+
+prepare() {
+  mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
+  cd ..
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+# Remove docs
+  rm -r "$pkgdir"/usr/share
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-09-29 16:21:16 UTC (rev 277281)
+++ extra-x86_64/PKGBUILD	2016-09-29 16:21:56 UTC (rev 277282)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libaccounts-qt
-pkgdesc="Qt5-based client library for accessing the online accounts database"
-pkgver=1.14
-pkgrel=2
-arch=(i686 x86_64)
-url="https://gitlab.com/accounts-sso/libaccounts-qt"
-license=(LGPL)
-depends=(libaccounts-glib qt5-base)
-makedepends=(doxygen)
-conflicts=(libaccounts-qt5)
-provides=(libaccounts-qt5)
-replaces=(libaccounts-qt5)
-source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver")
-sha1sums=('daa27223ed7bc7d47f761cbaa681b7dad9c99d6f')
-
-prepare() {
-  mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver
-
-  cd $pkgname-$pkgver
-  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
-  cd ..
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-# Remove docs
-  rm -r "$pkgdir"/usr/share
-}

Copied: libaccounts-qt/repos/extra-x86_64/PKGBUILD (from rev 277281, libaccounts-qt/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-09-29 16:21:56 UTC (rev 277282)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-qt
+pkgdesc="Qt-based client library for accessing the online accounts database"
+pkgver=1.15
+pkgrel=1
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-qt"
+license=(LGPL)
+depends=(libaccounts-glib qt5-base)
+makedepends=(doxygen)
+conflicts=(libaccounts-qt5)
+provides=(libaccounts-qt5)
+replaces=(libaccounts-qt5)
+source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver")
+sha1sums=('eaed098ecb8241fb094e8b43fde769fdf059031f')
+
+prepare() {
+  mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
+  cd ..
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+# Remove docs
+  rm -r "$pkgdir"/usr/share
+}



More information about the arch-commits mailing list