Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 19:01:54 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525886 - in head/x11/libinput: . files
Message-ID:  <202002111901.01BJ1scB002498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Feb 11 19:01:53 2020
New Revision: 525886
URL: https://svnweb.freebsd.org/changeset/ports/525886

Log:
  x11/libinput: Update to 1.15.1
  
  update x11/libinput to 1.15.1
  
  PR:		240153 (based on)
  Reported by:	Greg V
  Tested by:	jbeich, manu, grembo

Modified:
  head/x11/libinput/Makefile
  head/x11/libinput/distinfo
  head/x11/libinput/files/patch-meson.build
  head/x11/libinput/pkg-plist

Modified: head/x11/libinput/Makefile
==============================================================================
--- head/x11/libinput/Makefile	Tue Feb 11 18:54:54 2020	(r525885)
+++ head/x11/libinput/Makefile	Tue Feb 11 19:01:53 2020	(r525886)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libinput
-PORTVERSION=	1.12.6
-PORTREVISION=	1
+PORTVERSION=	1.15.1
 CATEGORIES=	x11
 MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/
 

Modified: head/x11/libinput/distinfo
==============================================================================
--- head/x11/libinput/distinfo	Tue Feb 11 18:54:54 2020	(r525885)
+++ head/x11/libinput/distinfo	Tue Feb 11 19:01:53 2020	(r525886)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548226824
-SHA256 (libinput-1.12.6.tar.xz) = 12b4023a3fc683d3d8127db573bdf925a2ef366615042f69c87e57c32a50f45d
-SIZE (libinput-1.12.6.tar.xz) = 518784
+TIMESTAMP = 1581363218
+SHA256 (libinput-1.15.1.tar.xz) = 6b2f57495c6f173ecf49ee19d3e10087d9916a52711e1b5eb01e0d9635950c16
+SIZE (libinput-1.15.1.tar.xz) = 579236

Modified: head/x11/libinput/files/patch-meson.build
==============================================================================
--- head/x11/libinput/files/patch-meson.build	Tue Feb 11 18:54:54 2020	(r525885)
+++ head/x11/libinput/files/patch-meson.build	Tue Feb 11 19:01:53 2020	(r525886)
@@ -1,6 +1,6 @@
---- meson.build.orig	2019-01-21 01:28:48 UTC
+--- meson.build.orig	2020-02-03 05:25:43 UTC
 +++ meson.build
-@@ -145,6 +145,8 @@ endif
+@@ -152,6 +152,8 @@ endif
  
  ############ udev bits ############
  
@@ -9,21 +9,12 @@
  executable('libinput-device-group',
  	   'udev/libinput-device-group.c',
  	   dependencies : [dep_udev, dep_libwacom],
-@@ -182,6 +184,8 @@ litest_model_quirks_file = configure_file(input : 'ude
- 					  install : false,
- 					  configuration : litest_udev_rules_config)
- 
-+endif
+@@ -192,6 +194,8 @@ litest_groups_rules_file = configure_file(input : 'ude
+ litest_fuzz_override_file = configure_file(input : 'udev/90-libinput-fuzz-override.rules.in',
+ 					   output : '90-libinput-fuzz-override-litest.rules',
+ 					   configuration : litest_udev_rules_config)
 +
- ############ libepoll-shim (BSD) ############
++endif
  
- if cc.has_header_symbol('sys/epoll.h', 'epoll_create1', prefix : prefix)
-@@ -634,7 +638,7 @@ executable('test-build-std-gnuc90',
- 	   'test/build-pedantic.c',
- 	   dependencies : [dep_udev],
- 	   include_directories : [includes_src, includes_include],
--	   c_args : ['-std=gnu90', '-Werror'],
-+	   c_args : ['-std=gnu89', '-Werror'],
- 	   install : false)
- # test for linking with the minimal linker flags
- executable('test-build-linker',
+ ############ Check for leftover udev rules ########
+ 

Modified: head/x11/libinput/pkg-plist
==============================================================================
--- head/x11/libinput/pkg-plist	Tue Feb 11 18:54:54 2020	(r525885)
+++ head/x11/libinput/pkg-plist	Tue Feb 11 19:01:53 2020	(r525886)
@@ -6,6 +6,7 @@ lib/libinput.so.10.13.0
 libdata/pkgconfig/libinput.pc
 libexec/libinput/libinput-debug-events
 %%DEBUG_GUI%%libexec/libinput/libinput-debug-gui
+libexec/libinput/libinput-debug-tablet
 libexec/libinput/libinput-list-devices
 libexec/libinput/libinput-measure
 libexec/libinput/libinput-measure-fuzz
@@ -17,6 +18,7 @@ libexec/libinput/libinput-record
 libexec/libinput/libinput-replay
 man/man1/libinput-debug-events.1.gz
 %%DEBUG_GUI%%man/man1/libinput-debug-gui.1.gz
+man/man1/libinput-debug-tablet.1.gz
 man/man1/libinput-list-devices.1.gz
 man/man1/libinput-measure-fuzz.1.gz
 man/man1/libinput-measure-touch-size.1.gz
@@ -35,12 +37,12 @@ man/man1/libinput.1.gz
 %%DATADIR%%/30-vendor-aiptek.quirks
 %%DATADIR%%/30-vendor-alps.quirks
 %%DATADIR%%/30-vendor-contour.quirks
-%%DATADIR%%/30-vendor-cyapa.quirks
+%%DATADIR%%/30-vendor-cypress.quirks
 %%DATADIR%%/30-vendor-elantech.quirks
-%%DATADIR%%/30-vendor-huion.quirks
 %%DATADIR%%/30-vendor-ibm.quirks
 %%DATADIR%%/30-vendor-kensington.quirks
 %%DATADIR%%/30-vendor-logitech.quirks
+%%DATADIR%%/30-vendor-madcatz.quirks
 %%DATADIR%%/30-vendor-microsoft.quirks
 %%DATADIR%%/30-vendor-razer.quirks
 %%DATADIR%%/30-vendor-synaptics.quirks
@@ -56,3 +58,5 @@ man/man1/libinput.1.gz
 %%DATADIR%%/50-system-hp.quirks
 %%DATADIR%%/50-system-lenovo.quirks
 %%DATADIR%%/50-system-system76.quirks
+%%DATADIR%%/50-system-toshiba.quirks
+share/zsh/site-functions/_libinput



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002111901.01BJ1scB002498>