Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-system-monitor
Commits:
1f2b846b by Balló György at 2024-11-13T22:40:01+01:00
upgpkg: 47.0-3: Apply a fix for resuming from suspended state
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnome-system-monitor
pkgdesc = View current processes and monitor system state
pkgver = 47.0
- pkgrel = 2
+ pkgrel = 3
url = https://apps.gnome.org/SystemMonitor
arch = x86_64
groups = gnome
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=gnome-system-monitor
pkgver=47.0
-pkgrel=2
+pkgrel=3
pkgdesc="View current processes and monitor system state"
url="https://apps.gnome.org/SystemMonitor"
arch=(x86_64)
@@ -43,6 +43,10 @@
b2sums=('39ab0f7ce6c924f333610ad7469701cb8bea75ff2ff11e25f8ca79c9e77cbc852f04a4c
prepare() {
cd $pkgname
+
+ # Fix resuming from suspended state
+ # https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/merge_requests/166
+ git cherry-pick -n 714faa9fad2a41f6353a242d48e5cb59b6ecdaac
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-system-monitor/-/commit/1f2b846be82b395dcbf8566c612d983032193880
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-system-monitor/-/commit/1f2b846be82b395dcbf8566c612d983032193880
You're receiving this email because of your account on gitlab.archlinux.org.