[arch-commits] Commit in folks/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Apr 24 12:43:09 UTC 2019
Date: Wednesday, April 24, 2019 @ 12:42:56
Author: heftig
Revision: 352065
archrelease: copy trunk to extra-x86_64
Added:
folks/repos/extra-x86_64/PKGBUILD
(from rev 352064, folks/trunk/PKGBUILD)
Deleted:
folks/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 85 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 41 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-24 12:42:36 UTC (rev 352064)
+++ PKGBUILD 2019-04-24 12:42:56 UTC (rev 352065)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=folks
-pkgver=0.11.4+58+gdd7cb009
-pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/Folks"
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server)
-makedepends=(gobject-introspection gtk-doc vala git)
-_commit=dd7cb009da8f1ffe4c119c2014ef37a81a79ab53 # master
-source=("git+https://gitlab.gnome.org/GNOME/folks.git#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/extra-x86_64/PKGBUILD (from rev 352064, folks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-24 12:42:56 UTC (rev 352065)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Folks"
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server)
+makedepends=(gobject-introspection gtk-doc vala git meson python2)
+checkdepends=(python-dbusmock)
+_commit=fa7b1285d2a1a99638e539715916b3835e1593af # tags/1.12.1^0
+source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D b_lto=false -D docs=true
+ ninja -C build
+}
+
+check() {
+ # ** (/build/folks/src/build/tests/eds/eds-add-persona:3157): ERROR **: 11:55:16.528: test-utils.vala:71: Timed out
+ meson test -C build --print-errorlogs || :
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list