Date: Friday, April 22, 2016 @ 11:59:45
Author: spupykin
Revision: 171583
archrelease: copy trunk to community-i686, community-x86_64
Added:
sysprof/repos/community-i686/PKGBUILD
(from rev 171582, sysprof/trunk/PKGBUILD)
sysprof/repos/community-i686/sysprof.install
(from rev 171582, sysprof/trunk/sysprof.install)
sysprof/repos/community-x86_64/PKGBUILD
(from rev 171582, sysprof/trunk/PKGBUILD)
sysprof/repos/community-x86_64/sysprof.install
(from rev 171582, 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 | 68 +++++++++++++++++++++++++++++++++++++
/sysprof.install | 26 ++++++++++++++
community-i686/PKGBUILD | 34 ------------------
community-i686/sysprof.install | 13 -------
community-x86_64/PKGBUILD | 34 ------------------
community-x86_64/sysprof.install | 13 -------
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-22 09:59:33 UTC (rev 171582)
+++ community-i686/PKGBUILD 2016-04-22 09:59:45 UTC (rev 171583)
@@ -1,34 +0,0 @@
-# $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')
-install=sysprof.install
-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
-}
Copied: sysprof/repos/community-i686/PKGBUILD (from rev 171582,
sysprof/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-22 09:59:45 UTC (rev 171583)
@@ -0,0 +1,34 @@
+# $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=3
+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' 'polkit')
+install=sysprof.install
+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: community-i686/sysprof.install
===================================================================
--- community-i686/sysprof.install 2016-04-22 09:59:33 UTC (rev 171582)
+++ community-i686/sysprof.install 2016-04-22 09:59:45 UTC (rev 171583)
@@ -1,13 +0,0 @@
-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
-}
Copied: sysprof/repos/community-i686/sysprof.install (from rev 171582,
sysprof/trunk/sysprof.install)
===================================================================
--- community-i686/sysprof.install (rev 0)
+++ community-i686/sysprof.install 2016-04-22 09:59:45 UTC (rev 171583)
@@ -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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-22 09:59:33 UTC (rev 171582)
+++ community-x86_64/PKGBUILD 2016-04-22 09:59:45 UTC (rev 171583)
@@ -1,34 +0,0 @@
-# $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')
-install=sysprof.install
-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
-}
Copied: sysprof/repos/community-x86_64/PKGBUILD (from rev 171582,
sysprof/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-22 09:59:45 UTC (rev 171583)
@@ -0,0 +1,34 @@
+# $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=3
+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' 'polkit')
+install=sysprof.install
+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: community-x86_64/sysprof.install
===================================================================
--- community-x86_64/sysprof.install 2016-04-22 09:59:33 UTC (rev 171582)
+++ community-x86_64/sysprof.install 2016-04-22 09:59:45 UTC (rev 171583)
@@ -1,13 +0,0 @@
-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
-}
Copied: sysprof/repos/community-x86_64/sysprof.install (from rev 171582,
sysprof/trunk/sysprof.install)
===================================================================
--- community-x86_64/sysprof.install (rev 0)
+++ community-x86_64/sysprof.install 2016-04-22 09:59:45 UTC (rev 171583)
@@ -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
+}