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/tde-style-lipstik | |
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/tde-style-lipstik')
-rw-r--r-- | trinity-apps/tde-style-lipstik/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tde-style-lipstik/Manifest b/trinity-apps/tde-style-lipstik/Manifest index 39581883..90a2f91a 100644 --- a/trinity-apps/tde-style-lipstik/Manifest +++ b/trinity-apps/tde-style-lipstik/Manifest @@ -1,2 +1 @@ -DIST tde-style-lipstik-trinity-14.0.11.tar.xz 48732 BLAKE2B 8ede3f1a8e00082fd9269616220ffbb6d6d255db2c9f5fa475456976e7ca60b76dda834f50d1cfb09915f4195b0a7aa8622e67cae57f364ac1919513a044a048 SHA512 c82aba9ca0db18bfe56615dccb8e10001e44486b7f50f5f924583f9b34a7c27d96e7109ef413ced5b30e0dc30c701310ef1140fe8f00c28e6ff063fb47438273 DIST tde-style-lipstik-trinity-14.0.12.tar.xz 48656 BLAKE2B e21cea7d142e82bff81eb53e20400f15da51840707f8897f7f8e712e623c6def2e9cc9ec5190d68cd1be4d2991386072f8e73478715da4872a5ee016868c41e8 SHA512 8c21bd1889ac5e97c79ea78971da0303bba38ce9fc6011d3b2cfc0d0da32868017c84ca7330a045ed544f509ed5cb2bc9156046d453902fd6a12ad8cb4aff774 diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild deleted file mode 100644 index eb1d3558..00000000 --- a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021 Gentoo Authors -# 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="de" - -TRINITY_MODULE_TYPE="applications/themes" -inherit trinity-base-2 - -DESCRIPTION="Lipstik widget style for TDE" -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 -} |