From 005a14f92ef5d35e4c47d970cb7e69367a835958 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Sep 2012 01:37:39 -0700 Subject: Thu Sep 20 01:37:13 PDT 2012 --- gnome-unstable/gnome-online-accounts/PKGBUILD | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 gnome-unstable/gnome-online-accounts/PKGBUILD (limited to 'gnome-unstable/gnome-online-accounts/PKGBUILD') diff --git a/gnome-unstable/gnome-online-accounts/PKGBUILD b/gnome-unstable/gnome-online-accounts/PKGBUILD new file mode 100644 index 000000000..1e5d89a04 --- /dev/null +++ b/gnome-unstable/gnome-online-accounts/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 166817 2012-09-19 15:54:37Z jgc $ +# Maintainer: Ionut Biru + +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: -- cgit v1.2.3-54-g00ecf