author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:07 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:07 UTC |
parent | 4212f8c3affa88938e3c1b593de281d91772b0cb |
.gitignore | +2 | -0 |
PKGBUILD | +6 | -4 |
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 d4057f4..7404f0b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,11 +4,12 @@ pkgbase=polkit-qt pkgname=(polkit-qt5 - polkit-qt6) +# polkit-qt6 +) pkgver=0.200.0 pkgrel=1 pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API' -arch=(x86_64) +arch=(x86_64 'armv7h') url='https://www.kde.org/' license=(BSD-3-Clause GPL-2.0-or-later @@ -19,7 +20,8 @@ depends=(gcc-libs polkit) makedepends=(cmake qt5-base - qt6-base) +# qt6-base +) source=(https://download.kde.org/stable/$pkgbase-1/$pkgbase-1-$pkgver.tar.xz{,.sig}) sha256sums=('5d3b611c062d2b76a93750bb10c907bfd21d1ff08d0a15dc2cf63e278e1677fb' 'SKIP') @@ -29,7 +31,7 @@ build() { cmake -B build5 -S $pkgbase-1-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build5 - + return 0 cmake -B build6 -S $pkgbase-1-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DQT_MAJOR_VERSION=6