diff options
author | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-10-22 18:59:09 +0200 |
commit | e8ab477a377e080da6e194f6701c9f54928f1ce7 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/tastymenu | |
parent | 6049aa3d3fae67d258ab11f9ac2865a4d4f0a737 (diff) | |
download | tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.tar.gz tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.zip |
Removing version 14.0.13
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3)
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, 0 insertions, 30 deletions
diff --git a/trinity-apps/tastymenu/Manifest b/trinity-apps/tastymenu/Manifest index 8a5f5f0f..4565892f 100644 --- a/trinity-apps/tastymenu/Manifest +++ b/trinity-apps/tastymenu/Manifest @@ -1,2 +1 @@ -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.0.13.ebuild b/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild deleted file mode 100644 index b996e649..00000000 --- a/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -} |