[arch-commits] Commit in gnome-online-accounts/repos (8 files)

Ionut Biru ibiru at archlinux.org
Tue Apr 17 17:55:13 UTC 2012


    Date: Tuesday, April 17, 2012 @ 13:55:12
  Author: ibiru
Revision: 156363

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

Added:
  gnome-online-accounts/repos/testing-i686/PKGBUILD
    (from rev 156362, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install
    (from rev 156362, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
    (from rev 156362, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install
    (from rev 156362, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/testing-i686/PKGBUILD
  gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install

----------------------------------------------+
 testing-i686/PKGBUILD                        |   58 ++++++++++++-------------
 testing-i686/gnome-online-accounts.install   |   22 ++++-----
 testing-x86_64/PKGBUILD                      |   58 ++++++++++++-------------
 testing-x86_64/gnome-online-accounts.install |   22 ++++-----
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2012-04-17 17:53:48 UTC (rev 156362)
+++ testing-i686/PKGBUILD	2012-04-17 17:55:12 UTC (rev 156363)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL')
-depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-options=(!libtool)
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('306a6ebaf4a0349596d1729d263b98fdb8d27d788d61e27d727d03883dccea95')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/testing-i686/PKGBUILD (from rev 156362, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-17 17:55:12 UTC (rev 156363)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL')
+depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5636b8da29aae04757ca528de65e3617d85696bd7e434c48dbd1199c105f4ae')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gnome-online-accounts.install
===================================================================
--- testing-i686/gnome-online-accounts.install	2012-04-17 17:53:48 UTC (rev 156362)
+++ testing-i686/gnome-online-accounts.install	2012-04-17 17:55:12 UTC (rev 156363)
@@ -1,11 +0,0 @@
-post_install () {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install (from rev 156362, gnome-online-accounts/trunk/gnome-online-accounts.install)
===================================================================
--- testing-i686/gnome-online-accounts.install	                        (rev 0)
+++ testing-i686/gnome-online-accounts.install	2012-04-17 17:55:12 UTC (rev 156363)
@@ -0,0 +1,11 @@
+post_install () {
+    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	2012-04-17 17:53:48 UTC (rev 156362)
+++ testing-x86_64/PKGBUILD	2012-04-17 17:55:12 UTC (rev 156363)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL')
-depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-options=(!libtool)
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('306a6ebaf4a0349596d1729d263b98fdb8d27d788d61e27d727d03883dccea95')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/testing-x86_64/PKGBUILD (from rev 156362, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-17 17:55:12 UTC (rev 156363)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL')
+depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5636b8da29aae04757ca528de65e3617d85696bd7e434c48dbd1199c105f4ae')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/gnome-online-accounts.install
===================================================================
--- testing-x86_64/gnome-online-accounts.install	2012-04-17 17:53:48 UTC (rev 156362)
+++ testing-x86_64/gnome-online-accounts.install	2012-04-17 17:55:12 UTC (rev 156363)
@@ -1,11 +0,0 @@
-post_install () {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install (from rev 156362, gnome-online-accounts/trunk/gnome-online-accounts.install)
===================================================================
--- testing-x86_64/gnome-online-accounts.install	                        (rev 0)
+++ testing-x86_64/gnome-online-accounts.install	2012-04-17 17:55:12 UTC (rev 156363)
@@ -0,0 +1,11 @@
+post_install () {
+    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