From 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 18 Feb 2020 19:50:22 +0100 Subject: FreeBSD: Update for final release R14.0.8. Switch from gmake to ninja for CMake builds. Switch several applications to CMake. Add ports for several applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/kvkbd/Makefile | 35 +++++++++++++++++++++++++++++++++++ freebsd/applications/kvkbd/distinfo | 3 +++ freebsd/applications/kvkbd/pkg-descr | 4 ++++ freebsd/applications/kvkbd/pkg-plist | 10 ++++++++++ 4 files changed, 52 insertions(+) create mode 100644 freebsd/applications/kvkbd/Makefile create mode 100644 freebsd/applications/kvkbd/distinfo create mode 100644 freebsd/applications/kvkbd/pkg-descr create mode 100644 freebsd/applications/kvkbd/pkg-plist (limited to 'freebsd/applications/kvkbd') diff --git a/freebsd/applications/kvkbd/Makefile b/freebsd/applications/kvkbd/Makefile new file mode 100644 index 000000000..d086fa1d3 --- /dev/null +++ b/freebsd/applications/kvkbd/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $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 + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/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 diff --git a/freebsd/applications/kvkbd/distinfo b/freebsd/applications/kvkbd/distinfo new file mode 100644 index 000000000..192bc25fe --- /dev/null +++ b/freebsd/applications/kvkbd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1587488620 +SHA256 (TDE/applications/kvkbd-trinity_14.0.8.orig.tar.xz) = 38314713adc89f63abf6565f2c634a568a89cf4b44b704410e2a2751665dffa0 +SIZE (TDE/applications/kvkbd-trinity_14.0.8.orig.tar.xz) = 63460 diff --git a/freebsd/applications/kvkbd/pkg-descr b/freebsd/applications/kvkbd/pkg-descr new file mode 100644 index 000000000..90f39c62e --- /dev/null +++ b/freebsd/applications/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/kvkbd/pkg-plist b/freebsd/applications/kvkbd/pkg-plist new file mode 100644 index 000000000..7148f1a1e --- /dev/null +++ b/freebsd/applications/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 -- cgit v1.2.3