[arch-commits] Commit in gnome-system-monitor/repos (8 files)

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:35:46 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:35:46
  Author: jgc
Revision: 234841

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 234786, gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD)
  gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install
    (from rev 234786, 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 234786, gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install
    (from rev 234786, 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                       |   30 ++++++++++++++++++++++++++
 testing-i686/gnome-system-monitor.install   |   11 +++++++++
 testing-x86_64/PKGBUILD                     |   30 ++++++++++++++++++++++++++
 testing-x86_64/gnome-system-monitor.install |   11 +++++++++
 4 files changed, 82 insertions(+)

Copied: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 234786, gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:35:46 UTC (rev 234841)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool' 'desktop-file-utils' 'appdata-tools')
+options=(!emptydirs)
+url="http://www.gnome.org"
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install (from rev 234786, 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	2015-03-25 15:35:46 UTC (rev 234841)
@@ -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 234786, gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:35:46 UTC (rev 234841)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool' 'desktop-file-utils' 'appdata-tools')
+options=(!emptydirs)
+url="http://www.gnome.org"
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install (from rev 234786, 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	2015-03-25 15:35:46 UTC (rev 234841)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list