diff options
Diffstat (limited to 'freebsd/applications/tastymenu')
-rw-r--r-- | freebsd/applications/tastymenu/Makefile | 34 | ||||
-rw-r--r-- | freebsd/applications/tastymenu/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/tastymenu/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/tastymenu/pkg-plist | 19 |
4 files changed, 60 insertions, 0 deletions
diff --git a/freebsd/applications/tastymenu/Makefile b/freebsd/applications/tastymenu/Makefile new file mode 100644 index 000000000..f56e9a2e6 --- /dev/null +++ b/freebsd/applications/tastymenu/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= tastymenu-trinity +COMMENT= Replacement for TMenu +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${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 + + +# 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/tastymenu/distinfo b/freebsd/applications/tastymenu/distinfo new file mode 100644 index 000000000..25b82e399 --- /dev/null +++ b/freebsd/applications/tastymenu/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1603602154 +SHA256 (TDE/applications/tastymenu-trinity_14.0.9.orig.tar.xz) = a67c8833a91cdd042717c14cd83ce9b2cd33c0612c7d32d86a06cf43c4dd3500 +SIZE (TDE/applications/tastymenu-trinity_14.0.9.orig.tar.xz) = 397912 diff --git a/freebsd/applications/tastymenu/pkg-descr b/freebsd/applications/tastymenu/pkg-descr new file mode 100644 index 000000000..1af720d60 --- /dev/null +++ b/freebsd/applications/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/tastymenu/pkg-plist b/freebsd/applications/tastymenu/pkg-plist new file mode 100644 index 000000000..9d4857920 --- /dev/null +++ b/freebsd/applications/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 |