diff options
author | ormorph <roma251078@mail.ru> | 2023-10-27 13:50:17 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-10-27 13:50:17 +0300 |
commit | 18d39ed9f062321b596258a9137f10b3e93b71e0 (patch) | |
tree | fe24a566266198330ff71db390413fdf7a9d63af /trinity-apps/tde-style-lipstik | |
parent | cd2192fbe2c90ea734db5bc716740b7dded481b6 (diff) | |
download | tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.tar.gz tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.zip |
Release R14.1.1 added
Signed-off-by: ormorph <roma251078@mail.ru>
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.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-lipstik/Manifest b/trinity-apps/tde-style-lipstik/Manifest index d6ae58b0..5070e893 100644 --- a/trinity-apps/tde-style-lipstik/Manifest +++ b/trinity-apps/tde-style-lipstik/Manifest @@ -1 +1,2 @@ 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.1.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.1.ebuild new file mode 100644 index 00000000..465fb32c --- /dev/null +++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.1.ebuild @@ -0,0 +1,29 @@ +# 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 +} |