diff options
Diffstat (limited to 'freebsd/applications/utilities/kommando')
-rw-r--r-- | freebsd/applications/utilities/kommando/Makefile | 38 | ||||
-rw-r--r-- | freebsd/applications/utilities/kommando/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/utilities/kommando/pkg-descr | 5 | ||||
-rw-r--r-- | freebsd/applications/utilities/kommando/pkg-plist | 17 |
4 files changed, 63 insertions, 0 deletions
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 <bsd.port.mk> 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 |