diff options
Diffstat (limited to 'trinity-apps/tastymenu')
-rw-r--r-- | trinity-apps/tastymenu/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tastymenu/tastymenu-14.0.13.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tastymenu/Manifest b/trinity-apps/tastymenu/Manifest index 0f7f7ec7..f39b759f 100644 --- a/trinity-apps/tastymenu/Manifest +++ b/trinity-apps/tastymenu/Manifest @@ -1 +1,2 @@ DIST tastymenu-trinity-14.0.12.tar.xz 377660 BLAKE2B 75328078a6aef14ff3446460625e2ee4173e4fbf82742f288bade9cb8792592b4e247544534472e5397ab1fea0ca0fc6b860743194601ae8073a236a1e278e74 SHA512 8917d59be9aa82f22b2659e4bc8c53731969d7c1b79c38f4655739d4d5280274eb23f744cb51ba916663c93cc183b3582399fdee930092c1b15dee91d6a42278 +DIST tastymenu-trinity-14.0.13.tar.xz 153556 BLAKE2B 49b8df4195f19cf8f6f3aab323975df3177d2b5e5789b635fa35a310de07fa4a991620105be5a90c2d85044d1af972e5bcd2b992f93ee46676ea534de05d6fb7 SHA512 3f492dd9c8f73f5c598d9ee774f09f0431d783f61d622dc3b3107eb8a4e2ee28398b0ccff3e3a32c0d64520188bb2ad48592b62a2fe4ccc0559f98158d2ae1b4 diff --git a/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild b/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild new file mode 100644 index 00000000..0014f404 --- /dev/null +++ b/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 Gentoo Authors +# Copyright 2022 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 +} |