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

Jan de Groot jgc at archlinux.org
Sun Sep 14 13:35:04 UTC 2014


    Date: Sunday, September 14, 2014 @ 15:35:04
  Author: jgc
Revision: 221715

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 221714, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
    (from rev 221714, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 221714, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
    (from rev 221714, folks/trunk/folks.install)

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

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 221714, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-14 13:35:04 UTC (rev 221715)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Folks"
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
+makedepends=(gobject-introspection intltool vala python2)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-schemas-compile \
+    --disable-libsocialweb-backend --disable-fatal-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  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 221714, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-i686/folks.install	                        (rev 0)
+++ gnome-unstable-i686/folks.install	2014-09-14 13:35:04 UTC (rev 221715)
@@ -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 221714, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-14 13:35:04 UTC (rev 221715)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Folks"
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
+makedepends=(gobject-introspection intltool vala python2)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-schemas-compile \
+    --disable-libsocialweb-backend --disable-fatal-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  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 221714, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-x86_64/folks.install	                        (rev 0)
+++ gnome-unstable-x86_64/folks.install	2014-09-14 13:35:04 UTC (rev 221715)
@@ -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