diff options
author | ormorph <roma251078@mail.ru> | 2024-04-17 20:59:46 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-04-26 02:57:58 +0200 |
commit | d6b1e54fc81daf6c61bd27221bf17cffd766ed4d (patch) | |
tree | 742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/kompose | |
parent | 9a76c13fddb55b0f202e048df62c939e06f39559 (diff) | |
download | tde-packaging-gentoo-d6b1e54fc81daf6c61bd27221bf17cffd766ed4d.tar.gz tde-packaging-gentoo-d6b1e54fc81daf6c61bd27221bf17cffd766ed4d.zip |
Removing version TDE-14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 4b3f0a054757e31efd942db76c6f28e4c26433dd)
Diffstat (limited to 'trinity-apps/kompose')
-rw-r--r-- | trinity-apps/kompose/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kompose/kompose-14.1.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/trinity-apps/kompose/Manifest b/trinity-apps/kompose/Manifest index d6dc8ef4..0d9ee37b 100644 --- a/trinity-apps/kompose/Manifest +++ b/trinity-apps/kompose/Manifest @@ -1,2 +1 @@ -DIST kompose-trinity-14.1.0.tar.xz 76396 BLAKE2B f666c3798a0c556966c48891538ab93ca6005e111f4c9f3fd639005d7d174084553cf59e0764480d3ec186ac41dcbb8572aa70962279c3b2dcaf75827644d819 SHA512 6c8e5c8e8541c20ab738820a0a86b307e4e6b5243824a564609b119b40a94f42c99ca4a0f27f8c5c430b266b7f283b32cbbf63c6d676b5a8f7be298b114f4e05 DIST kompose-trinity-14.1.1.tar.xz 76384 BLAKE2B 782d709fab1cac52c6c087c0b95f9f224b40e1b8663daecc36d8198cf17926c51ff57584c69078b887973bc8a4e818a80afb92be4edd8d7b5d1cee6a0357886c SHA512 daef4f3cec7ae31d2fd62708ae54f2e6c2b7602a6bc75b64e005d80ba1bd059ef7175e3bf9701d94f195bbe3e7a1fae6ca0443576e72260f3a3e2e66596c3b7a diff --git a/trinity-apps/kompose/kompose-14.1.0.ebuild b/trinity-apps/kompose/kompose-14.1.0.ebuild deleted file mode 100644 index f9636d72..00000000 --- a/trinity-apps/kompose/kompose-14.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2023 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="never" - -TRINITY_LANGS="da de el es fr it" - -TRINITY_MODULE_TYPE="applications/utilities" -inherit trinity-base-2 - -DESCRIPTION="Full-Screen Task Manager for TDE" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi -IUSE="xcomposite" - -DEPEND="media-libs/imlib2 - xcomposite? ( x11-libs/libXcomposite - x11-libs/libXdamage ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - -DWITH_XCOMPOSITE="$(usex xcomposite)" - ) - trinity-base-2_src_configure -} |