mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libratbag: update to 0.11.
- adopt package
This commit is contained in:
parent
8ff437a73c
commit
cd4871617c
2 changed files with 5 additions and 21 deletions
|
@ -1,14 +0,0 @@
|
||||||
diff --git meson.build meson.build
|
|
||||||
index 14b3962..ea9fc3c 100644
|
|
||||||
--- meson.build
|
|
||||||
+++ meson.build
|
|
||||||
@@ -70,7 +70,7 @@ pkgconfig = import('pkgconfig')
|
|
||||||
dep_udev = dependency('libudev')
|
|
||||||
dep_libevdev = dependency('libevdev')
|
|
||||||
dep_glib = dependency('glib-2.0')
|
|
||||||
-dep_lm = cc.find_library('m')
|
|
||||||
+dep_lm = cc.find_library('m', required : false)
|
|
||||||
|
|
||||||
if get_option('logind-provider') == 'elogind'
|
|
||||||
logind_dep = dependency('libelogind', version : '>=227')
|
|
||||||
|
|
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'libratbag'
|
# Template file for 'libratbag'
|
||||||
pkgname=libratbag
|
pkgname=libratbag
|
||||||
version=0.9.905
|
version=0.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dtests=false -Dsystemd-unit-dir=''
|
configure_args="-Dtests=false -Dsystemd-unit-dir=''
|
||||||
-Dsystemd=false"
|
-Dsystemd=false -Db_ndebug=false"
|
||||||
hostmakedepends="pkg-config git swig"
|
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"
|
python3-devel json-glib-devel libunistring-devel"
|
||||||
depends="dbus python3-evdev python3-gobject"
|
depends="dbus python3-evdev python3-gobject"
|
||||||
short_desc="DBus daemon to configure gaming mice"
|
short_desc="DBus daemon to configure gaming mice"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=d8a9a4b90025456700336c4e84a06edfce8deffeb71779ea22e00c27b0fda244
|
checksum=aa0bb012c2f581ee35ec023d516d23eb22d38f16092e7de44bd8481df953408d
|
||||||
|
|
||||||
LDFLAGS="-lm"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv ratbagd
|
vsv ratbagd
|
||||||
|
|
Loading…
Add table
Reference in a new issue