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

Jan Steffens heftig at archlinux.org
Tue Sep 27 18:52:16 UTC 2016


    Date: Tuesday, September 27, 2016 @ 18:52:15
  Author: heftig
Revision: 277107

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

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   44 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   44 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 277106, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-27 18:52:15 UTC (rev 277107)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.3
+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 git)
+_commit=6d1d4ed7e96564ee13ab0a7db71e9da0e766d51a
+source=("git://git.gnome.org/folks#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./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
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277106, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-27 18:52:15 UTC (rev 277107)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.3
+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 git)
+_commit=6d1d4ed7e96564ee13ab0a7db71e9da0e766d51a
+source=("git://git.gnome.org/folks#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./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
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list