[arch-commits] Commit in sysprof/repos (4 files)

Jan Steffens heftig at archlinux.org
Tue Oct 3 23:40:29 UTC 2017


    Date: Tuesday, October 3, 2017 @ 23:40:29
  Author: heftig
Revision: 306675

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sysprof/repos/testing-i686/PKGBUILD
    (from rev 306674, sysprof/trunk/PKGBUILD)
  sysprof/repos/testing-x86_64/PKGBUILD
    (from rev 306674, sysprof/trunk/PKGBUILD)
Deleted:
  sysprof/repos/testing-i686/PKGBUILD
  sysprof/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   92 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   47 -----------------------
 testing-x86_64/PKGBUILD |   47 -----------------------
 3 files changed, 92 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-03 23:39:56 UTC (rev 306674)
+++ testing-i686/PKGBUILD	2017-10-03 23:40:29 UTC (rev 306675)
@@ -1,47 +0,0 @@
-# $Id$
-# 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.26.0+1+g9077226
-pkgrel=1
-pkgdesc="Kernel based performance profiler"
-url="https://wiki.gnome.org/Apps/Sysprof"
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gtk3 polkit)
-makedepends=(itstool git meson)
-_commit=9077226cbec0274655b9a4f492ec87f82a76617b  # sysprof-3-26
-source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: sysprof/repos/testing-i686/PKGBUILD (from rev 306674, sysprof/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-03 23:40:29 UTC (rev 306675)
@@ -0,0 +1,46 @@
+# $Id$
+# 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.26.1
+pkgrel=1
+pkgdesc="Kernel based performance profiler"
+url="https://wiki.gnome.org/Apps/Sysprof"
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gtk3 polkit)
+makedepends=(itstool git meson)
+_commit=b251a6c85336d0e3646859bff89919c220e75534  # tags/sysprof-3.26.1^0
+source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-03 23:39:56 UTC (rev 306674)
+++ testing-x86_64/PKGBUILD	2017-10-03 23:40:29 UTC (rev 306675)
@@ -1,47 +0,0 @@
-# $Id$
-# 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.26.0+1+g9077226
-pkgrel=1
-pkgdesc="Kernel based performance profiler"
-url="https://wiki.gnome.org/Apps/Sysprof"
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gtk3 polkit)
-makedepends=(itstool git meson)
-_commit=9077226cbec0274655b9a4f492ec87f82a76617b  # sysprof-3-26
-source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: sysprof/repos/testing-x86_64/PKGBUILD (from rev 306674, sysprof/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-03 23:40:29 UTC (rev 306675)
@@ -0,0 +1,46 @@
+# $Id$
+# 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.26.1
+pkgrel=1
+pkgdesc="Kernel based performance profiler"
+url="https://wiki.gnome.org/Apps/Sysprof"
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gtk3 polkit)
+makedepends=(itstool git meson)
+_commit=b251a6c85336d0e3646859bff89919c220e75534  # tags/sysprof-3.26.1^0
+source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list