diff options
Diffstat (limited to 'freebsd/applications/system/tastymenu')
-rw-r--r-- | freebsd/applications/system/tastymenu/Makefile | 37 | ||||
-rw-r--r-- | freebsd/applications/system/tastymenu/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/system/tastymenu/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/system/tastymenu/pkg-plist | 19 |
4 files changed, 63 insertions, 0 deletions
diff --git a/freebsd/applications/system/tastymenu/Makefile b/freebsd/applications/system/tastymenu/Makefile new file mode 100644 index 000000000..12a75bf50 --- /dev/null +++ b/freebsd/applications/system/tastymenu/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/system/tastymenu + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tastymenu-trinity +COMMENT= Replacement for TMenu +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${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 + + +# 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/tastymenu/distinfo b/freebsd/applications/system/tastymenu/distinfo new file mode 100644 index 000000000..532db1901 --- /dev/null +++ b/freebsd/applications/system/tastymenu/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682026974 +SHA256 (TDE/applications/system/tastymenu-trinity_14.1.0.orig.tar.xz) = 60e509da379ad64a2208a0b13d2ace5e1634c4a6f2f441e8af5ea7296de7fd6a +SIZE (TDE/applications/system/tastymenu-trinity_14.1.0.orig.tar.xz) = 153484 diff --git a/freebsd/applications/system/tastymenu/pkg-descr b/freebsd/applications/system/tastymenu/pkg-descr new file mode 100644 index 000000000..1af720d60 --- /dev/null +++ b/freebsd/applications/system/tastymenu/pkg-descr @@ -0,0 +1,4 @@ +Replacement for TMenu + +Tasty Menu is a TMenu replacement aiming to provide the maximum usability +and flexibility. diff --git a/freebsd/applications/system/tastymenu/pkg-plist b/freebsd/applications/system/tastymenu/pkg-plist new file mode 100644 index 000000000..9d4857920 --- /dev/null +++ b/freebsd/applications/system/tastymenu/pkg-plist @@ -0,0 +1,19 @@ +lib/trinity/tastymenu_panelapplet.la +lib/trinity/tastymenu_panelapplet.so +share/apps/kicker/applets/tastymenu.desktop +share/config.kcfg/tastymenu.kcfg +share/doc/tde/HTML/en/tastymenu/common +share/doc/tde/HTML/en/tastymenu/index.cache.bz2 +share/doc/tde/HTML/en/tastymenu/index.docbook +share/doc/tde/HTML/en/tastymenu/screenshot.png +share/locale/de/LC_MESSAGES/tastymenu.mo +share/locale/es/LC_MESSAGES/tastymenu.mo +share/locale/fi/LC_MESSAGES/tastymenu.mo +share/locale/fr/LC_MESSAGES/tastymenu.mo +share/locale/it/LC_MESSAGES/tastymenu.mo +share/locale/nl/LC_MESSAGES/tastymenu.mo +share/locale/pl/LC_MESSAGES/tastymenu.mo +share/locale/pt_BR/LC_MESSAGES/tastymenu.mo +share/locale/ru/LC_MESSAGES/tastymenu.mo +share/locale/sl/LC_MESSAGES/tastymenu.mo +share/locale/uk/LC_MESSAGES/tastymenu.mo |