git » signon-ui.git » commit 02f7842

signon-ui 0.17+20231016

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

signon-ui 0.17+20231016

.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 6dc0262..3b94202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.17+20231016
 pkgrel=2
 _commit=eef943f0edf3beee8ecb85d4a9dae3656002fc24
 pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://launchpad.net/online-accounts-signon-ui'
 license=(GPL)
 depends=(gcc-libs
@@ -16,9 +16,9 @@ depends=(gcc-libs
          libaccounts-qt
          libnotify
          libproxy
-         qt6-base
-         qt6-declarative
-         qt6-webengine
+         qt5-base
+         qt5-declarative
+         qt5-webengine
          signond)
 source=(https://gitlab.com/accounts-sso/signon-ui/-/archive/$_commit/$pkgname-$pkgver.tar.gz
         fake-user-agent.patch)
@@ -37,7 +37,7 @@ prepare() {
 build() {
   cd $pkgname-$_commit
 
-  qmake6 \
+  qmake \
     PREFIX=/usr \
     LIBDIR=/usr/lib
   make