Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / sysprof
Commits:
b1fba9b7 by Jan Alexander Steffens (heftig) at 2024-02-08T00:26:53+01:00
45.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = sysprof
pkgdesc = Kernel based performance profiler
- pkgver = 45.1
- pkgrel = 2
+ pkgver = 45.2
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/Sysprof
arch = x86_64
- license = GPL
+ license = GPL-3.0-or-later
makedepends = git
makedepends = meson
makedepends = yelp-tools
@@ -20,7 +20,7 @@ pkgbase = sysprof
depends = libunwind
depends = pango
depends = polkit
- source =
git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=d62c94d62a29be82c187e45e2e17181a4e0c4211
+ source =
git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=02a56f13bc67e058cf76258fd025fdd65342efbc
b2sums = SKIP
pkgname = sysprof
@@ -41,5 +41,5 @@ pkgname = sysprof
pkgname = libsysprof-capture
pkgdesc = Kernel based performance profiler - capture library
- license = BSD
+ license = BSD-2-Clause-Patent
depends =
=====================================
PKGBUILD
=====================================
@@ -11,11 +11,11 @@ pkgname=(
sysprof
libsysprof-capture
)
-pkgver=45.1
-pkgrel=2
+pkgver=45.2
+pkgrel=1
pkgdesc="Kernel based performance profiler"
url="https://wiki.gnome.org/Apps/Sysprof"
-license=(GPL)
+license=(GPL-3.0-or-later)
arch=(x86_64)
depends=(
cairo
@@ -36,7 +36,7 @@ makedepends=(
meson
yelp-tools
)
-_commit=d62c94d62a29be82c187e45e2e17181a4e0c4211 # tags/45.1^0
+_commit=02a56f13bc67e058cf76258fd025fdd65342efbc # tags/45.2^0
source=(
"git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit"
)
@@ -91,7 +91,7 @@ package_sysprof() {
package_libsysprof-capture() {
pkgdesc+=" - capture library"
depends=()
- license=(BSD)
+ license=(BSD-2-Clause-Patent)
mv capture/* "$pkgdir"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sysprof/-/commit/b1fba9b78af2d971a700756fe7d8326ce2adf25d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sysprof/-/commit/b1fba9b78af2d971a700756fe7d8326ce2adf25d
You're receiving this email because of your account on gitlab.archlinux.org.