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

Jan de Groot jgc at archlinux.org
Wed Oct 15 08:36:48 UTC 2014


    Date: Wednesday, October 15, 2014 @ 10:36:48
  Author: jgc
Revision: 224378

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

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

---------------------------------------------+
 /PKGBUILD                                   |   60 ++++++++++++++++++++++++++
 /gnome-system-monitor.install               |   22 +++++++++
 testing-i686/PKGBUILD                       |   30 -------------
 testing-i686/gnome-system-monitor.install   |   11 ----
 testing-x86_64/PKGBUILD                     |   30 -------------
 testing-x86_64/gnome-system-monitor.install |   11 ----
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-10-15 08:36:40 UTC (rev 224377)
+++ testing-i686/PKGBUILD	2014-10-15 08:36:48 UTC (rev 224378)
@@ -1,30 +0,0 @@
-# $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.14.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=('dd058c6cbb4c045e712f07331a31ce63bfbbded66fe64bd7f306be26680bbc8f')
-
-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/PKGBUILD (from rev 224377, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-15 08:36:48 UTC (rev 224378)
@@ -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.14.1
+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=('948be34a5c3e91acd4a1af0c7711020dd76d274aac547d5836910f2fde09a5e6')
+
+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
+}

Deleted: testing-i686/gnome-system-monitor.install
===================================================================
--- testing-i686/gnome-system-monitor.install	2014-10-15 08:36:40 UTC (rev 224377)
+++ testing-i686/gnome-system-monitor.install	2014-10-15 08:36:48 UTC (rev 224378)
@@ -1,11 +0,0 @@
-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-i686/gnome-system-monitor.install (from rev 224377, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- testing-i686/gnome-system-monitor.install	                        (rev 0)
+++ testing-i686/gnome-system-monitor.install	2014-10-15 08:36:48 UTC (rev 224378)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-10-15 08:36:40 UTC (rev 224377)
+++ testing-x86_64/PKGBUILD	2014-10-15 08:36:48 UTC (rev 224378)
@@ -1,30 +0,0 @@
-# $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.14.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=('dd058c6cbb4c045e712f07331a31ce63bfbbded66fe64bd7f306be26680bbc8f')
-
-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/PKGBUILD (from rev 224377, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-15 08:36:48 UTC (rev 224378)
@@ -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.14.1
+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=('948be34a5c3e91acd4a1af0c7711020dd76d274aac547d5836910f2fde09a5e6')
+
+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
+}

Deleted: testing-x86_64/gnome-system-monitor.install
===================================================================
--- testing-x86_64/gnome-system-monitor.install	2014-10-15 08:36:40 UTC (rev 224377)
+++ testing-x86_64/gnome-system-monitor.install	2014-10-15 08:36:48 UTC (rev 224378)
@@ -1,11 +0,0 @@
-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/gnome-system-monitor.install (from rev 224377, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- testing-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ testing-x86_64/gnome-system-monitor.install	2014-10-15 08:36:48 UTC (rev 224378)
@@ -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