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

Jan de Groot jgc at archlinux.org
Thu Sep 24 13:13:11 UTC 2015


    Date: Thursday, September 24, 2015 @ 15:13:11
  Author: jgc
Revision: 247250

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 247249, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
    (from rev 247249, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 247249, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
    (from rev 247249, 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 247249, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-09-24 13:13:11 UTC (rev 247250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.1
+pkgrel=2
+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)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('6740d9074be911959904b40e7264d298bb5622995098ddfa1751dcd2bc4c917d')
+
+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 247249, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-i686/folks.install	                        (rev 0)
+++ gnome-unstable-i686/folks.install	2015-09-24 13:13:11 UTC (rev 247250)
@@ -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 247249, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-09-24 13:13:11 UTC (rev 247250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.1
+pkgrel=2
+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)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('6740d9074be911959904b40e7264d298bb5622995098ddfa1751dcd2bc4c917d')
+
+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 247249, folks/trunk/folks.install)
===================================================================
--- gnome-unstable-x86_64/folks.install	                        (rev 0)
+++ gnome-unstable-x86_64/folks.install	2015-09-24 13:13:11 UTC (rev 247250)
@@ -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