From 271fc0de62480ffa8a1525e07b833079c96ca6bd Mon Sep 17 00:00:00 2001 From: ormorph Date: Fri, 27 Oct 2023 13:50:17 +0300 Subject: Release R14.1.1 added Signed-off-by: ormorph (cherry picked from commit 18d39ed9f062321b596258a9137f10b3e93b71e0) --- trinity-apps/tde-style-lipstik/Manifest | 1 + .../tde-style-lipstik-14.1.1.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.1.ebuild (limited to 'trinity-apps/tde-style-lipstik') 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 +} -- cgit v1.2.1