[arch-commits] Commit in libsocialweb/repos (3 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:32:26 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:32:25
  Author: ibiru
Revision: 139005

db-move: moved libsocialweb from [gnome-unstable] to [testing] (i686)

Added:
  libsocialweb/repos/testing-i686/
  libsocialweb/repos/testing-i686/PKGBUILD
    (from rev 138832, libsocialweb/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  libsocialweb/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: libsocialweb/repos/testing-i686/PKGBUILD (from rev 138832, libsocialweb/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-28 19:32:25 UTC (rev 139005)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+pkgname=libsocialweb
+pkgver=0.25.19
+pkgrel=2
+pkgdesc="A personal social data server"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/"
+license=('GPL2')
+depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
+         'json-glib')
+makedepends=('intltool' 'gtk-doc' 'vala' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('377b165fed92e1d4f6c7a2430191388633ad25421a72d640e9e60dfdf1d54625')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/libsocialweb \
+    --enable-all-services=yes \
+    --with-online=always \
+    --enable-vala-bindings
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list