sysprof: update to 3.30.0.
This commit is contained in:
parent
37160ec1e6
commit
ba539d9401
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'sysprof'
|
||||
pkgname=sysprof
|
||||
version=3.28.0
|
||||
revision=2
|
||||
version=3.30.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Denable_gtk=true -Dsystemdunitdir=/DELETEME"
|
||||
hostmakedepends="pkg-config itstool glib-devel"
|
||||
makedepends="gtk+3-devel polkit-devel glib-devel elogind-devel"
|
||||
short_desc="A system-wide profiler for Linux"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later"
|
||||
homepage="http://sysprof.com/"
|
||||
distfiles="https://download.gnome.org/sources/sysprof/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=65437778af2fc3bab05bf9c1871fbd8726a4bd6471f1288d7b7a7e3429cee436
|
||||
configure_args="-Denable-gtk=true -Dsystemdunitdir=/DELETEME"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=29cd2c4be277f00698dce48259219557c4fddc2c01254b8fac95900a8c663f63
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl|x86_64-musl) broken="__WORDSIZE definitions aren't recognized" ;;
|
||||
|
|
Loading…
Reference in a new issue