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

Sergej Pupykin spupykin at archlinux.org
Sat Apr 16 17:39:35 UTC 2016


    Date: Saturday, April 16, 2016 @ 19:39:34
  Author: spupykin
Revision: 171203

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

Added:
  sysprof/repos/community-i686/PKGBUILD
    (from rev 171202, sysprof/trunk/PKGBUILD)
  sysprof/repos/community-i686/sysprof.install
    (from rev 171202, sysprof/trunk/sysprof.install)
  sysprof/repos/community-x86_64/PKGBUILD
    (from rev 171202, sysprof/trunk/PKGBUILD)
  sysprof/repos/community-x86_64/sysprof.install
    (from rev 171202, sysprof/trunk/sysprof.install)
Deleted:
  sysprof/repos/community-i686/PKGBUILD
  sysprof/repos/community-i686/sysprof.install
  sysprof/repos/community-x86_64/PKGBUILD
  sysprof/repos/community-x86_64/sysprof.install

----------------------------------+
 /PKGBUILD                        |   56 +++++++++++++++++++++++++++++++++++++
 /sysprof.install                 |   24 +++++++++++++++
 community-i686/PKGBUILD          |   28 ------------------
 community-i686/sysprof.install   |   12 -------
 community-x86_64/PKGBUILD        |   28 ------------------
 community-x86_64/sysprof.install |   12 -------
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-16 17:39:20 UTC (rev 171202)
+++ community-i686/PKGBUILD	2016-04-16 17:39:34 UTC (rev 171203)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Previous Contributor: Eric Belanger <belanger at astro.umontreal.ca>
-# Previous Contributor: aeolist <aeolist at hotmail.com>
-
-pkgname=sysprof
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system"
-arch=('i686' 'x86_64')
-url="http://www.daimi.au.dk/~sandmann/sysprof/"
-license=("GPL")
-source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=('libglade' 'binutils')
-makedepends=('libglade' 'binutils' 'linux-headers')
-md5sums=('a81808d847732f8dafb59d26ec2eebbf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sysprof/repos/community-i686/PKGBUILD (from rev 171202, sysprof/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-16 17:39:34 UTC (rev 171203)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Previous Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Previous Contributor: aeolist <aeolist at hotmail.com>
+
+pkgname=sysprof
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system"
+arch=('i686' 'x86_64')
+url="http://www.daimi.au.dk/~sandmann/sysprof/"
+license=("GPL")
+source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
+depends=('libglade' 'binutils' 'itstool')
+makedepends=('libglade' 'binutils' 'linux-headers' 'polkit')
+md5sums=('d56e8492033b60e247634731e7f760b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/sysprof.install
===================================================================
--- community-i686/sysprof.install	2016-04-16 17:39:20 UTC (rev 171202)
+++ community-i686/sysprof.install	2016-04-16 17:39:34 UTC (rev 171203)
@@ -1,12 +0,0 @@
-post_install() {
-  depmod -a
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: sysprof/repos/community-i686/sysprof.install (from rev 171202, sysprof/trunk/sysprof.install)
===================================================================
--- community-i686/sysprof.install	                        (rev 0)
+++ community-i686/sysprof.install	2016-04-16 17:39:34 UTC (rev 171203)
@@ -0,0 +1,12 @@
+post_install() {
+  depmod -a
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-16 17:39:20 UTC (rev 171202)
+++ community-x86_64/PKGBUILD	2016-04-16 17:39:34 UTC (rev 171203)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Previous Contributor: Eric Belanger <belanger at astro.umontreal.ca>
-# Previous Contributor: aeolist <aeolist at hotmail.com>
-
-pkgname=sysprof
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system"
-arch=('i686' 'x86_64')
-url="http://www.daimi.au.dk/~sandmann/sysprof/"
-license=("GPL")
-source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=('libglade' 'binutils')
-makedepends=('libglade' 'binutils' 'linux-headers')
-md5sums=('a81808d847732f8dafb59d26ec2eebbf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sysprof/repos/community-x86_64/PKGBUILD (from rev 171202, sysprof/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-16 17:39:34 UTC (rev 171203)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Previous Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Previous Contributor: aeolist <aeolist at hotmail.com>
+
+pkgname=sysprof
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system"
+arch=('i686' 'x86_64')
+url="http://www.daimi.au.dk/~sandmann/sysprof/"
+license=("GPL")
+source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
+depends=('libglade' 'binutils' 'itstool')
+makedepends=('libglade' 'binutils' 'linux-headers' 'polkit')
+md5sums=('d56e8492033b60e247634731e7f760b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/sysprof.install
===================================================================
--- community-x86_64/sysprof.install	2016-04-16 17:39:20 UTC (rev 171202)
+++ community-x86_64/sysprof.install	2016-04-16 17:39:34 UTC (rev 171203)
@@ -1,12 +0,0 @@
-post_install() {
-  depmod -a
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: sysprof/repos/community-x86_64/sysprof.install (from rev 171202, sysprof/trunk/sysprof.install)
===================================================================
--- community-x86_64/sysprof.install	                        (rev 0)
+++ community-x86_64/sysprof.install	2016-04-16 17:39:34 UTC (rev 171203)
@@ -0,0 +1,12 @@
+post_install() {
+  depmod -a
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+



More information about the arch-commits mailing list