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-domino | |
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-domino')
-rw-r--r-- | trinity-apps/tde-style-domino/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-domino/Manifest b/trinity-apps/tde-style-domino/Manifest index 8493291f..eedc962b 100644 --- a/trinity-apps/tde-style-domino/Manifest +++ b/trinity-apps/tde-style-domino/Manifest @@ -1 +1,2 @@ DIST tde-style-domino-trinity-14.1.1.tar.xz 116336 BLAKE2B 83e96e8fef54b3da8144121e524f1f14fa65e1b4f2f7b614dd0716038896a91540b0fea8a45d7ed6aea142ba7378d0d7363e0a4e6630ea29252950cec3c5eb56 SHA512 b66df33220e92af7f69abefb90363f3fe89ecd6eda5374e65d6335dffe6ab134ea6c6d02cfd9b81c0682b77f850c0510ec2af9cce9741d48562efe0c150bc7d3 +DIST tde-style-domino-trinity-14.1.2.tar.xz 116576 BLAKE2B d5dc3fd3f08b1c105cd5b415f28e4ff3e050b0333022059d37b770e140714f800696a5d666b10c22dd4d2db99d0fa77aebe7933e210b5690b11972b146fd889a SHA512 ee9ab68f53fff734695681565379788d5ad1e8733ca3404a0d08a1ce8ec26dff3f1464313816fff0cda4618aac0fe2de2f8ce050e642326283f818714cf00f06 diff --git a/trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild b/trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild new file mode 100644 index 00000000..e71eb8f4 --- /dev/null +++ b/trinity-apps/tde-style-domino/tde-style-domino-14.1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021-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 nl" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="Domino 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 +} |