Date: Saturday, March 18, 2023 @ 01:37:17 Author: heftig Revision: 471434
3.48.0-1 Modified: sysprof/trunk/PKGBUILD Deleted: sysprof/trunk/0001-libsysprof-Actually-set-spawnable-flags-to-inherit-s.patch -----------------------------------------------------------------+ 0001-libsysprof-Actually-set-spawnable-flags-to-inherit-s.patch | 26 -------- PKGBUILD | 30 ++++++---- 2 files changed, 18 insertions(+), 38 deletions(-) Deleted: 0001-libsysprof-Actually-set-spawnable-flags-to-inherit-s.patch =================================================================== --- 0001-libsysprof-Actually-set-spawnable-flags-to-inherit-s.patch 2023-03-18 01:30:04 UTC (rev 471433) +++ 0001-libsysprof-Actually-set-spawnable-flags-to-inherit-s.patch 2023-03-18 01:37:17 UTC (rev 471434) @@ -1,26 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" <[email protected]> -Date: Fri, 7 Oct 2022 17:48:48 +0000 -Subject: [PATCH] libsysprof: Actually set spawnable flags to inherit stdin - -The code calculated flags but never actually set them on the spawnable, -so the `inherit-stdin` property did not work. - -Fixes: 8799d2f0ca4a6f939e808443db14b266b2142a7f -See: https://gitlab.gnome.org/GNOME/sysprof/-/issues/76#note_1531919 ---- - src/libsysprof/sysprof-local-profiler.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/libsysprof/sysprof-local-profiler.c b/src/libsysprof/sysprof-local-profiler.c -index 9b77de305360..59b4aba26e63 100644 ---- a/src/libsysprof/sysprof-local-profiler.c -+++ b/src/libsysprof/sysprof-local-profiler.c -@@ -666,6 +666,7 @@ sysprof_local_profiler_start_after_auth (SysprofLocalProfiler *self) - - g_ptr_array_add (env, NULL); - -+ sysprof_spawnable_set_flags (spawnable, flags); - sysprof_spawnable_set_environ (spawnable, (const gchar * const *)env->pdata); - sysprof_spawnable_append_args (spawnable, (const gchar * const *)priv->spawn_argv); - Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 01:30:04 UTC (rev 471433) +++ PKGBUILD 2023-03-18 01:37:17 UTC (rev 471434) @@ -7,19 +7,26 @@ pkgbase=sysprof pkgname=(sysprof libsysprof-capture) -pkgver=3.46.0 -pkgrel=4 +pkgver=3.48.0 +pkgrel=1 pkgdesc="Kernel based performance profiler" url="https://wiki.gnome.org/Apps/Sysprof" license=(GPL) arch=(x86_64) -depends=(libadwaita polkit) -makedepends=(yelp-tools git meson) -_commit=d2b678d1d558d4ea7ec3de72a79f5a17cf5c2c2f # tags/3.46.0^0 -source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit" - 0001-libsysprof-Actually-set-spawnable-flags-to-inherit-s.patch) -sha256sums=('SKIP' - 'd772d116eb1e49a2aeefb22d1474314d84a07900cb2eaf449ce8cb3e75ebd8f1') +depends=( + libadwaita + polkit +) +makedepends=( + git + meson + yelp-tools +) +_commit=94a6aff06a4cfb91d6ad396e1cb703c4613b143f # tags/3.48.0^0 +source=( + "git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit" +) +b2sums=('SKIP') pkgver() { cd sysprof @@ -28,9 +35,6 @@ prepare() { cd sysprof - - # https://gitlab.gnome.org/GNOME/sysprof/-/merge_requests/55 - git apply -3 ../0001-libsysprof-Actually-set-spawnable-flags-to-inherit-s.patch } build() { @@ -80,3 +84,5 @@ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 \ sysprof/src/libsysprof-capture/COPYING } + +# vim:set sw=2 sts=-1 et:
