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

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


    Date: Sunday, April 1, 2012 @ 07:35:39
  Author: heftig
Revision: 155207

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

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

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

Copied: libsocialweb/repos/testing-i686/PKGBUILD (from rev 155005, libsocialweb/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:35:39 UTC (rev 155207)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libsocialweb
+pkgver=0.25.20
+pkgrel=1
+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' 'networkmanager')
+makedepends=('intltool' 'gtk-doc' 'vala' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('eb0078f44eb5fc4570fcee26c5670a433ca1bb83be0cead421a4a03e7d838ff5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/libsocialweb \
+    --enable-all-services=yes \
+    --with-online=networkmanager \
+    --enable-vala-bindings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list