diff options
author | ormorph <[email protected]> | 2022-10-21 21:26:06 +0200 |
---|---|---|
committer | ormorph <[email protected]> | 2022-10-21 21:26:06 +0200 |
commit | d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch) | |
tree | db683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/twin-style-crystal | |
parent | f6f1346c2bc2531895b27077add6f0f3adea8d04 (diff) | |
download | tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip |
Removing version 14.0.11
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/twin-style-crystal')
-rw-r--r-- | trinity-apps/twin-style-crystal/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/twin-style-crystal/twin-style-crystal-14.0.11.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/trinity-apps/twin-style-crystal/Manifest b/trinity-apps/twin-style-crystal/Manifest index 83790444..3eb763e2 100644 --- a/trinity-apps/twin-style-crystal/Manifest +++ b/trinity-apps/twin-style-crystal/Manifest @@ -1,2 +1 @@ -DIST twin-style-crystal-trinity-14.0.11.tar.xz 386708 BLAKE2B 5524342c311cac8e8b73c3b9cdc0a54b1e861981761d2fdea757d1e786461f8baa1ee0f3a050a78bfe80e7876fce3b8e8497b64a0dc966bdc27de2ae0bfc6f8d SHA512 b3d5d548246ea68f87e1446d802fea0a32bd9ffe22c8e67f8f238e2e04855f08f89368854b3c3751d830e343eef2a52375b7948058c65cc517030634f9fc7f16 DIST twin-style-crystal-trinity-14.0.12.tar.xz 164140 BLAKE2B a16035306ebb1f7688d287400cd22af370542d6aebf44c83e5f38bc654774d0db148085a8d4bbb321cfa2014504564d53e85f4663b8fff74c0300d80c1a53f43 SHA512 a9824d38c7d39169aedd40070246f04a2c4635ac490b4f4101b6205f973d9c5bb57c8bd4c1b34f64420c69094010cc12603a5b3277f8aceedcf784bd986ff22e diff --git a/trinity-apps/twin-style-crystal/twin-style-crystal-14.0.11.ebuild b/trinity-apps/twin-style-crystal/twin-style-crystal-14.0.11.ebuild deleted file mode 100644 index 22a39c36..00000000 --- a/trinity-apps/twin-style-crystal/twin-style-crystal-14.0.11.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="never" - -TRINITY_LANGS="" - -TRINITY_MODULE_TYPE="applications/themes" -inherit trinity-base-2 - -DESCRIPTION="Crystal style for TWin" -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 -} |