Balló György pushed to branch main at Arch Linux / Packaging / Packages /
sysprof
Commits:
c807297b by Balló György at 2025-03-29T12:12:24+01:00
upgpkg: 48.0-2: Fix activation to avoid opening a new greeter window on second
launch
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sysprof
pkgdesc = Kernel based performance profiler
pkgver = 48.0
- pkgrel = 1
+ pkgrel = 2
url = https://apps.gnome.org/Sysprof/
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ pkgname=(
libsysprof-capture
)
pkgver=48.0
-pkgrel=1
+pkgrel=2
pkgdesc="Kernel based performance profiler"
url="https://apps.gnome.org/Sysprof/"
license=(GPL-3.0-or-later)
@@ -48,6 +48,10 @@
b2sums=('87dd3a47350b0e2d2d15072fcaef53578e4614b9c14a1f4ac3ff83233538adbc3486b55
prepare() {
cd sysprof
+
+ # Always present existing window on activation
+ # https://gitlab.gnome.org/GNOME/sysprof/-/merge_requests/130
+ git cherry-pick -n 7db526fbd9739f714f2d563f1fb65ec7695bb1d2
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sysprof/-/commit/c807297b34fdbbb29ba86c5516ef8052dd116384
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sysprof/-/commit/c807297b34fdbbb29ba86c5516ef8052dd116384
You're receiving this email because of your account on gitlab.archlinux.org.