diff options
Diffstat (limited to 'freebsd/applications/system/kvkbd')
-rw-r--r-- | freebsd/applications/system/kvkbd/Makefile | 35 | ||||
-rw-r--r-- | freebsd/applications/system/kvkbd/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/system/kvkbd/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/system/kvkbd/pkg-plist | 10 |
4 files changed, 52 insertions, 0 deletions
diff --git a/freebsd/applications/system/kvkbd/Makefile b/freebsd/applications/system/kvkbd/Makefile new file mode 100644 index 000000000..bfa6c839e --- /dev/null +++ b/freebsd/applications/system/kvkbd/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= kvkbd-trinity +COMMENT= Virtual keyboard for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/system + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ + libXtst.so:${PORTSDIR}/x11/libXtst \ + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/system/kvkbd/distinfo b/freebsd/applications/system/kvkbd/distinfo new file mode 100644 index 000000000..e264832c6 --- /dev/null +++ b/freebsd/applications/system/kvkbd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635249845 +SHA256 (TDE/applications/system/kvkbd-trinity_14.0.11.orig.tar.xz) = 2628815e530677bf25dfe049c228676f3c2eb099b64db68c0638143c2b188b1b +SIZE (TDE/applications/system/kvkbd-trinity_14.0.11.orig.tar.xz) = 47504 diff --git a/freebsd/applications/system/kvkbd/pkg-descr b/freebsd/applications/system/kvkbd/pkg-descr new file mode 100644 index 000000000..90f39c62e --- /dev/null +++ b/freebsd/applications/system/kvkbd/pkg-descr @@ -0,0 +1,4 @@ +Virtual keyboard for TDE + +Virtual keyboard for TDE for use with accessibility. Application contains +a systray widget as well as a dockwidget. diff --git a/freebsd/applications/system/kvkbd/pkg-plist b/freebsd/applications/system/kvkbd/pkg-plist new file mode 100644 index 000000000..7148f1a1e --- /dev/null +++ b/freebsd/applications/system/kvkbd/pkg-plist @@ -0,0 +1,10 @@ +bin/kvkbd +share/applications/tde/kvkbd.desktop +share/apps/kvkbd/pics/dock.png +share/apps/kvkbd/pics/tray.png +share/doc/tde/HTML/en/kvkbd/common +share/doc/tde/HTML/en/kvkbd/index.cache.bz2 +share/doc/tde/HTML/en/kvkbd/index.docbook +share/icons/hicolor/16x16/apps/kvkbd.png +share/icons/hicolor/32x32/apps/kvkbd.png +share/locale/de/LC_MESSAGES/kvkbd.mo |