* update sysprof to 45.1-1

This commit is contained in:
Alexander Baldeck 2023-12-02 21:11:09 +01:00
parent 9d1a192367
commit b65b13f891

View File

@ -1,4 +1,5 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com> # POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
@ -7,15 +8,28 @@
# Contributor: Gabriel Rauter <rauter.gabriel@gmail.com> # Contributor: Gabriel Rauter <rauter.gabriel@gmail.com>
pkgbase=sysprof pkgbase=sysprof
pkgname=(sysprof libsysprof-capture) pkgname=(
pkgver=3.48.0 sysprof
pkgrel=4 libsysprof-capture
)
pkgver=45.1
pkgrel=1
pkgdesc="Kernel based performance profiler" pkgdesc="Kernel based performance profiler"
url="https://wiki.gnome.org/Apps/Sysprof" url="https://wiki.gnome.org/Apps/Sysprof"
license=(GPL) license=(GPL)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=( depends=(
cairo
glib2
graphene
gtk4
hicolor-icon-theme
json-glib
libadwaita libadwaita
libdex
libpanel
libunwind
pango
polkit polkit
) )
makedepends=( makedepends=(
@ -23,7 +37,7 @@ makedepends=(
meson meson
yelp-tools yelp-tools
) )
_commit=94a6aff06a4cfb91d6ad396e1cb703c4613b143f # tags/3.48.0^0 _commit=d62c94d62a29be82c187e45e2e17181a4e0c4211 # tags/45.1^0
source=( source=(
"git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit"
) )
@ -31,7 +45,7 @@ b2sums=('SKIP')
pkgver() { pkgver() {
cd sysprof cd sysprof
git describe --tags | sed 's/^sysprof-//;s/[^-]*-g/r&/;s/-/+/g' git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
} }
prepare() { prepare() {