[arch-commits] Commit in ksysguard (kde-unstable kde-unstable/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu May 13 18:53:51 UTC 2021


    Date: Thursday, May 13, 2021 @ 18:53:51
  Author: arojas
Revision: 415449

Update to 5.22 beta

Added:
  ksysguard/kde-unstable/
Modified:
  ksysguard/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2021-05-04 14:22:42 UTC (rev 414324)
+++ kde-unstable/PKGBUILD	2021-05-13 18:53:51 UTC (rev 415449)
@@ -3,19 +3,16 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=ksysguard
-pkgver=5.21.5
+pkgver=5.21.90
 pkgrel=1
 pkgdesc='Track and control the processes running in your system'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(libksysguard kinit)
-makedepends=(extra-cmake-modules kdoctools networkmanager-qt)
-optdepends=('nvidia-utils: NVIDIA GPU usage' 'networkmanager-qt: improved network statistics')
-groups=(plasma)
-install=$pkgname.install
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('103b34b83fd2ea1af1cb01b67de70be2ad5362e22270d23cd437ac210bca1bb0'
+depends=(ksystemstats)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('474654f480aa24fa09a3cebb2517077506449eae961967f239c7ffe12ad91822'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr at jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
@@ -24,7 +21,6 @@
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF
   cmake --build build
 }



More information about the arch-commits mailing list