git » libaccounts-qt.git » commit dc69c0b

libaccounts-qt 1.17

author Urja (ARMLFS builder)
2024-06-19 07:31:01 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:01 UTC
parent 1fb0b099fb4be9f0e9daec89dc8afeeec02c14d1

libaccounts-qt 1.17

.gitignore +2 -0
PKGBUILD +3 -3

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 354e1fc..0e4d6f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgname=libaccounts-qt
 pkgdesc='Qt-based client library for accessing the online accounts database'
 pkgver=1.17
 pkgrel=1
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://gitlab.com/accounts-sso/libaccounts-qt'
 license=(LGPL-2.1-or-later)
 depends=(gcc-libs
          glib2
          glibc
          libaccounts-glib
-         qt6-base)
+         qt5-base)
 makedepends=(doxygen
              git)
 source=(https://gitlab.com/accounts-sso/libaccounts-qt/-/archive/VERSION_$pkgver/libaccounts-qt-VERSION_$pkgver.tar.gz)
@@ -26,7 +26,7 @@ prepare() {
 
 build() {
   cd $pkgname-VERSION_$pkgver
-  qmake6 PREFIX=/usr LIBDIR=/usr/lib
+  qmake PREFIX=/usr LIBDIR=/usr/lib
   make
 }