git » accounts-qml-module.git » commit 47e4c10

accounts-qml-module 0.7

author Urja (ARMLFS builder)
2024-06-19 07:30:59 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:59 UTC
parent 2c68d72f36ac669aae8e382a8af83b1ee6c748c5

accounts-qml-module 0.7

.gitignore +2 -0
PKGBUILD +5 -5

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 517c371..c279fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@ pkgver=0.7
 pkgrel=6
 pkgdesc='Expose the Online Accounts API to QML applications'
 url='https://gitlab.com/accounts-sso/accounts-qml-module'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 license=(LGPL)
 depends=(gcc-libs
          glibc
          libaccounts-qt
-         qt6-base
-         qt6-declarative
+         qt5-base
+         qt5-declarative
          signond)
 makedepends=(git
-             qt6-tools)
+             qt5-tools)
 # source=(https://gitlab.com/accounts-sso/$pkgname/-/archive/VERSION_$pkgver/$pkgname-VERSION_$pkgver.tar.gz)
 _commit=05e79ebbbf3784a87f72b7be571070125c10dfe3
 source=(git+https://gitlab.com/accounts-sso/accounts-qml-module#commit=$_commit)
@@ -26,7 +26,7 @@ prepare() {
 
 build() {
   cd build 
-  qmake6 ../$pkgname/$pkgname.pro \
+  qmake ../$pkgname/$pkgname.pro \
     PREFIX=/usr
   make
 }