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

Jan de Groot jgc at archlinux.org
Tue Sep 9 09:31:10 UTC 2014


    Date: Tuesday, September 9, 2014 @ 11:31:10
  Author: jgc
Revision: 221261

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-system-monitor/repos/gnome-unstable-i686/
  gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD
    (from rev 221260, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install
    (from rev 221260, gnome-system-monitor/trunk/gnome-system-monitor.install)
  gnome-system-monitor/repos/gnome-unstable-x86_64/
  gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 221260, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install
    (from rev 221260, gnome-system-monitor/trunk/gnome-system-monitor.install)

----------------------------------------------------+
 gnome-unstable-i686/PKGBUILD                       |   30 +++++++++++++++++++
 gnome-unstable-i686/gnome-system-monitor.install   |   11 ++++++
 gnome-unstable-x86_64/PKGBUILD                     |   30 +++++++++++++++++++
 gnome-unstable-x86_64/gnome-system-monitor.install |   11 ++++++
 4 files changed, 82 insertions(+)

Copied: gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD (from rev 221260, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-09 09:31:10 UTC (rev 221261)
@@ -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.13.91
+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=('e81f999c804126f7db3ac65e145473e41f6a792df93b051e10c46e6e63924cb6')
+
+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/gnome-unstable-i686/gnome-system-monitor.install (from rev 221260, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- gnome-unstable-i686/gnome-system-monitor.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-system-monitor.install	2014-09-09 09:31:10 UTC (rev 221261)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 221260, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-09 09:31:10 UTC (rev 221261)
@@ -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.13.91
+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=('e81f999c804126f7db3ac65e145473e41f6a792df93b051e10c46e6e63924cb6')
+
+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/gnome-unstable-x86_64/gnome-system-monitor.install (from rev 221260, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- gnome-unstable-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-system-monitor.install	2014-09-09 09:31:10 UTC (rev 221261)
@@ -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