From 4975402d7f239a520dfcbd48e03dbab43e491d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 22 Apr 2023 00:00:02 +0200 Subject: FreeBSD: Add ports updated for final release R14.1.0. Add a script to synchronize ports to the FreeBSD ports structure. Add meta-port 'tde-meta' to install all TDE ports. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/system/kvkbd/Makefile | 38 +++++++++++++++++++++++++++++ freebsd/applications/system/kvkbd/distinfo | 3 +++ freebsd/applications/system/kvkbd/pkg-descr | 4 +++ freebsd/applications/system/kvkbd/pkg-plist | 10 ++++++++ 4 files changed, 55 insertions(+) create mode 100644 freebsd/applications/system/kvkbd/Makefile create mode 100644 freebsd/applications/system/kvkbd/distinfo create mode 100644 freebsd/applications/system/kvkbd/pkg-descr create mode 100644 freebsd/applications/system/kvkbd/pkg-plist (limited to 'freebsd/applications/system/kvkbd') diff --git a/freebsd/applications/system/kvkbd/Makefile b/freebsd/applications/system/kvkbd/Makefile new file mode 100644 index 000000000..66373de6b --- /dev/null +++ b/freebsd/applications/system/kvkbd/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/system/kvkbd + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ + libXtst.so: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/system/kvkbd/distinfo b/freebsd/applications/system/kvkbd/distinfo new file mode 100644 index 000000000..fe7c70347 --- /dev/null +++ b/freebsd/applications/system/kvkbd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682026972 +SHA256 (TDE/applications/system/kvkbd-trinity_14.1.0.orig.tar.xz) = f0681120bbc0fae839260d725573d1450780d495603119aea64946d89b8e387a +SIZE (TDE/applications/system/kvkbd-trinity_14.1.0.orig.tar.xz) = 47412 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 -- cgit v1.2.1