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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:33:35 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:33:35
  Author: heftig
Revision: 155129

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 155005, gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install
    (from rev 155005, 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 155005, gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:33:35 UTC (rev 155129)
@@ -0,0 +1,29 @@
+# $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/gnome-online-accounts.install (from rev 155005, 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	2012-04-01 11:33:35 UTC (rev 155129)
@@ -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