[arch-commits] Commit in folks/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Sep 13 13:56:18 UTC 2019


    Date: Friday, September 13, 2019 @ 13:56:18
  Author: heftig
Revision: 362576

0.13.1-2

Modified:
  folks/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 13:36:39 UTC (rev 362575)
+++ PKGBUILD	2019-09-13 13:56:18 UTC (rev 362576)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks"
@@ -25,7 +25,8 @@
 }
 
 build() {
-  arch-meson $pkgname build -D docs=true
+  # LTO copies some GType constructors
+  arch-meson $pkgname build -D b_lto=false -D docs=true
   ninja -C build
 }
 



More information about the arch-commits mailing list