summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-09-21 00:00:12 +0100
committerJoão Figueiredo2021-09-21 00:00:12 +0100
commit6cb22407ed5f9e115322b67990953cb52e32e0ea (patch)
tree64f368095bada83999869474b91a7c3798b48638
parent4947d19508fef9db0651f61baadd2577343185d8 (diff)
downloadaur-knemo.tar.gz
The source should be static
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4bcf2dd4982..ecac0225465f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = knemo
pkgdesc = The KDE Network Monitor
pkgver = 1.7.7.1_git20191016
- pkgrel = 1
+ pkgrel = 2
url = https://www.linux-apps.com/content/show.php?content=12956
arch = x86_64
license = GPL
@@ -19,7 +19,9 @@ pkgbase = knemo
depends = iw
depends = plasma-framework
depends = hicolor-icon-theme
- source = git+https://github.com/KDE/knemo.git
+ source = git+https://github.com/KDE/knemo.git#commit=5ffe42353bbdd52ffdf9fd505c32ba81fdf2de91
+ source = switch_rx-tx.patch
sha256sums = SKIP
+ sha256sums = 00b8b795490fb6cef5e07cb241264f9903eeba2ff6000fc90d74395e907e34e9
pkgname = knemo
diff --git a/PKGBUILD b/PKGBUILD
index e4e5a0207836..e8bb80aad917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,19 +7,21 @@
pkgname=knemo
pkgver=1.7.7.1_git20191016
-pkgrel=1
+pkgrel=2
pkgdesc="The KDE Network Monitor"
arch=($CARCH)
url="https://www.linux-apps.com/content/show.php?content=12956"
license=(GPL)
depends=(kdelibs4support libksysguard knotifyconfig wireless_tools iw plasma-framework hicolor-icon-theme)
makedepends=(git extra-cmake-modules kcmutils plasma-framework kdoctools kdesignerplugin kinit)
-source=("git+https://github.com/KDE/$pkgname.git")
-sha256sums=('SKIP')
+source=("git+https://github.com/KDE/$pkgname.git#commit=5ffe42353bbdd52ffdf9fd505c32ba81fdf2de91" switch_rx-tx.patch)
+sha256sums=('SKIP'
+ '00b8b795490fb6cef5e07cb241264f9903eeba2ff6000fc90d74395e907e34e9')
prepare() {
cd $pkgname
git merge --no-edit origin/topic-llvm+freebsd_ipv6 origin/frameworks
+ patch -p1 < ../switch_rx-tx.patch
}
build() {