[arch-commits] Commit in folks/repos (4 files)
Jan de Groot
jgc at archlinux.org
Fri Apr 14 08:38:38 UTC 2017
Date: Friday, April 14, 2017 @ 08:38:37
Author: jgc
Revision: 292912
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 292911, folks/trunk/PKGBUILD)
folks/repos/gnome-unstable-x86_64/
folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292911, 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 292911, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-04-14 08:38:37 UTC (rev 292912)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.3+43+g780d64a9
+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)
+makedepends=(gobject-introspection intltool vala git)
+_commit=780d64a984fb014e0ee7b633a24a9c4fda1df21e # master
+source=("git+https://git.gnome.org/browse/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 292911, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-14 08:38:37 UTC (rev 292912)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.3+43+g780d64a9
+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)
+makedepends=(gobject-introspection intltool vala git)
+_commit=780d64a984fb014e0ee7b633a24a9c4fda1df21e # master
+source=("git+https://git.gnome.org/browse/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