git » libksysguard.git » commit 5257c98

libksysguard 5.27.10

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

libksysguard 5.27.10

.gitignore +2 -0
PKGBUILD +3 -3

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 e26f85d..be00666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgver=5.27.10
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
 pkgdesc='Library to retrieve information on the current status of computer hardware'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(libxres qt5-webengine knewstuff5)
-makedepends=(extra-cmake-modules kdoctools5 qt5-tools)
+depends=(libxres qt5-webengine knewstuff libnl lm_sensors)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
 conflicts=('ksysguard<5.21.90')
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})