Date: Monday, March 6, 2023 @ 03:45:29 Author: heftig Revision: 470277
0.15.6-1 Modified: folks/trunk/PKGBUILD ----------+ PKGBUILD | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 03:21:29 UTC (rev 470276) +++ PKGBUILD 2023-03-06 03:45:29 UTC (rev 470277) @@ -2,17 +2,32 @@ # Contributor: Ionut Biru <[email protected]> pkgname=folks -pkgver=0.15.5 -pkgrel=2 +pkgver=0.15.6 +pkgrel=1 pkgdesc="Library to aggregates people into metacontacts" +url="https://wiki.gnome.org/Projects/Folks" arch=(x86_64) -url="https://wiki.gnome.org/Projects/Folks" license=(LGPL) -depends=(libgee libxml2 evolution-data-server) -makedepends=(gobject-introspection gtk-doc vala git meson python-dbusmock) -provides=(libfolks.so libfolks-{dummy,eds}.so) +depends=( + evolution-data-server + libgee + libxml2 +) +makedepends=( + git + gobject-introspection + gtk-doc + libsysprof-capture + meson + python-dbusmock + vala +) +provides=( + libfolks.so + libfolks-{dummy,eds}.so +) options=(!lto) -_commit=c75c2a55f171ec778a78d3d510add6993b353487 # tags/0.15.5^0 +_commit=1ae8ccc3e55bd1b840d9082de1a19e5a6b5ccf83 # tags/0.15.6^0 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit") sha256sums=('SKIP') @@ -23,12 +38,6 @@ prepare() { cd folks - - # Fix bindings - git cherry-pick -n fe4ee7e7857ad73b3e4503ad626f7d8aa070b3cd - - # python-dbusmock API change - git cherry-pick -n b6b7d41aad9e36e0d0e6ec9822ed2e310923c8fd } build() { @@ -35,6 +44,7 @@ local meson_options=( -D b_lto=false # LTO copies some GType constructors -D docs=true + -D profiling=true -D telepathy_backend=false )
