[arch-commits] Commit in accounts-qml-module/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jun 7 20:09:21 UTC 2021
Date: Monday, June 7, 2021 @ 20:09:21
Author: arojas
Revision: 417326
archrelease: copy trunk to extra-x86_64
Added:
accounts-qml-module/repos/extra-x86_64/PKGBUILD
(from rev 417325, accounts-qml-module/trunk/PKGBUILD)
Deleted:
accounts-qml-module/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-07 20:09:10 UTC (rev 417325)
+++ PKGBUILD 2021-06-07 20:09:21 UTC (rev 417326)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=accounts-qml-module
-pkgver=0.7
-pkgrel=3
-pkgdesc="Expose the Online Accounts API to QML applications"
-url="https://gitlab.com/accounts-sso/accounts-qml-module"
-arch=(x86_64)
-license=(LGPL)
-depends=(signond libaccounts-qt qt5-declarative)
-makedepends=(qt5-tools)
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver"
- accounts-qml-module-qmltypes.patch::"https://gitlab.com/accounts-sso/accounts-qml-module/-/commit/678c493a.patch")
-sha256sums=('bea8a35c0d250196247b57ca6152f91f9ea3fe0da0623d87ed3698e3cc459bf4'
- 'ae1142ba51f261a9e5c128fcb6c7518c642fc17ce0d908e31e8af14440db9faa')
-
-prepare() {
- mkdir -p build
- mv $pkgname-VERSION* $pkgname
- sed -e 's/-Werror//' -i $pkgname/common-project-config.pri
- patch -d $pkgname -p1 -i ../accounts-qml-module-qmltypes.patch
-}
-
-build() {
- cd build
- qmake-qt5 ../$pkgname/$pkgname.pro PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
- rm -r "$pkgdir"/usr/bin # Remove test binary
-}
Copied: accounts-qml-module/repos/extra-x86_64/PKGBUILD (from rev 417325, accounts-qml-module/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-07 20:09:21 UTC (rev 417326)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=accounts-qml-module
+pkgver=0.7
+pkgrel=4
+pkgdesc='Expose the Online Accounts API to QML applications'
+url='https://gitlab.com/accounts-sso/accounts-qml-module'
+arch=(x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=(https://gitlab.com/accounts-sso/$pkgname/-/archive/VERSION_$pkgver/$pkgname-VERSION_$pkgver.tar.gz
+ accounts-qml-module-qmltypes.patch::https://gitlab.com/accounts-sso/accounts-qml-module/-/commit/678c493a.patch)
+sha256sums=('550a6c684bf4b4f6460a35bac0cf3afbb9090a5cf4038b880c6b86c2e9ea0195'
+ 'ae1142ba51f261a9e5c128fcb6c7518c642fc17ce0d908e31e8af14440db9faa')
+
+prepare() {
+ mkdir -p build
+ sed -e 's/-Werror//' -i $pkgname-VERSION_$pkgver/common-project-config.pri
+ patch -d $pkgname-VERSION_$pkgver -p1 -i ../accounts-qml-module-qmltypes.patch
+}
+
+build() {
+ cd build
+ qmake-qt5 ../$pkgname-VERSION_$pkgver/$pkgname.pro PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+ rm -r "$pkgdir"/usr/bin # Remove test binary
+}
More information about the arch-commits
mailing list