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/kcmautostart | |
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/kcmautostart')
-rw-r--r-- | trinity-apps/kcmautostart/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kcmautostart/kcmautostart-14.1.2.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kcmautostart/Manifest b/trinity-apps/kcmautostart/Manifest index 70cfcf91..ebb9dfd9 100644 --- a/trinity-apps/kcmautostart/Manifest +++ b/trinity-apps/kcmautostart/Manifest @@ -1 +1,2 @@ DIST kcmautostart-trinity-14.1.1.tar.xz 18268 BLAKE2B e3bada36270c9dbd26e2db935729c20178bf43a0fda7ee43d50de03471009c42ff81bcc23319dba5d9ce85360d6622d3ca16ed31da8bbc92d145b04a1fd5cccc SHA512 5a38d7bfa347678c3fb338e76d750beda7aeb6673a1b7638dcca40461abdb913e1bd2bb4a97bc3cf06b45ded696638141710c3c4f0ca69739c7166a016ee5618 +DIST kcmautostart-trinity-14.1.2.tar.xz 18740 BLAKE2B 700cb66eedadce429b9daf3700448b4f3bf9e50decd114b2ae7c0da6f19520e7ac3581b6c4941d753072d73a0fd09561812a88714c17b16bcb8a3d1251dd0988 SHA512 c04918c4b503f77502cc4ee0929684e7a07fb05232a54049c4f2b497c6bf51b78946f9caabf91168d732927bd6b0ce1432b45222e0892b61991c1e846613bb3b diff --git a/trinity-apps/kcmautostart/kcmautostart-14.1.2.ebuild b/trinity-apps/kcmautostart/kcmautostart-14.1.2.ebuild new file mode 100644 index 00000000..ec255fb7 --- /dev/null +++ b/trinity-apps/kcmautostart/kcmautostart-14.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-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="optional" + +TRINITY_LANGS="ca de es fr nl tr" +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="Autostart module for KControl " +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 +} |