From b7814d759592c5d3b299f179a3dc4a44f4f337fd Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sat, 12 Apr 2025 18:43:47 -0700 Subject: [PATCH] lxinput: update to 0.3.6. --- srcpkgs/lxinput/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/lxinput/template b/srcpkgs/lxinput/template index 307d609f33d..5bb033bdca8 100644 --- a/srcpkgs/lxinput/template +++ b/srcpkgs/lxinput/template @@ -1,19 +1,19 @@ # Template file for 'lxinput' pkgname=lxinput -version=0.3.5 -revision=3 +version=0.3.6 +revision=1 build_style=gnu-configure configure_args="--enable-gtk3" -hostmakedepends="pkg-config intltool" +hostmakedepends="pkg-config intltool automake glib-devel gettext-devel" makedepends="gtk+3-devel" depends="desktop-file-utils" short_desc="LXDE Keyboad/Mouse configurator" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://lxde.org/" -distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz" -checksum=4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88 +distfiles="https://github.com/lxde/lxinput/archive/refs/tags/${version}.tar.gz" +checksum=2f15c2a17f970afb152cbd024503da26c1e15135e76e9f516e0ca97e909d6c37 -post_patch() { - vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure +pre_configure() { + autoreconf -fi }