Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

folks: fix build. #47579

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion srcpkgs/folks/template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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="dbus bluez python3-dbusmock"
short_desc="GObject Library to aggregate people into metacontacts"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="LGPL-2.1-or-later"
Expand All @@ -23,6 +23,12 @@ make_check_pre="dbus-run-session"
build_options="gir"
build_options_default="gir"

if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
else
configure_args+=" -Dtests=false"
fi

folks-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
Expand Down
14 changes: 7 additions & 7 deletions srcpkgs/python3-dbusmock/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'python3-dbusmock'
pkgname=python3-dbusmock
version=0.19
revision=5
version=0.30.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
hostmakedepends="python3-setuptools python3-setuptools_scm"
depends="python3-dbus python3-gobject"
checkdepends="python3-nose python3-dbus python3-gobject upower bluez
NetworkManager which"
checkdepends="${depends} python3-pytest upower bluez NetworkManager
power-profiles-daemon polkit libnotify iio-sensor-proxy which"
short_desc="Python3 library to mock D-Bus objects for testing"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/martinpitt/python-dbusmock"
distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/python-dbusmock-${version}.tar.gz"
checksum=497f30eed2fcd5deaa2633b9622e4e99af4bdfba4e972b350ba630bac6fc86c2
distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python-dbusmock-${version}.tar.gz"
checksum=dbb59e715b4d88089caed950edf93c46cb5f022ceae5d8ae37064b73baf956c1
Loading