mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
folks: update to 0.15.8
This commit is contained in:
parent
b0cbf82366
commit
9fb7f7ff28
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'folks'
|
||||
pkgname=folks
|
||||
version=0.15.6
|
||||
version=0.15.8
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
|
@ -10,16 +10,19 @@ hostmakedepends="pkg-config gettext glib-devel python3-dbusmock
|
|||
makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
|
||||
libgee-devel evolution-data-server-devel $(vopt_if gir vala-devel)"
|
||||
depends="zeitgeist"
|
||||
checkdepends="dbus bluez"
|
||||
checkdepends="python3-dbusmock bluez"
|
||||
short_desc="GObject Library to aggregate people into metacontacts"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/Folks"
|
||||
changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
|
||||
distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
|
||||
checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
|
||||
checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
|
||||
make_check_pre="dbus-run-session"
|
||||
|
||||
# disable parallelism to fix some failing tests in the ci
|
||||
export MESON_TESTTHREADS=1
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue