summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tastymenu
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/tastymenu')
-rw-r--r--trinity-apps/tastymenu/Manifest1
-rw-r--r--trinity-apps/tastymenu/tastymenu-14.1.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tastymenu/Manifest b/trinity-apps/tastymenu/Manifest
index 94bd8ba9..c204fbdf 100644
--- a/trinity-apps/tastymenu/Manifest
+++ b/trinity-apps/tastymenu/Manifest
@@ -1 +1,2 @@
DIST tastymenu-trinity-14.1.1.tar.xz 153460 BLAKE2B b3d71003792d2ca8e09879159b2e2d94a1b90a2d9eae3fb329349c03f0da28a09d90e334b4c9f42fb60b3918a8e5152d3a2b1759d5bbfe30f772bd8620a43fc4 SHA512 988e1750efb9d5e0538aa9afcdc6bff4a6006bba3ca57ac67d90813b2357279bf74ae9664a85ae49ed2e64ba2c42c610af497431dec3900f2ee5878a781740a8
+DIST tastymenu-trinity-14.1.2.tar.xz 151636 BLAKE2B 82347ee34a775144dc1f827eaabcce9cf87e6e513fe945ee97033a407c941d72839b1bfbca8701a28050b367a1e58b1eca3a46f6a28a3531fef7e42c8a0b752a SHA512 6e05e3a1fde301aa38822c20d01c5abb6b11f755ff2aac02fc3eda45b7b5a37aeed07f1cc17b86bd1c5dbfcdae4b92f5611717316a2095621f059474aeca04fc
diff --git a/trinity-apps/tastymenu/tastymenu-14.1.2.ebuild b/trinity-apps/tastymenu/tastymenu-14.1.2.ebuild
new file mode 100644
index 00000000..e62b4f8d
--- /dev/null
+++ b/trinity-apps/tastymenu/tastymenu-14.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2024 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="de es fi fr it nl pl pt_BR ru sl uk"
+
+TRINITY_MODULE_TYPE="applications/system"
+inherit trinity-base-2
+
+DESCRIPTION="TDE-Menu replacement"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}