From 62ab26da67dd966405c5bc27614f728b3a686ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 25 Oct 2023 22:25:10 +0200 Subject: FreeBSD: Update for final R14.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/utilities/kommando/Makefile | 38 +++++++++++++++++++++++ freebsd/applications/utilities/kommando/distinfo | 3 ++ freebsd/applications/utilities/kommando/pkg-descr | 5 +++ freebsd/applications/utilities/kommando/pkg-plist | 17 ++++++++++ 4 files changed, 63 insertions(+) create mode 100644 freebsd/applications/utilities/kommando/Makefile create mode 100644 freebsd/applications/utilities/kommando/distinfo create mode 100644 freebsd/applications/utilities/kommando/pkg-descr create mode 100644 freebsd/applications/utilities/kommando/pkg-plist (limited to 'freebsd/applications/utilities/kommando') diff --git a/freebsd/applications/utilities/kommando/Makefile b/freebsd/applications/utilities/kommando/Makefile new file mode 100644 index 000000000..d77425aa9 --- /dev/null +++ b/freebsd/applications/utilities/kommando/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/utilities/kommando + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= kommando-trinity +COMMENT= TDE wheel-menu to quickly pick menu items with the mouse +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= deskutils x11 +DIST_SUBDIR= TDE/applications/utilities + + +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 \ + libXmu.so:x11-toolkits/libXmu \ + + +# 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/utilities/kommando/distinfo b/freebsd/applications/utilities/kommando/distinfo new file mode 100644 index 000000000..4a91c38d8 --- /dev/null +++ b/freebsd/applications/utilities/kommando/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1698086385 +SHA256 (TDE/applications/utilities/kommando-trinity_14.1.1.orig.tar.xz) = 191656f9a0cd4306775063549ab7ece3719297d26b9fedcd8ac92fb7a3adc9d4 +SIZE (TDE/applications/utilities/kommando-trinity_14.1.1.orig.tar.xz) = 42476 diff --git a/freebsd/applications/utilities/kommando/pkg-descr b/freebsd/applications/utilities/kommando/pkg-descr new file mode 100644 index 000000000..eaded8bd5 --- /dev/null +++ b/freebsd/applications/utilities/kommando/pkg-descr @@ -0,0 +1,5 @@ +TDE wheel-menu to quickly pick menu items with the mouse + +It allows rapid access to user defined applications and shell +commands and is of course a nice piece of eyecandy to improve the +look and usability of TDE. diff --git a/freebsd/applications/utilities/kommando/pkg-plist b/freebsd/applications/utilities/kommando/pkg-plist new file mode 100644 index 000000000..e279ccae7 --- /dev/null +++ b/freebsd/applications/utilities/kommando/pkg-plist @@ -0,0 +1,17 @@ +lib/libkommando.la +lib/libkommando.so +lib/libkommando.so.1 +lib/libkommando.so.1.0.0 +lib/trinity/kcm_kommando.la +lib/trinity/kcm_kommando.so +lib/trinity/kded_kommandod.la +lib/trinity/kded_kommandod.so +share/applications/tde/kommando.desktop +share/doc/tde/HTML/en/kommando/common +share/doc/tde/HTML/en/kommando/index.cache.bz2 +share/doc/tde/HTML/en/kommando/index.docbook +share/icons/hicolor/16x16/apps/kommando.png +share/icons/hicolor/32x32/apps/kommando.png +share/icons/hicolor/64x64/apps/kommando.png +share/man/man1/kommando.1.gz +share/services/kded/kommandod.desktop -- cgit v1.2.1