diff options
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.1.0.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 5070e893..e30028fc 100644 --- a/trinity-apps/tde-style-lipstik/Manifest +++ b/trinity-apps/tde-style-lipstik/Manifest @@ -1,2 +1 @@ -DIST tde-style-lipstik-trinity-14.1.0.tar.xz 48640 BLAKE2B 022a442f9f443f2479a344278cea49deb2c4471703eff2c9e242676b61df7543c081766828db0d30cf4569850266bf377ded16e7f5bebc4ff2e8b9660e971302 SHA512 69db621adbd09359ad8e5c16fcc45ce444ce29daecd96893aa3d8c37e259cf1630767c2e93403543744e459732dc9ba6f9b3255920f3f65db44a546437759cae DIST tde-style-lipstik-trinity-14.1.1.tar.xz 48628 BLAKE2B 5b820430d851e587b8fe21b537c17bfe6d710c1cc6d5273f98038244008356c2858215cbc8cf20a415f9e56b0902d81c6a9f6d84ca2673808b1f3b4783582eb9 SHA512 2a1a09f3c7b560f6d26207ee1a618292242ebba1ce0dd227e5ac982fc14e0242be1f5a6a0f60144afddde2111ed793d9605e85de8a2f323760ae51d3e1579bd4 diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.0.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.0.ebuild deleted file mode 100644 index 465fb32c..00000000 --- a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Copyright 2020-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="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 -} |