1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: x11/libfakekey.

libfakekey is a simple library for converting UTF-8 characters into 'fake' X
  key-presses.

  WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox

Submitted by:	Tobias Berner <tcberner@gmail.com> to the area51 KDE repository
This commit is contained in:
Raphael Kubo da Costa 2016-01-21 22:58:07 +00:00
parent 71590dbc99
commit 8243cf9252
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406884
6 changed files with 45 additions and 0 deletions

View File

@ -159,6 +159,7 @@
SUBDIR += libdmx
SUBDIR += libdnd
SUBDIR += libexo
SUBDIR += libfakekey
SUBDIR += libfm
SUBDIR += libfm-extra
SUBDIR += libgnome

19
x11/libfakekey/Makefile Normal file
View File

@ -0,0 +1,19 @@
# Created by: Tobias Berner <tcberner@gmail.com>
# $FreeBSD$
PORTNAME= libfakekey
PORTVERSION= 0.1
CATEGORIES= x11 kde
MASTER_SITES= http://downloads.yoctoproject.org/releases/matchbox/${PORTNAME}/${PORTVERSION}/
MAINTAINER= kde@FreeBSD.org
COMMENT= X virtual keyboard library
LICENSE= LGPL20+
USES= libtool pathfix pkgconfig
USE_XORG= x11 xtst
GNU_CONFIGURE= YES
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

2
x11/libfakekey/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (libfakekey-0.1.tar.gz) = 33f55905d6680aa4fba7c5c5809ae16a4220d827ddb655d7afb08c623dbdba82
SIZE (libfakekey-0.1.tar.gz) = 311139

View File

@ -0,0 +1,13 @@
--- tests/Makefile.in.orig 2005-12-08 13:45:02 UTC
+++ tests/Makefile.in
@@ -61,8 +61,8 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=c
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(X11_CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) $(X11_LIBS) -o $@
SOURCES = fakekey-test.c
DIST_SOURCES = fakekey-test.c
ETAGS = etags

4
x11/libfakekey/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
libfakekey is a simple library for converting UTF-8 characters into 'fake' X
key-presses.
WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox

6
x11/libfakekey/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
include/fakekey/fakekey.h
lib/libfakekey.a
lib/libfakekey.so
lib/libfakekey.so.0
lib/libfakekey.so.0.0.1
libdata/pkgconfig/libfakekey.pc