Skip to content
Merged
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.2
version=1.31.3
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=507a40b8a74568ed7c2bd05acf2e15ee3d9f4703102dca86d4f6a804e73bf1f6
checksum=b6749bf6f1890f6631c0a70a027c35fec9d2e096a39f720548896e41474a9854

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.2
version=1.31.3
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=507a40b8a74568ed7c2bd05acf2e15ee3d9f4703102dca86d4f6a804e73bf1f6
checksum=b6749bf6f1890f6631c0a70a027c35fec9d2e096a39f720548896e41474a9854

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