piper: update to 0.7.

This commit is contained in:
cultab 2022-10-03 15:33:11 +03:00 committed by classabbyamp
parent 62814fd31f
commit 5d07374a53
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'piper' # Template file for 'piper'
pkgname=piper pkgname=piper
version=0.6 version=0.7
revision=3 revision=1
build_style=meson build_style=meson
hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml
python3-evdev python3-cairo python3-gobject" python3-evdev python3-cairo python3-gobject"
makedepends="python3-devel python3-gobject-devel" makedepends="python3-devel python3-gobject-devel"
depends="libratbag gtk+3 python3-lxml python3-evdev python3-cairo python3-gobject" depends="libratbag gtk+3 python3-lxml python3-evdev python3-cairo python3-gobject"
checkdepends="flake8" checkdepends="flake8 AppStream"
short_desc="GTK application to configure gaming mice" short_desc="GTK application to configure gaming mice"
maintainer="bra1nwave <bra1nwave@protonmail.com>" maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/libratbag/piper" homepage="https://github.com/libratbag/piper"
distfiles="https://github.com/libratbag/piper/archive/${version}.tar.gz" distfiles="https://github.com/libratbag/piper/archive/${version}.tar.gz"
checksum=aa2fb9b63cd926067bdf2842013169e279fe2a159e8575f392fc1f042cdec001 checksum=65e5058e7d722c463e810de6d9ae79ad7ebf8979f099fec5bcd26c5098a89ded
if [ -z "$XBPS_CHECK_PKGS" ]; then if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args="-Dtests=false" configure_args="-Dtests=false"