git » plasma-integration.git » commit e8c15fd

plasma-integration 5.27.10

author Urja (ARMLFS builder)
2024-06-19 07:31:00 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:00 UTC
parent 9bab8e9f5529bc8d699382e41a432e1a1e57f3ca

plasma-integration 5.27.10

.gitignore +2 -0
PKGBUILD +2 -2

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 bf5a356..0b8b1cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgver=5.27.10
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
 pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style5 kio5 perl)
+depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style kio perl)
 makedepends=(extra-cmake-modules breeze plasma-wayland-protocols)
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})