diff options
author | Slávek Banko <[email protected]> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/system/tastymenu | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/applications/system/tastymenu')
-rw-r--r-- | freebsd/applications/system/tastymenu/Makefile | 34 | ||||
-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, 60 insertions, 0 deletions
diff --git a/freebsd/applications/system/tastymenu/Makefile b/freebsd/applications/system/tastymenu/Makefile new file mode 100644 index 000000000..25df0fe27 --- /dev/null +++ b/freebsd/applications/system/tastymenu/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $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/system + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/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/system/tastymenu/distinfo b/freebsd/applications/system/tastymenu/distinfo new file mode 100644 index 000000000..6833291b0 --- /dev/null +++ b/freebsd/applications/system/tastymenu/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635249862 +SHA256 (TDE/applications/system/tastymenu-trinity_14.0.11.orig.tar.xz) = 0b2c2f1c79b4b5c76bfb9ad2c1d8cb63222e96b002d1e1a6359f0e69a3870d6a +SIZE (TDE/applications/system/tastymenu-trinity_14.0.11.orig.tar.xz) = 376312 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 |