diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-19 09:47:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-19 09:47:21 +0800 |
commit | 0e62f5a98c51deae3341c60036228df9d092ced9 (patch) | |
tree | 7ed45a78196727b3ccbef05c342662061d91537c /x11 | |
parent | 8376847be89aaf8e40aef718f9c33666f319dd48 (diff) | |
download | freebsd-ports-gnome-0e62f5a98c51deae3341c60036228df9d092ced9.tar.gz freebsd-ports-gnome-0e62f5a98c51deae3341c60036228df9d092ced9.tar.zst freebsd-ports-gnome-0e62f5a98c51deae3341c60036228df9d092ced9.zip |
DeforaOS desktop virtual keyboard
PR: ports/172990
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/deforaos-keyboard/Makefile | 23 | ||||
-rw-r--r-- | x11/deforaos-keyboard/distinfo | 2 | ||||
-rw-r--r-- | x11/deforaos-keyboard/pkg-descr | 3 | ||||
-rw-r--r-- | x11/deforaos-keyboard/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 054e2bcbfe36..48b1db669b3f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -32,6 +32,7 @@ SUBDIR += damageproto SUBDIR += decurs SUBDIR += deforaos-libdesktop + SUBDIR += deforaos-keyboard SUBDIR += deskmenu SUBDIR += deskpaint SUBDIR += dgs diff --git a/x11/deforaos-keyboard/Makefile b/x11/deforaos-keyboard/Makefile new file mode 100644 index 000000000000..999d72445b63 --- /dev/null +++ b/x11/deforaos-keyboard/Makefile @@ -0,0 +1,23 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= keyboard +PORTVERSION= 0.2.1 +CATEGORIES= x11 +MASTER_SITES= http://www.defora.org/os/download/download/3696/ +DISTNAME= Keyboard-${PORTVERSION} +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= DeforaOS desktop virtual keyboardr + +LICENSE= GPLv3 + +LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop + +USE_GNOME= gtk20 +USE_PKGCONFIG= build +USE_XORG= xtst +USE_GETTEXT= yes + +.include <bsd.port.mk> diff --git a/x11/deforaos-keyboard/distinfo b/x11/deforaos-keyboard/distinfo new file mode 100644 index 000000000000..e532ff6101bb --- /dev/null +++ b/x11/deforaos-keyboard/distinfo @@ -0,0 +1,2 @@ +SHA256 (Keyboard-0.2.1.tar.gz) = 96a2b6d1180c2d82d31a839cd616173a03529a6d795512af50cebbe3ac16bda2 +SIZE (Keyboard-0.2.1.tar.gz) = 29127 diff --git a/x11/deforaos-keyboard/pkg-descr b/x11/deforaos-keyboard/pkg-descr new file mode 100644 index 000000000000..f750ab87767d --- /dev/null +++ b/x11/deforaos-keyboard/pkg-descr @@ -0,0 +1,3 @@ +DeforaOS desktop virtual keyboard + +WWW: http://www.defora.org/ diff --git a/x11/deforaos-keyboard/pkg-plist b/x11/deforaos-keyboard/pkg-plist new file mode 100644 index 000000000000..093f92d10b3c --- /dev/null +++ b/x11/deforaos-keyboard/pkg-plist @@ -0,0 +1,6 @@ +bin/keyboardctl +bin/keyboard +include/Desktop/Keyboard.h +share/applications/keyboard.desktop +share/locale/fr/LC_MESSAGES/Keyboard.mo +@dirrmtry share/applications |