me
/
guix
Archived
1
0
Fork 0

gnu: sysprof: Update to 3.48.0.

* gnu/packages/gnome.scm (sysprof): Update to 3.48.0.
[#:configure-flags]: Add -Dhelp=true.
[propagated-inputs]: Add glib, json-glib and libadwaita.

Change-Id: I0810ce009f01c53ca08cc7e3a6bea702f0a6c252
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-11-16 18:23:58 +01:00 committed by Liliana Marie Prikler
parent d77e9e4420
commit 7bc6a2ef4d
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 6 additions and 4 deletions

View File

@ -12996,7 +12996,7 @@ GObject introspection bindings.")
(define-public sysprof
(package
(name "sysprof")
(version "3.45.1")
(version "3.48.0")
(source
(origin
(method url-fetch)
@ -13004,12 +13004,13 @@ GObject introspection bindings.")
(version-major+minor version) "/"
"sysprof-" version ".tar.xz"))
(sha256
(base32 "16nmr1qs7s2ylhwj58zj6b7in72nw7z72glaz746f2g7dbqs00k4"))))
(base32 "0s11jwkvdbnq2jyz26mwy47wcxfsbawg53zlackvabygcqd0in87"))))
(build-system meson-build-system)
(arguments
(list
#:configure-flags
#~(list (string-append "-Dsystemdunitdir=" #$output "/share/systemd"))
#~(list (string-append "-Dsystemdunitdir=" #$output "/share/systemd")
"-Dhelp=true")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-post-install
@ -13020,7 +13021,8 @@ GObject introspection bindings.")
(("update_desktop_database: true")
"update_desktop_database: false")))))))
(propagated-inputs
(list polkit))
;; Listed in sysprof-4.pc or sysprof-ui-5.pc
(list glib json-glib libadwaita polkit))
(inputs
(list glib
gtk