[arch-commits] Commit in sysprof/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Oct 7 21:06:59 UTC 2019
Date: Monday, October 7, 2019 @ 21:06:50
Author: heftig
Revision: 364084
archrelease: copy trunk to extra-x86_64
Added:
sysprof/repos/extra-x86_64/PKGBUILD
(from rev 364083, sysprof/trunk/PKGBUILD)
Deleted:
sysprof/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 21:05:58 UTC (rev 364083)
+++ PKGBUILD 2019-10-07 21:06:50 UTC (rev 364084)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
-# Contributor: aeolist <aeolist at hotmail.com>
-# Contributor: Gabriel Rauter <rauter.gabriel at gmail.com>
-
-pkgname=sysprof
-pkgver=3.34.0
-pkgrel=3
-pkgdesc="Kernel based performance profiler"
-url="https://wiki.gnome.org/Apps/Sysprof"
-license=(GPL)
-arch=(x86_64)
-depends=(gtk3 polkit libdazzle)
-makedepends=(yelp-tools git meson)
-groups=(gnome-extra)
-_commit=ee32407b28c163ba10778b279c6c13f0cd47214a # tags/sysprof-3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^sysprof-//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- # Ensure static library is non-LTO compatible
- CFLAGS+=" -ffat-lto-objects"
-
- arch-meson $pkgname build
- ninja -C build
-}
-
-check() {
- # Test needs sysprofd at system dbus
- meson test -C build --print-errorlogs || :
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: sysprof/repos/extra-x86_64/PKGBUILD (from rev 364083, sysprof/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 21:06:50 UTC (rev 364084)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: aeolist <aeolist at hotmail.com>
+# Contributor: Gabriel Rauter <rauter.gabriel at gmail.com>
+
+pkgname=sysprof
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Kernel based performance profiler"
+url="https://wiki.gnome.org/Apps/Sysprof"
+license=(GPL)
+arch=(x86_64)
+depends=(gtk3 polkit libdazzle)
+makedepends=(yelp-tools git meson)
+groups=(gnome-extra)
+_commit=15acfe0e3ae211258a65bf32521c5002f7e947bf # tags/sysprof-3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^sysprof-//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ # Ensure static library is non-LTO compatible
+ CFLAGS+=" -ffat-lto-objects"
+
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ # Test needs sysprofd at system dbus
+ meson test -C build --print-errorlogs || :
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list