diff options
author | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
commit | e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/tdmtheme | |
parent | 1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff) | |
download | tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip |
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tdmtheme')
-rw-r--r-- | trinity-apps/tdmtheme/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdmtheme/tdmtheme-14.0.13.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/tdmtheme/Manifest b/trinity-apps/tdmtheme/Manifest index 86377817..b5b98b5a 100644 --- a/trinity-apps/tdmtheme/Manifest +++ b/trinity-apps/tdmtheme/Manifest @@ -1,2 +1 @@ -DIST tdmtheme-trinity-14.0.13.tar.xz 24252 BLAKE2B 5f0772c91b6e15bbd3aa00a0cf1056d81cd11a0f459e5791ec03db93911c904c135f192edb0d70ed4e1a866e3116a2b95ffe2859e3b836ae9cfcc138293fdff2 SHA512 cc05ea9a61ef83d11db06cf8ad012c59d6930f82985a9b5b6140998e460c01f281cb212682ed25053d750ccd56a8589afca15d462ce2c9e6fa3c03ba6e08af7f DIST tdmtheme-trinity-14.1.0.tar.xz 24260 BLAKE2B 203e282108106ef8c260988999b3872cbb5ef02ee80713ad3944971dd17f8bcb837fcb559cee142c6a7a7479762f02f0f2b681d35030e6da4e913bd81cecdb21 SHA512 5657269a1ca08c95f5ad5992fd9ea141ea4dfbb9f696b6a6bd3165856866b8d81df12c59de98374021133a96f6a9078a952f5dc8bb49621290999fa2cf19e902 diff --git a/trinity-apps/tdmtheme/tdmtheme-14.0.13.ebuild b/trinity-apps/tdmtheme/tdmtheme-14.0.13.ebuild deleted file mode 100644 index 0d2cb7bf..00000000 --- a/trinity-apps/tdmtheme/tdmtheme-14.0.13.ebuild +++ /dev/null @@ -1,31 +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" - -TRINITY_MODULE_TYPE="applications/themes" -inherit trinity-base-2 - -DESCRIPTION="A theme manager for TDM" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -RDEPEND="~trinity-base/tdm-${PV}" - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - trinity-base-2_src_configure -} |