mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libratbag: update to 0.13.
This commit is contained in:
parent
27bd42fac7
commit
61baa65d2b
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libratbag'
|
# Template file for 'libratbag'
|
||||||
pkgname=libratbag
|
pkgname=libratbag
|
||||||
version=0.12
|
version=0.13
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dtests=false -Dsystemd-unit-dir=''
|
configure_args="-Dtests=false -Dsystemd-unit-dir=''
|
||||||
-Dsystemd=false -Db_ndebug=false"
|
-Dsystemd=false -Db_ndebug=false"
|
||||||
|
@ -9,12 +9,13 @@ hostmakedepends="pkg-config git swig"
|
||||||
makedepends="elogind-devel eudev-libudev-devel libglib-devel libevdev-devel
|
makedepends="elogind-devel eudev-libudev-devel libglib-devel libevdev-devel
|
||||||
python3-devel json-glib-devel libunistring-devel"
|
python3-devel json-glib-devel libunistring-devel"
|
||||||
depends="dbus python3-evdev python3-gobject"
|
depends="dbus python3-evdev python3-gobject"
|
||||||
|
checkdepends="python3-gobject python3-evdev"
|
||||||
short_desc="DBus daemon to configure gaming mice"
|
short_desc="DBus daemon to configure gaming mice"
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/libratbag/libratbag"
|
homepage="https://github.com/libratbag/libratbag"
|
||||||
distfiles="https://github.com/libratbag/libratbag/archive/v${version}.tar.gz"
|
distfiles="https://github.com/libratbag/libratbag/archive/v${version}.tar.gz"
|
||||||
checksum=62d2b7215019d800392aa0fcb635127334661fbc011f169cac9d86d436d13f0c
|
checksum=b0a71851e5781eed789f5ba5f44bc6bc36ec4a7ef77fcc0303976149f3f719c9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv ratbagd
|
vsv ratbagd
|
||||||
|
|
Loading…
Add table
Reference in a new issue