Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 11:47:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527163 - head/x11/libwacom
Message-ID:  <202002261147.01QBlURg091860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Feb 26 11:47:30 2020
New Revision: 527163
URL: https://svnweb.freebsd.org/changeset/ports/527163

Log:
  x11/libwacom: convert to USES=meson
  
  Approved by:	manu, zeising (x11)
  Differential Revision:	https://reviews.freebsd.org/D23819

Modified:
  head/x11/libwacom/Makefile   (contents, props changed)
  head/x11/libwacom/distinfo   (contents, props changed)
  head/x11/libwacom/pkg-plist   (contents, props changed)

Modified: head/x11/libwacom/Makefile
==============================================================================
--- head/x11/libwacom/Makefile	Wed Feb 26 11:47:22 2020	(r527162)
+++ head/x11/libwacom/Makefile	Wed Feb 26 11:47:30 2020	(r527163)
@@ -4,10 +4,11 @@
 PORTNAME=	libwacom
 DISTVERSIONPREFIX=libwacom-
 DISTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	c70cb56f1670.patch:-p1 # https://github.com/linuxwacom/libwacom/pull/216
+PATCHFILES+=	bb3aa6bd57c3.patch:-p1 # https://github.com/linuxwacom/libwacom/pull/217
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Adds tablet support to libinput
@@ -17,18 +18,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgudev-1.0.so:devel/libgudev
 
+USES=		gnome meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxwacom
-
-USES=		autoreconf gettext-runtime gmake gnome libtool \
-		pkgconfig pathfix tar:bzip2
 USE_GNOME=	glib20
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-INSTALL_TARGET=	install-strip
-
-post-patch:
-	@${REINPLACE_CMD} -e 's/-printf "%P\\n"/-print0 | xargs -0 basename/' \
-		${WRKSRC}/data/Makefile.am ${WRKSRC}/data/layouts/Makefile.am
 
 .include <bsd.port.mk>

Modified: head/x11/libwacom/distinfo
==============================================================================
--- head/x11/libwacom/distinfo	Wed Feb 26 11:47:22 2020	(r527162)
+++ head/x11/libwacom/distinfo	Wed Feb 26 11:47:30 2020	(r527163)
@@ -1,5 +1,5 @@
 TIMESTAMP = 1577051129
 SHA256 (linuxwacom-libwacom-libwacom-1.2_GH0.tar.gz) = 102fd9c8a9ae30d76003ed58df0fb349625d49697c7c7c4e1aacf85d58039f9f
 SIZE (linuxwacom-libwacom-libwacom-1.2_GH0.tar.gz) = 110520
-SHA256 (c70cb56f1670.patch) = b4699568234c4ba6696ebcd8b3a56b950285bc9db4b03fb68c31c6e1aea20d1b
-SIZE (c70cb56f1670.patch) = 820
+SHA256 (bb3aa6bd57c3.patch) = 1537641da75342469e1160b586e8790c4387ed989186dec00b5f45779b6b831b
+SIZE (bb3aa6bd57c3.patch) = 3896

Modified: head/x11/libwacom/pkg-plist
==============================================================================
--- head/x11/libwacom/pkg-plist	Wed Feb 26 11:47:22 2020	(r527162)
+++ head/x11/libwacom/pkg-plist	Wed Feb 26 11:47:30 2020	(r527163)
@@ -1,6 +1,5 @@
 bin/libwacom-list-local-devices
 include/libwacom-1.0/libwacom/libwacom.h
-lib/libwacom.a
 lib/libwacom.so
 lib/libwacom.so.2
 lib/libwacom.so.2.6.1



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