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

Jan de Groot jgc at archlinux.org
Mon Sep 24 20:58:52 UTC 2012


    Date: Monday, September 24, 2012 @ 16:58:52
  Author: jgc
Revision: 167051

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2012-09-24 20:58:26 UTC (rev 167050)
+++ gnome-unstable-i686/PKGBUILD	2012-09-24 20:58:52 UTC (rev 167051)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.5.92
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret')
-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=('a99aab0aea495970dd6c07d4e62c05a71d47addfa5e53e5aece86af8f1fc1479')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 167050, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-09-24 20:58:52 UTC (rev 167051)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret')
+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=('2a88772873935b1c23e8e6b7a2333d8cfb225755aba22e0977129f13351028f7')
+
+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: gnome-unstable-i686/gnome-online-accounts.install
===================================================================
--- gnome-unstable-i686/gnome-online-accounts.install	2012-09-24 20:58:26 UTC (rev 167050)
+++ gnome-unstable-i686/gnome-online-accounts.install	2012-09-24 20:58:52 UTC (rev 167051)
@@ -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/gnome-unstable-i686/gnome-online-accounts.install (from rev 167050, gnome-online-accounts/trunk/gnome-online-accounts.install)
===================================================================
--- gnome-unstable-i686/gnome-online-accounts.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-online-accounts.install	2012-09-24 20:58:52 UTC (rev 167051)
@@ -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: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2012-09-24 20:58:26 UTC (rev 167050)
+++ gnome-unstable-x86_64/PKGBUILD	2012-09-24 20:58:52 UTC (rev 167051)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.5.92
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret')
-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=('a99aab0aea495970dd6c07d4e62c05a71d47addfa5e53e5aece86af8f1fc1479')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 167050, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-09-24 20:58:52 UTC (rev 167051)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret')
+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=('2a88772873935b1c23e8e6b7a2333d8cfb225755aba22e0977129f13351028f7')
+
+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: gnome-unstable-x86_64/gnome-online-accounts.install
===================================================================
--- gnome-unstable-x86_64/gnome-online-accounts.install	2012-09-24 20:58:26 UTC (rev 167050)
+++ gnome-unstable-x86_64/gnome-online-accounts.install	2012-09-24 20:58:52 UTC (rev 167051)
@@ -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/gnome-unstable-x86_64/gnome-online-accounts.install (from rev 167050, gnome-online-accounts/trunk/gnome-online-accounts.install)
===================================================================
--- gnome-unstable-x86_64/gnome-online-accounts.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-online-accounts.install	2012-09-24 20:58:52 UTC (rev 167051)
@@ -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