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