sysprof: update to 3.46.0.
This commit is contained in:
parent
5cb5f078f5
commit
cca64905cd
|
@ -3115,7 +3115,7 @@ libunbound.so.8 libunbound-1.13.1_2
|
|||
libmirage.so.11 libmirage-3.1.0_1
|
||||
libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1
|
||||
libsysprof-4.so sysprof-3.37.90_1
|
||||
libsysprof-ui-4.so sysprof-3.37.90_1
|
||||
libsysprof-ui-5.so sysprof-3.46.0_1
|
||||
libvala-0.56.so.0 libvala-0.56.0_1
|
||||
libvaladoc-0.56.so.0 libvaladoc-0.56.0_1
|
||||
libvalaccodegen.so libvala-0.44.0_1
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'sysprof'
|
||||
pkgname=sysprof
|
||||
reverts="3.46.0_1"
|
||||
version=3.44.0
|
||||
version=3.46.0
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Denable_gtk=true -Dsystemdunitdir=/usr/lib/systemd"
|
||||
hostmakedepends="gettext pkg-config itstool glib-devel"
|
||||
makedepends="gtk+3-devel libdazzle-devel polkit-devel glib-devel elogind-devel
|
||||
json-glib-devel libunwind-devel"
|
||||
configure_args="-Dgtk=true -Dsystemdunitdir=/usr/lib/systemd"
|
||||
hostmakedepends="gettext pkg-config itstool glib-devel desktop-file-utils
|
||||
gtk-update-icon-cache"
|
||||
makedepends="gtk4-devel libdazzle-devel polkit-devel glib-devel elogind-devel
|
||||
json-glib-devel libunwind-devel libadwaita-devel"
|
||||
short_desc="System-wide profiler for Linux"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later"
|
||||
homepage="https://gitlab.gnome.org/GNOME/sysprof"
|
||||
changelog="https://gitlab.gnome.org/GNOME/sysprof/-/raw/master/NEWS"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=ab5d9f5b71973b3088d58a1bfdf1dc23c39a02f5fce4e5e9c73e034b178b005b
|
||||
distfiles="${GNOME_SITE}/sysprof/${version%.*}/sysprof-${version}.tar.xz"
|
||||
checksum=3e430d578150a8dd0b075b17d2fcc1ba704d42880262f0cc651f33e493be4071
|
||||
|
||||
# for ITS rules
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue