[arch-commits] Commit in gnome-power-manager/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Mon Apr 15 11:36:42 UTC 2013


    Date: Monday, April 15, 2013 @ 13:36:42
  Author: heftig
Revision: 182798

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

Added:
  gnome-power-manager/repos/testing-i686/PKGBUILD
    (from rev 182797, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-i686/gnome-power-manager.install
    (from rev 182797, gnome-power-manager/trunk/gnome-power-manager.install)
  gnome-power-manager/repos/testing-x86_64/PKGBUILD
    (from rev 182797, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install
    (from rev 182797, gnome-power-manager/trunk/gnome-power-manager.install)
Deleted:
  gnome-power-manager/repos/testing-i686/PKGBUILD
  gnome-power-manager/repos/testing-i686/gnome-power-manager.install
  gnome-power-manager/repos/testing-x86_64/PKGBUILD
  gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install

--------------------------------------------+
 /PKGBUILD                                  |   62 +++++++++++++++++++++++++++
 /gnome-power-manager.install               |   24 ++++++++++
 testing-i686/PKGBUILD                      |   31 -------------
 testing-i686/gnome-power-manager.install   |   12 -----
 testing-x86_64/PKGBUILD                    |   31 -------------
 testing-x86_64/gnome-power-manager.install |   12 -----
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-15 11:36:03 UTC (rev 182797)
+++ testing-i686/PKGBUILD	2013-04-15 11:36:42 UTC (rev 182798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-power-manager
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="System power information and statistics"
-arch=(i686 x86_64)
-url="http://www.gnome.org/projects/gnome-power-manager/"
-license=(GPL)
-depends=(gtk3 upower dconf hicolor-icon-theme)
-makedepends=(intltool)
-options=(!emptydirs)
-install=gnome-power-manager.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bf179cecb6c48e794581aec446a6736300b8b3fb7a50b09c38704f82d67280f5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var \
-      --libexecdir=/usr/lib/gnome-power-manager \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-power-manager/repos/testing-i686/PKGBUILD (from rev 182797, gnome-power-manager/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-15 11:36:42 UTC (rev 182798)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-power-manager
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="System power information and statistics"
+arch=(i686 x86_64)
+url="http://www.gnome.org/projects/gnome-power-manager/"
+license=(GPL)
+depends=(gtk3 upower dconf hicolor-icon-theme)
+makedepends=(intltool)
+options=(!emptydirs)
+install=gnome-power-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f5b5ef2282fae3bcdcc8473af3cc5e32ad7ac7e2444fc93abf00c3d2967361bf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --libexecdir=/usr/lib/gnome-power-manager \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-power-manager.install
===================================================================
--- testing-i686/gnome-power-manager.install	2013-04-15 11:36:03 UTC (rev 182797)
+++ testing-i686/gnome-power-manager.install	2013-04-15 11:36:42 UTC (rev 182798)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-power-manager/repos/testing-i686/gnome-power-manager.install (from rev 182797, gnome-power-manager/trunk/gnome-power-manager.install)
===================================================================
--- testing-i686/gnome-power-manager.install	                        (rev 0)
+++ testing-i686/gnome-power-manager.install	2013-04-15 11:36:42 UTC (rev 182798)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-15 11:36:03 UTC (rev 182797)
+++ testing-x86_64/PKGBUILD	2013-04-15 11:36:42 UTC (rev 182798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-power-manager
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="System power information and statistics"
-arch=(i686 x86_64)
-url="http://www.gnome.org/projects/gnome-power-manager/"
-license=(GPL)
-depends=(gtk3 upower dconf hicolor-icon-theme)
-makedepends=(intltool)
-options=(!emptydirs)
-install=gnome-power-manager.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bf179cecb6c48e794581aec446a6736300b8b3fb7a50b09c38704f82d67280f5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var \
-      --libexecdir=/usr/lib/gnome-power-manager \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-power-manager/repos/testing-x86_64/PKGBUILD (from rev 182797, gnome-power-manager/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-15 11:36:42 UTC (rev 182798)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-power-manager
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="System power information and statistics"
+arch=(i686 x86_64)
+url="http://www.gnome.org/projects/gnome-power-manager/"
+license=(GPL)
+depends=(gtk3 upower dconf hicolor-icon-theme)
+makedepends=(intltool)
+options=(!emptydirs)
+install=gnome-power-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f5b5ef2282fae3bcdcc8473af3cc5e32ad7ac7e2444fc93abf00c3d2967361bf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --libexecdir=/usr/lib/gnome-power-manager \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/gnome-power-manager.install
===================================================================
--- testing-x86_64/gnome-power-manager.install	2013-04-15 11:36:03 UTC (rev 182797)
+++ testing-x86_64/gnome-power-manager.install	2013-04-15 11:36:42 UTC (rev 182798)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install (from rev 182797, gnome-power-manager/trunk/gnome-power-manager.install)
===================================================================
--- testing-x86_64/gnome-power-manager.install	                        (rev 0)
+++ testing-x86_64/gnome-power-manager.install	2013-04-15 11:36:42 UTC (rev 182798)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list