View | Details | Raw Unified | Return to bug 249503
Collapse All | Expand All

(-)b/x11/libwacom/Makefile (-4 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libwacom
4
PORTNAME=	libwacom
5
DISTVERSIONPREFIX=libwacom-
6
DISTVERSION=	1.4.1
5
DISTVERSION=	1.4.1
7
CATEGORIES=	x11
6
CATEGORIES=	x11
7
MASTER_SITES=	https://github.com/linuxwacom/libwacom/releases/download/libwacom-${DISTVERSION}/
8
8
9
MAINTAINER=	x11@FreeBSD.org
9
MAINTAINER=	x11@FreeBSD.org
10
COMMENT=	Adds tablet support to libinput
10
COMMENT=	Adds tablet support to libinput
Lines 16-24 BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto Link Here
16
LIB_DEPENDS=	libgudev-1.0.so:devel/libgudev
16
LIB_DEPENDS=	libgudev-1.0.so:devel/libgudev
17
TEST_DEPENDS=	bash:shells/bash
17
TEST_DEPENDS=	bash:shells/bash
18
18
19
USES=		compiler:c++11-lang gnome meson pkgconfig
19
USES=		compiler:c++11-lang gnome meson pkgconfig tar:bz2
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	linuxwacom
22
USE_GNOME=	glib20
20
USE_GNOME=	glib20
23
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
24
22
(-)b/x11/libwacom/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1593718670
1
TIMESTAMP = 1600679538
2
SHA256 (linuxwacom-libwacom-libwacom-1.4.1_GH0.tar.gz) = 87c3d4282b84d27896afad0b69656aec1045593370978403ab0a66d1f02f3ff5
2
SHA256 (libwacom-1.4.1.tar.bz2) = 07839c542940776c402168c7b73c04b346ba7557eb3f25a23a49893aff86ab08
3
SIZE (linuxwacom-libwacom-libwacom-1.4.1_GH0.tar.gz) = 118613
3
SIZE (libwacom-1.4.1.tar.bz2) = 515129

Return to bug 249503