Libwacom is a new library to help implement Wacom tablet settings.
It is intended to be used by client-programs that need model identification. WWW: http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom Obtained from: FreeBSDDesktop github
This commit is contained in:
parent
3a5433c35e
commit
554a154364
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432813
5 changed files with 41 additions and 0 deletions
|
@ -184,6 +184,7 @@
|
||||||
SUBDIR += liboldX
|
SUBDIR += liboldX
|
||||||
SUBDIR += libsx
|
SUBDIR += libsx
|
||||||
SUBDIR += libsynaptics
|
SUBDIR += libsynaptics
|
||||||
|
SUBDIR += libwacom
|
||||||
SUBDIR += libxcb
|
SUBDIR += libxcb
|
||||||
SUBDIR += libxdg-basedir
|
SUBDIR += libxdg-basedir
|
||||||
SUBDIR += libxfce4menu
|
SUBDIR += libxfce4menu
|
||||||
|
|
25
x11/libwacom/Makefile
Normal file
25
x11/libwacom/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Created by: johalun0@gmail.com
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= libwacom
|
||||||
|
PORTVERSION= 0.22
|
||||||
|
PORTREVISION= 1
|
||||||
|
CATEGORIES= x11
|
||||||
|
MASTER_SITES= https://sourceforge.net/projects/linuxwacom/files/libwacom/
|
||||||
|
|
||||||
|
MAINTAINER= x11@FreeBSD.org
|
||||||
|
COMMENT= Adds tablet support to libinput
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
LIB_DEPENDS= libgudev-1.0.so:devel/libgudev
|
||||||
|
|
||||||
|
USES= gettext-runtime gmake libtool localbase pkgconfig \
|
||||||
|
pathfix tar:bzip2
|
||||||
|
USE_GNOME= glib20
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
x11/libwacom/distinfo
Normal file
3
x11/libwacom/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1485732922
|
||||||
|
SHA256 (libwacom-0.22.tar.bz2) = 97c19c216cbf4a2c54a5fc4f80d5a363bfa732500f0831a345bbc8ab385720c0
|
||||||
|
SIZE (libwacom-0.22.tar.bz2) = 462995
|
5
x11/libwacom/pkg-descr
Normal file
5
x11/libwacom/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Libwacom is a new library to help implement Wacom tablet settings.
|
||||||
|
It is intended to be used by client-programs that need model
|
||||||
|
identification.
|
||||||
|
|
||||||
|
WWW: http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom
|
7
x11/libwacom/pkg-plist
Normal file
7
x11/libwacom/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
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.5.0
|
||||||
|
libdata/pkgconfig/libwacom.pc
|
Loading…
Reference in a new issue