diff options
author | ormorph <[email protected]> | 2024-04-28 17:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2024-04-28 22:35:54 +0300 |
commit | 30335515923be5f5ee02981121d2cdb6ad89978d (patch) | |
tree | d4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/tde-style-lipstik | |
parent | 929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff) | |
download | tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip |
Add new TDE-14.1.2
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.1.2.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 e30028fc..d87344a4 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.1.tar.xz 48628 BLAKE2B 5b820430d851e587b8fe21b537c17bfe6d710c1cc6d5273f98038244008356c2858215cbc8cf20a415f9e56b0902d81c6a9f6d84ca2673808b1f3b4783582eb9 SHA512 2a1a09f3c7b560f6d26207ee1a618292242ebba1ce0dd227e5ac982fc14e0242be1f5a6a0f60144afddde2111ed793d9605e85de8a2f323760ae51d3e1579bd4 +DIST tde-style-lipstik-trinity-14.1.2.tar.xz 48796 BLAKE2B 0cb8d41d6d6281e656635a14b4bdb4bd6243046c5c5669244728a1f5c7c192dfacb05a454ab7cca71c17a713cd011fc13b8bcabf568b5470c7b84c7ebb764abd SHA512 3c649e918c1f337af09d80a67bee9ec3281447ebf0251ba71a59965c9d9c50a8ea1d3cfbd1ec0e66329576a767b0bc87a627fb69e9805fa23b4d23504e4dc602 diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.2.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.2.ebuild new file mode 100644 index 00000000..a84f1ea2 --- /dev/null +++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2024 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 +} |