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

Jan de Groot jgc at nymeria.archlinux.org
Wed Mar 26 21:09:43 UTC 2014


    Date: Wednesday, March 26, 2014 @ 22:09:42
  Author: jgc
Revision: 208774

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 208773, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
    (from rev 208773, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 208773, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
    (from rev 208773, 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 208773, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-03-26 21:09:42 UTC (rev 208774)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=2
+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)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  #export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+  ./configure --prefix=/usr --disable-schemas-compile \
+    --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 208773, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-i686/folks.install	                        (rev 0)
+++ gnome-unstable-i686/folks.install	2014-03-26 21:09:42 UTC (rev 208774)
@@ -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 208773, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-03-26 21:09:42 UTC (rev 208774)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=2
+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)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  #export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+  ./configure --prefix=/usr --disable-schemas-compile \
+    --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 208773, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-x86_64/folks.install	                        (rev 0)
+++ gnome-unstable-x86_64/folks.install	2014-03-26 21:09:42 UTC (rev 208774)
@@ -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