[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Tue Nov 3 16:53:09 UTC 2020


    Date: Tuesday, November 3, 2020 @ 16:53:08
  Author: arojas
Revision: 399210

Add plasma-systemmonitor

Added:
  plasma-systemmonitor/
  plasma-systemmonitor/trunk/
  plasma-systemmonitor/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: plasma-systemmonitor/trunk/PKGBUILD
===================================================================
--- plasma-systemmonitor/trunk/PKGBUILD	                        (rev 0)
+++ plasma-systemmonitor/trunk/PKGBUILD	2020-11-03 16:53:08 UTC (rev 399210)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-systemmonitor
+pkgver=5.20.0
+pkgrel=1
+pkgdesc="New version of KSysGuard built on top of the new KStats daemon and using QML for its UI"
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL LGPL)
+depends=(libksysguard kirigami2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+         ktorrent-taglib-link.patch::"https://invent.kde.org/network/ktorrent/-/commit/f4c1c91d.patch")
+sha256sums=('ec0af476c7cf992a3fc43af4e7f066c22757b7c196ee49fdbc4286bdf02948d1'
+            'SKIP'
+            '0a894fe4b7c929451c7947d00e767560a99e3d53f5d7d0ac20e5ae8347ee69ee')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr at jriddell.org>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson at kde.org>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list