[arch-commits] Commit in folks/repos (6 files)

Jan de Groot jgc at nymeria.archlinux.org
Thu Sep 19 18:40:17 UTC 2013


    Date: Thursday, September 19, 2013 @ 20:40:17
  Author: jgc
Revision: 194610

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
    (from rev 194609, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
    (from rev 194609, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194609, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
    (from rev 194609, folks/trunk/folks.install)

-------------------------------------+
 gnome-unstable-i686/PKGBUILD        |   31 +++++++++++++++++++++++++++++++
 gnome-unstable-i686/folks.install   |   11 +++++++++++
 gnome-unstable-x86_64/PKGBUILD      |   31 +++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/folks.install |   11 +++++++++++
 4 files changed, 84 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 194609, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org/wiki/Folks"
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef42222af')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend \
+    --disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 194609, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-i686/folks.install	                        (rev 0)
+++ gnome-unstable-i686/folks.install	2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194609, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org/wiki/Folks"
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef42222af')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend \
+    --disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 194609, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-x86_64/folks.install	                        (rev 0)
+++ gnome-unstable-x86_64/folks.install	2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list