[arch-commits] Commit in plasma-systemmonitor/repos/extra-x86_64 (3 files)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Jun 28 14:53:05 UTC 2022
Date: Tuesday, June 28, 2022 @ 14:53:05
Author: arojas
Revision: 449609
archrelease: copy trunk to extra-x86_64
Added:
plasma-systemmonitor/repos/extra-x86_64/PKGBUILD
(from rev 449608, plasma-systemmonitor/trunk/PKGBUILD)
plasma-systemmonitor/repos/extra-x86_64/keys/
Deleted:
plasma-systemmonitor/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-28 14:52:53 UTC (rev 449608)
+++ PKGBUILD 2022-06-28 14:53:05 UTC (rev 449609)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plasma-systemmonitor
-pkgver=5.25.1
-pkgrel=1
-pkgdesc='An interface for monitoring system sensors, process information and other system resources'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(GPL LGPL)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-depends=(ksystemstats kitemmodels qqc2-desktop-style kquickcharts kdeclarative)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-sha256sums=('be9bca58fdc53eabf52d87eb6f7b347b3922f1314513b12b10d99489ad2cd5d0'
- 'SKIP')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-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>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: plasma-systemmonitor/repos/extra-x86_64/PKGBUILD (from rev 449608, plasma-systemmonitor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-28 14:53:05 UTC (rev 449609)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-systemmonitor
+pkgver=5.25.2
+pkgrel=1
+pkgdesc='An interface for monitoring system sensors, process information and other system resources'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL LGPL)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+depends=(ksystemstats kitemmodels qqc2-desktop-style kquickcharts kdeclarative)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+sha256sums=('cac617cd659703cf43e9a9f516f04cf7f6e61bfb8893efe1c41ca470562a5c0a'
+ 'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-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>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list