void-packages/srcpkgs/onboard/template
0x5c 9ef46bf26a onboard: fix SyntaxWarnings and disable tests
- A missing % operator was breaking a c-style format string, causing a
    SyntaxWarning to be trown twice at package install time (during
    byte-compilation).
- The tests were failing since they try to run 'killall' before executing
    onboard in xautomation(7), both not being possible in xbps-src.
2022-04-01 20:54:19 -05:00

19 lines
855 B
Bash

# Template file for 'onboard'
pkgname=onboard
version=1.4.1
revision=10
build_style=python3-module
hostmakedepends="intltool pkg-config python3-distutils-extra"
makedepends="dconf-devel eudev-libudev-devel gtk+3-devel hunspell-devel
libcanberra-devel libX11-devel libXi-devel libXtst-devel libxkbfile-devel
python3-devel"
depends="iso-codes python3-cairo python3-gobject python3-dbus"
short_desc="On-screen keyboard useful on tablet PCs or for mobility impaired users"
maintainer="Francesco Circhetta <francesco.circhetta@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://launchpad.net/onboard"
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.gz"
checksum=01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865
# Tries to run onboard in tests, using xautomation(7)
make_check=no