Date: Monday, April 18, 2016 @ 14:54:35
  Author: spupykin
Revision: 171347

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

Added:
  sysprof/repos/community-i686/PKGBUILD
    (from rev 171346, sysprof/trunk/PKGBUILD)
  sysprof/repos/community-i686/sysprof.install
    (from rev 171346, sysprof/trunk/sysprof.install)
  sysprof/repos/community-x86_64/PKGBUILD
    (from rev 171346, sysprof/trunk/PKGBUILD)
  sysprof/repos/community-x86_64/sysprof.install
    (from rev 171346, sysprof/trunk/sysprof.install)
Modified:
  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

----------------------------------------+
 /community-i686/PKGBUILD               |   33 +++++++++++++++++++++++++++++++
 /community-i686/sysprof.install        |   13 ++++++++++++
 /community-x86_64/PKGBUILD             |   33 +++++++++++++++++++++++++++++++
 /community-x86_64/sysprof.install      |   13 ++++++++++++
 repos/community-i686/PKGBUILD          |   28 --------------------------
 repos/community-i686/sysprof.install   |   12 -----------
 repos/community-x86_64/PKGBUILD        |   28 --------------------------
 repos/community-x86_64/sysprof.install |   12 -----------
 trunk/sysprof.install                  |    4 +--
 9 files changed, 94 insertions(+), 82 deletions(-)

Deleted: repos/community-i686/PKGBUILD
===================================================================
--- repos/community-i686/PKGBUILD       2016-04-18 12:54:04 UTC (rev 171346)
+++ repos/community-i686/PKGBUILD       2016-04-18 12:54:35 UTC (rev 171347)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Geoffroy Carrier <[email protected]>
-# Previous Contributor: Eric Belanger <[email protected]>
-# Previous Contributor: aeolist <[email protected]>
-
-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
-}

Copied: sysprof/repos/community-i686/PKGBUILD (from rev 171346, 
sysprof/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2016-04-18 12:54:35 UTC (rev 171347)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Geoffroy Carrier <[email protected]>
+# Previous Contributor: Eric Belanger <[email protected]>
+# Previous Contributor: aeolist <[email protected]>
+# Previous Contributor: Gabriel Rauter <[email protected]>
+
+pkgname=sysprof
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
+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=('gtk3' 'glib2')
+makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
+md5sums=('d56e8492033b60e247634731e7f760b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/usr/lib \
+    --libexecdir=/usr/lib/ \
+    --disable-Werror
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: repos/community-i686/sysprof.install
===================================================================
--- repos/community-i686/sysprof.install        2016-04-18 12:54:04 UTC (rev 
171346)
+++ repos/community-i686/sysprof.install        2016-04-18 12:54:35 UTC (rev 
171347)
@@ -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 171346, 
sysprof/trunk/sysprof.install)
===================================================================
--- repos/community-i686/sysprof.install                                (rev 0)
+++ repos/community-i686/sysprof.install        2016-04-18 12:54:35 UTC (rev 
171347)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD     2016-04-18 12:54:04 UTC (rev 171346)
+++ repos/community-x86_64/PKGBUILD     2016-04-18 12:54:35 UTC (rev 171347)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Geoffroy Carrier <[email protected]>
-# Previous Contributor: Eric Belanger <[email protected]>
-# Previous Contributor: aeolist <[email protected]>
-
-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
-}

Copied: sysprof/repos/community-x86_64/PKGBUILD (from rev 171346, 
sysprof/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2016-04-18 12:54:35 UTC (rev 171347)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Geoffroy Carrier <[email protected]>
+# Previous Contributor: Eric Belanger <[email protected]>
+# Previous Contributor: aeolist <[email protected]>
+# Previous Contributor: Gabriel Rauter <[email protected]>
+
+pkgname=sysprof
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
+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=('gtk3' 'glib2')
+makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
+md5sums=('d56e8492033b60e247634731e7f760b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/usr/lib \
+    --libexecdir=/usr/lib/ \
+    --disable-Werror
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: repos/community-x86_64/sysprof.install
===================================================================
--- repos/community-x86_64/sysprof.install      2016-04-18 12:54:04 UTC (rev 
171346)
+++ repos/community-x86_64/sysprof.install      2016-04-18 12:54:35 UTC (rev 
171347)
@@ -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 171346, 
sysprof/trunk/sysprof.install)
===================================================================
--- repos/community-x86_64/sysprof.install                              (rev 0)
+++ repos/community-x86_64/sysprof.install      2016-04-18 12:54:35 UTC (rev 
171347)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Modified: trunk/sysprof.install
===================================================================
--- trunk/sysprof.install       2016-04-18 12:54:04 UTC (rev 171346)
+++ trunk/sysprof.install       2016-04-18 12:54:35 UTC (rev 171347)
@@ -1,7 +1,7 @@
 post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
+  glib-compile-schemas usr/share/glib-2.0/schemas
   update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {

Reply via email to