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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:12:56 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:12:55
  Author: heftig
Revision: 182510

db-move: moved gnome-online-accounts from [staging] to [testing] (i686, x86_64)

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

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

Copied: gnome-online-accounts/repos/testing-i686/PKGBUILD (from rev 182430, gnome-online-accounts/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:12:55 UTC (rev 182510)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.8.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=('fe6389e836ae77373b9fb93d61e591ba143a524e5c03ad46784847f8466f8039')
+
+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/gnome-online-accounts.install (from rev 182430, gnome-online-accounts/repos/staging-i686/gnome-online-accounts.install)
===================================================================
--- testing-i686/gnome-online-accounts.install	                        (rev 0)
+++ testing-i686/gnome-online-accounts.install	2013-04-10 19:12:55 UTC (rev 182510)
@@ -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
+}

Copied: gnome-online-accounts/repos/testing-x86_64/PKGBUILD (from rev 182430, gnome-online-accounts/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:12:55 UTC (rev 182510)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.8.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=('fe6389e836ae77373b9fb93d61e591ba143a524e5c03ad46784847f8466f8039')
+
+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/gnome-online-accounts.install (from rev 182430, gnome-online-accounts/repos/staging-x86_64/gnome-online-accounts.install)
===================================================================
--- testing-x86_64/gnome-online-accounts.install	                        (rev 0)
+++ testing-x86_64/gnome-online-accounts.install	2013-04-10 19:12:55 UTC (rev 182510)
@@ -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