[arch-commits] Commit in libaccounts-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jun 7 16:51:20 UTC 2021


    Date: Monday, June 7, 2021 @ 16:51:19
  Author: arojas
Revision: 417298

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   77 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 37 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 16:51:10 UTC (rev 417297)
+++ PKGBUILD	2021-06-07 16:51:19 UTC (rev 417298)
@@ -1,40 +0,0 @@
-# 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-qt
-pkgdesc="Qt-based client library for accessing the online accounts database"
-pkgver=1.16
-pkgrel=2
-arch=(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")
-sha256sums=('8d51a70af51b30125441c26be88c46d57b5f0e09545448e5db4064ba38d68fad')
-
-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 417297, libaccounts-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-07 16:51:19 UTC (rev 417298)
@@ -0,0 +1,37 @@
+# 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-qt
+pkgdesc='Qt-based client library for accessing the online accounts database'
+pkgver=1.16
+pkgrel=3
+arch=(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/-/archive/VERSION_$pkgver/libaccounts-qt-VERSION_$pkgver.tar.gz)
+sha256sums=('3e527b151ee87e851b0f027214bda1353d8e48e10a5b54109f1e4b7d422a7de3')
+
+prepare() {
+  cd $pkgname-VERSION_$pkgver
+  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
+}
+
+build() {
+  cd $pkgname-VERSION_$pkgver
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-VERSION_$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+# Remove docs
+  rm -r "$pkgdir"/usr/share
+}



More information about the arch-commits mailing list