git » kemoticons.git » commit 6f9138b

kemoticons 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:30:58 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:58 UTC
parent 766c7b1c9989fe2b981611d730a22c678b9583f7

kemoticons 5.115.0

.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 ae91262..8fad039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgname=kemoticons
 pkgver=5.115.0
 pkgrel=1
 pkgdesc='Support for emoticons and emoticons themes'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(karchive5 kservice5)
+depends=(karchive kservice)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})