Update dependencies and split package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: libinput
|
||||
description: Input device management and event handling library
|
||||
version: 1.30.1
|
||||
revision: 2
|
||||
revision: 3
|
||||
url: https://gitlab.freedesktop.org/libinput/libinput
|
||||
license: MIT
|
||||
architecture: any
|
||||
@@ -9,15 +9,44 @@ type: source
|
||||
depends:
|
||||
- glibc
|
||||
- libevdev
|
||||
- libwacom
|
||||
- mtdev
|
||||
- udev
|
||||
make_depends:
|
||||
- cairo
|
||||
- check
|
||||
- glib
|
||||
- gtk4
|
||||
- libx11
|
||||
- meson
|
||||
- wayland-protocols
|
||||
- python3
|
||||
- python-libevdev
|
||||
- python-pyudev
|
||||
- python-pyyaml
|
||||
- python-pytest
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
downloads:
|
||||
- url: https://gitlab.freedesktop.org/libinput/libinput/-/archive/${BPM_PKG_VERSION}/libinput-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 4339a2b9cc96ede3c120dedaedc61e48ce567808c5229e66587525ea972ef617
|
||||
split_packages:
|
||||
- name: libinput
|
||||
- name: libinput-tools
|
||||
description: Debug tools for libinput
|
||||
depends:
|
||||
- cairo
|
||||
- gcc-libs
|
||||
- glib
|
||||
- glibc
|
||||
- gtk4
|
||||
- libevdev
|
||||
- libinput
|
||||
- libx11
|
||||
- python3
|
||||
- python-libevdev
|
||||
- python-pyudev
|
||||
- python-pyyaml
|
||||
- udev
|
||||
- wayland
|
||||
|
||||
Reference in New Issue
Block a user