diff options
author | ormorph <[email protected]> | 2024-04-17 20:59:46 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2024-04-17 20:59:46 +0300 |
commit | 4b3f0a054757e31efd942db76c6f28e4c26433dd (patch) | |
tree | 742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/kcmautostart | |
parent | 2769940be476aca58d96f626ecab898409ad8b48 (diff) | |
download | tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.tar.gz tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.zip |
Removing version TDE-14.1.0
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.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/kcmautostart/Manifest b/trinity-apps/kcmautostart/Manifest index 070c6149..70cfcf91 100644 --- a/trinity-apps/kcmautostart/Manifest +++ b/trinity-apps/kcmautostart/Manifest @@ -1,2 +1 @@ -DIST kcmautostart-trinity-14.1.0.tar.xz 18256 BLAKE2B 3ea48c057612e69391bb10eeb54b8c8829117d88ca42e59ed1c405053e996d679994301c1e11d2693dbe2be3420d330b7186a8e2b892caa396c9da660376da13 SHA512 ecde49f7b93a107ff17d9bd95a4b4dadbd64df66f4bcf780bbdf1df99ec6dbdc75efe0a3a1783e2ac216824665d306b1006d390adcc8b7ca35985623428f406f DIST kcmautostart-trinity-14.1.1.tar.xz 18268 BLAKE2B e3bada36270c9dbd26e2db935729c20178bf43a0fda7ee43d50de03471009c42ff81bcc23319dba5d9ce85360d6622d3ca16ed31da8bbc92d145b04a1fd5cccc SHA512 5a38d7bfa347678c3fb338e76d750beda7aeb6673a1b7638dcca40461abdb913e1bd2bb4a97bc3cf06b45ded696638141710c3c4f0ca69739c7166a016ee5618 diff --git a/trinity-apps/kcmautostart/kcmautostart-14.1.0.ebuild b/trinity-apps/kcmautostart/kcmautostart-14.1.0.ebuild deleted file mode 100644 index f7b66cad..00000000 --- a/trinity-apps/kcmautostart/kcmautostart-14.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-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="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 -} |