Date: Thursday, October 18, 2012 @ 15:25:52
  Author: jgc
Revision: 169213

db-move: moved gnome-system-monitor from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-system-monitor/repos/testing-i686/
  gnome-system-monitor/repos/testing-i686/PKGBUILD
    (from rev 169138, gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD)
  gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install
    (from rev 169138, 
gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install)
  gnome-system-monitor/repos/testing-x86_64/
  gnome-system-monitor/repos/testing-x86_64/PKGBUILD
    (from rev 169138, gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install
    (from rev 169138, 
gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install)
Deleted:
  gnome-system-monitor/repos/gnome-unstable-i686/
  gnome-system-monitor/repos/gnome-unstable-x86_64/

---------------------------------------------+
 testing-i686/PKGBUILD                       |   29 ++++++++++++++++++++++++++
 testing-i686/gnome-system-monitor.install   |   11 +++++++++
 testing-x86_64/PKGBUILD                     |   29 ++++++++++++++++++++++++++
 testing-x86_64/gnome-system-monitor.install |   11 +++++++++
 4 files changed, 80 insertions(+)

Copied: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 169138, 
gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-10-18 19:25:52 UTC (rev 169213)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-system-monitor
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 
'libsystemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url="http://www.gnome.org";
+groups=('gnome-extra')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e427d6c7dbe3cfb87afe3feb93882485f79ce71556e5b855152055d8a6080ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install 
(from rev 169138, 
gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install)
===================================================================
--- testing-i686/gnome-system-monitor.install                           (rev 0)
+++ testing-i686/gnome-system-monitor.install   2012-10-18 19:25:52 UTC (rev 
169213)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: gnome-system-monitor/repos/testing-x86_64/PKGBUILD (from rev 169138, 
gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-10-18 19:25:52 UTC (rev 169213)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-system-monitor
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 
'libsystemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url="http://www.gnome.org";
+groups=('gnome-extra')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e427d6c7dbe3cfb87afe3feb93882485f79ce71556e5b855152055d8a6080ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install 
(from rev 169138, 
gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install)
===================================================================
--- testing-x86_64/gnome-system-monitor.install                         (rev 0)
+++ testing-x86_64/gnome-system-monitor.install 2012-10-18 19:25:52 UTC (rev 
169213)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Reply via email to