mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
x11/libwacom: convert to USES=meson
Approved by: manu, zeising (x11) Differential Revision: https://reviews.freebsd.org/D23819
This commit is contained in:
parent
dfc0923bd0
commit
58a00dbb32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527163
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user