summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolodymyr Zolotopupov2024-03-23 00:06:31 +0200
committerVolodymyr Zolotopupov2024-03-23 00:06:31 +0200
commitc356a028669e0f127652738fc912b79a7d1ab78c (patch)
treea58d7cdf57197cd78298d6fb373244ee9874fd7d
parentc32031e6be17ab4b63824da440d86f4133646dc4 (diff)
downloadaur-c356a028669e0f127652738fc912b79a7d1ab78c.tar.gz
Move repo to github as KDE repo has hooks for locales commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD15
2 files changed, 4 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d05cd596a331..3eb64217dd88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ksysguard6-git
pkgdesc = Track and control the processes running in your system. KF6 version
- pkgver = r3600.5e368f6
+ pkgver = r3601.bb0e639
pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = ksysguard6-git
depends = lm_sensors
depends = qt6-base
depends = zlib
- source = git+https://invent.kde.org/vvova/ksysguard.git#branch=kf6
+ source = git+https://github.com/zvova7890/ksysguard6.git#branch=kf6
sha256sums = SKIP
pkgname = ksysguard6-git
diff --git a/PKGBUILD b/PKGBUILD
index 5a2439dc2c20..fae5a1d8ab45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Volodymyr Zolotopupov <zvova7890@gmail.com>
pkgname=ksysguard6-git
-pkgver=r3600.5e368f6
+pkgver=r3601.bb0e639
pkgrel=1
pkgdesc='Track and control the processes running in your system. KF6 version'
arch=(x86_64)
@@ -30,7 +30,7 @@ depends=(gcc-libs
makedepends=(extra-cmake-modules
kdoctools
git)
-source=(git+https://invent.kde.org/vvova/ksysguard.git#branch=kf6)
+source=(git+https://github.com/zvova7890/ksysguard6.git#branch=kf6)
sha256sums=('SKIP')
@@ -39,17 +39,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
-prepare() {
- cd ksysguard
- # I have no clue how to commit locales into KDE's git, so...
- sed -i s/\&kmenu/kmenu/g po/de/docs/ksysguard/index.docbook
- sed -i s/\&kmenu/kmenu/g po/pt/docs/ksysguard/index.docbook
-
- sed -i -e 's/#add_subdirectory( doc )/add_subdirectory( doc )/g;
- s/#kdoctools_install(po)/kdoctools_install(po)/g' \
- CMakeLists.txt
-}
-
build() {
cmake -B build -S ksysguard \
-DBUILD_TESTING=OFF