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.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tastymenu/Manifest b/trinity-apps/tastymenu/Manifest
index 61d75cf8..8a5f5f0f 100644
--- a/trinity-apps/tastymenu/Manifest
+++ b/trinity-apps/tastymenu/Manifest
@@ -1 +1,2 @@
DIST tastymenu-trinity-14.0.13.tar.xz 153556 BLAKE2B 49b8df4195f19cf8f6f3aab323975df3177d2b5e5789b635fa35a310de07fa4a991620105be5a90c2d85044d1af972e5bcd2b992f93ee46676ea534de05d6fb7 SHA512 3f492dd9c8f73f5c598d9ee774f09f0431d783f61d622dc3b3107eb8a4e2ee28398b0ccff3e3a32c0d64520188bb2ad48592b62a2fe4ccc0559f98158d2ae1b4
+DIST tastymenu-trinity-14.1.0.tar.xz 153484 BLAKE2B 0d6303efdddf53cc52a81f53d2986fcb29fef34f1096165bc514bb12765949231f65db4f5672dad07506ff9a9310801d84809804f19b29790ca26c5627554964 SHA512 3349ecc73d025e24a1f3b0380ef4733b72af1a5f9457d2002107c3cd48bfa1f5dd4d9f2f52a6e000bfa34c3cc1fb2e17f3053ff91c9364f6d56d6c28079bc5f3
diff --git a/trinity-apps/tastymenu/tastymenu-14.1.0.ebuild b/trinity-apps/tastymenu/tastymenu-14.1.0.ebuild
new file mode 100644
index 00000000..5aea98c3
--- /dev/null
+++ b/trinity-apps/tastymenu/tastymenu-14.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2023 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
+}