git » qca.git » commit bf5212a

qca 2.3.8

author Urja (ARMLFS builder)
2024-06-19 07:31:06 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:06 UTC
parent 573a4af94e43c5afddeb19b892229485533a6d43

qca 2.3.8

.gitignore +2 -0
PKGBUILD +9 -7

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 e986611..b6a2a2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
 
 pkgbase=qca
 pkgname=(qca-qt5
-         qca-qt6)
+         #qca-qt6
+)
 pkgver=2.3.8
 pkgrel=3
 pkgdesc='Qt Cryptographic Architecture'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://userbase.kde.org/QCA'
 license=(LGPL-2.1-or-later)
 depends=(ca-certificates
@@ -17,19 +18,20 @@ depends=(ca-certificates
          nss)
 optdepends=('botan: botan plugin'
             'libgcrypt: gcrypt plugin'
-            'libsasl: SASL plugin'
+#            'libsasl: SASL plugin'
             'openssl: SSL plugin'
             'pkcs11-helper: PKCS-11 plugin')
 makedepends=(botan
              cmake
              doxygen
              libgcrypt
-             libsasl
+#             libsasl
              openssl
              pkcs11-helper
              qt5-base
-             qt6-base
-             qt6-5compat)
+             #qt6-base
+             #qt6-5compat
+)
 source=(https://download.kde.org/stable/$pkgbase/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig})
 sha256sums=('48759ca86a0202461d908ba66134380cc3bb7d20fed3c031b9fc0289796a8264'
             'SKIP')
@@ -42,7 +44,7 @@ build() {
     -DQCA_INSTALL_IN_QT_PREFIX=ON \
     -DQCA_MAN_INSTALL_DIR=/usr/share/man
   cmake --build build-qt5
-
+  return 0
   cmake -B build-qt6 -S $pkgbase-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DQT6=ON \