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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:30:34 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:30:33
  Author: ibiru
Revision: 138926

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

Added:
  gnome-online-accounts/repos/testing-x86_64/
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
    (from rev 138832, gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install
    (from rev 138832, gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/gnome-unstable-x86_64/

-------------------------------+
 PKGBUILD                      |   29 +++++++++++++++++++++++++++++
 gnome-online-accounts.install |   11 +++++++++++
 2 files changed, 40 insertions(+)

Copied: gnome-online-accounts/repos/testing-x86_64/PKGBUILD (from rev 138832, gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:30:33 UTC (rev 138926)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.2.0.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/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('b53e1429930294872b64987bf18e8f2cf07adaac5b1a8c9c15d2fb95ea1e8b2b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$srcdir/$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 138832, gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install)
===================================================================
--- testing-x86_64/gnome-online-accounts.install	                        (rev 0)
+++ testing-x86_64/gnome-online-accounts.install	2011-09-28 19:30:33 UTC (rev 138926)
@@ -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