pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libopeninput: update to latest version
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Fri Mar 13 18:52:17 2026 +0100
Changeset: 21bd51ea15f40013ca8099d174557223b462f8c7
Modified Files:
libopeninput/Makefile.common
libopeninput/distinfo
libopeninput/patches/patch-meson.build
Removed Files:
input-headers/distinfo
libopeninput/patches/patch-src_util-prop-parsers.c
Log Message:
libopeninput: update to latest version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=21bd51ea15f40013ca8099d174557223b462f8c7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
input-headers/distinfo | 5 -----
libopeninput/Makefile.common | 5 ++++-
libopeninput/distinfo | 9 ++++----
libopeninput/patches/patch-meson.build | 26 ----------------------
libopeninput/patches/patch-src_util-prop-parsers.c | 15 -------------
5 files changed, 8 insertions(+), 52 deletions(-)
diffs:
diff --git a/input-headers/distinfo b/input-headers/distinfo
deleted file mode 100644
index ea06786650..0000000000
--- a/input-headers/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (input-headers-1.30.2-2f41609216e7655ea567279adfd2214fc585667f.tar.gz) = 111009d80277e8eb5c1f2cc262de926882c4775737cf48c4eba8abf1d3a8e895
-SHA512 (input-headers-1.30.2-2f41609216e7655ea567279adfd2214fc585667f.tar.gz) = d3f08118fc7a696d3e08b46784f077f83cc78820d41cfc558ccd1b49dec6d4b60fa085b5ed7523f5aa5401cad30611ac495cd302519421357569098a6a153f22
-Size (input-headers-1.30.2-2f41609216e7655ea567279adfd2214fc585667f.tar.gz) = 1189081 bytes
diff --git a/libopeninput/Makefile.common b/libopeninput/Makefile.common
index 1c6881ecf6..1e264223c3 100644
--- a/libopeninput/Makefile.common
+++ b/libopeninput/Makefile.common
@@ -6,8 +6,11 @@ VERSION= 1.30.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=sizeofvoid/}
GITHUB_PROJECT= libopeninput
-GITHUB_TAG= 2f41609216e7655ea567279adfd2214fc585667f
+GITHUB_TAG= 1db645a4a690088135ba34a70efd7b764ecd8c0f
MAINTAINER= kikadf.01%gmail.com@localhost
HOMEPAGE= https://github.com/sizeofvoid/libopeninput/tree/libopeninput/
LICENSE= mit
+
+DISTINFO_FILE= ${.CURDIR}/../../wip/libopeninput/distinfo
+PATCHDIR= ${.CURDIR}/../../wip/libopeninput/patches
diff --git a/libopeninput/distinfo b/libopeninput/distinfo
index 147a3a6b44..bc4185651a 100644
--- a/libopeninput/distinfo
+++ b/libopeninput/distinfo
@@ -1,9 +1,8 @@
$NetBSD$
-BLAKE2s (libopeninput-1.30.2-2f41609216e7655ea567279adfd2214fc585667f.tar.gz) = 111009d80277e8eb5c1f2cc262de926882c4775737cf48c4eba8abf1d3a8e895
-SHA512 (libopeninput-1.30.2-2f41609216e7655ea567279adfd2214fc585667f.tar.gz) = d3f08118fc7a696d3e08b46784f077f83cc78820d41cfc558ccd1b49dec6d4b60fa085b5ed7523f5aa5401cad30611ac495cd302519421357569098a6a153f22
-Size (libopeninput-1.30.2-2f41609216e7655ea567279adfd2214fc585667f.tar.gz) = 1189081 bytes
-SHA1 (patch-meson.build) = b200cc70ed9cd69bf5e7809adf04de5c233b63a7
-SHA1 (patch-src_util-prop-parsers.c) = 9e119446757420e7e8d508b350c8220c8f7742b9
+BLAKE2s (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = dba9c2fcdb4266afb55833bd560a2af3c24d1383e3b46c2f50158d1b2940c932
+SHA512 (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = a801125dfd3fafeb360e13ee8ed4ab2835b3a46c4234cfba699a54994f28a4ad46f854ee5465a6e8eb4fa573393e67dcaa0308e1f104026a289417440577fe46
+Size (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = 1189202 bytes
+SHA1 (patch-meson.build) = b098735fb68fa11a4209c7820f729e99e0914ab7
SHA1 (patch-src_wscons.c) = ccec4d8ced02d46525e62f082adc7bb03730c2e8
SHA1 (patch-src_wscons.h) = 20c749ef79352094e1b646fdbe9566f95d7e0a41
diff --git a/libopeninput/patches/patch-meson.build b/libopeninput/patches/patch-meson.build
index 334629c02f..42166bfb45 100644
--- a/libopeninput/patches/patch-meson.build
+++ b/libopeninput/patches/patch-meson.build
@@ -1,7 +1,6 @@
$NetBSD$
* Use external libevdev.h
-* Reenable quirks
--- meson.build.orig 2026-03-08 12:38:09.000000000 +0000
+++ meson.build
@@ -18,28 +17,3 @@ $NetBSD$
dep_lm = cc.find_library('m', required : false)
dep_rt = cc.find_library('rt', required : false)
-@@ -374,6 +370,7 @@ src_libinput_util = [
- 'src/util-list.c',
- 'src/util-ratelimit.c',
- 'src/util-strings.c',
-+ 'src/util-prop-parsers.c',
- ]
- libinput_util = static_library('libinput-util',
- src_libinput_util,
-@@ -415,13 +412,9 @@ install_subdir('quirks',
- install_dir : dir_data,
- strip_directory : true)
-
--if host_machine.system() != 'openbsd' and host_machine.system() != 'netbsd'
-- src_libquirks = [
-- 'src/quirks.c',
-- ]
--else
-- src_libquirks = []
--endif
-+src_libquirks = [
-+ 'src/quirks.c',
-+]
-
- deps_libquirks = [dep_udev, dep_libwacom, dep_libinput_util]
- libquirks = static_library('quirks', src_libquirks,
diff --git a/libopeninput/patches/patch-src_util-prop-parsers.c b/libopeninput/patches/patch-src_util-prop-parsers.c
deleted file mode 100644
index 14d0ff933a..0000000000
--- a/libopeninput/patches/patch-src_util-prop-parsers.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-* Fix ctype usage
-
---- src/util-prop-parsers.c.orig 2026-02-27 15:55:33.037318106 +0100
-+++ src/util-prop-parsers.c
-@@ -65,7 +65,7 @@ parse_mouse_dpi_property(const char *pro
- if (*prop == '*') {
- prop++;
- is_default = true;
-- if (!isdigit(prop[0]))
-+ if (!isdigit((unsigned char)prop[0]))
- return 0;
- }
-
Home |
Main Index |
Thread Index |
Old Index