Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/libinput-debug-gui/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# keep in sync with libinput
# split to avoid cycle: gst-plugins-bad1 -> zbar -> qt5 -> libinput -> gtk4 -> gst-plugins-bad1
pkgname=libinput-debug-gui
version=1.31.0
version=1.31.1
revision=1
build_style=meson
configure_args="-Db_ndebug=false -Dtests=false -Ddebug-gui=true"
Expand All @@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/libinput"
distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz"
checksum=5f95a8ce039b3b2b4560a60bbdb920518d41baa9419344e5878c94bd841d5a54
checksum=e010b02021b8fe9f3e696a4a2059c0243f0c90f2f9d4bcf4c88d2f9613c52b0b

post_install() {
mv ${DESTDIR}/usr/libexec/libinput/libinput-debug-gui ${DESTDIR}/libinput-debug-gui
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/libinput/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libinput'
# keep in sync with libinput-debug-gui
pkgname=libinput
version=1.31.0
version=1.31.1
revision=1
build_style=meson
configure_args="-Db_ndebug=false -Ddebug-gui=false"
Expand All @@ -15,7 +15,7 @@ license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/libinput"
changelog="https://gitlab.freedesktop.org/libinput/libinput/-/releases"
distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz"
checksum=5f95a8ce039b3b2b4560a60bbdb920518d41baa9419344e5878c94bd841d5a54
checksum=e010b02021b8fe9f3e696a4a2059c0243f0c90f2f9d4bcf4c88d2f9613c52b0b

if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
Expand Down