diff options
author | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/kcmautostart | |
parent | 13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff) | |
download | tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip |
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kcmautostart')
-rw-r--r-- | trinity-apps/kcmautostart/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kcmautostart/kcmautostart-14.0.12.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/kcmautostart/Manifest b/trinity-apps/kcmautostart/Manifest index 5d253132..5cb5fcad 100644 --- a/trinity-apps/kcmautostart/Manifest +++ b/trinity-apps/kcmautostart/Manifest @@ -1,2 +1 @@ -DIST kcmautostart-trinity-14.0.12.tar.xz 18064 BLAKE2B e2e806a8041af805a7c4c9e061955005e56268dfaed4265e779192a31d0286c8d9b6ab1022637900d5fb2d0e29814a25745c247dbf3e8b03a715ab3bde750998 SHA512 885f9eed7a7c06e80eb141049cc1e7ea59d5ac42c9a73382493bf981cd8f8dba65f433227d253d2401271d24c23a940bb7c05388aec0ae777c3dc5e8737879d7 DIST kcmautostart-trinity-14.0.13.tar.xz 17988 BLAKE2B 5c295b4c8ef338e481c20580b78b76f3fae6873a4cc337caf67257bc1cc25ece8faa1653b1bfd1c6384666b610c384a11458b41865697f96c25b8a5031a8b452 SHA512 0702fec8c8b386fa4a1b406f824356060b59667ebb21759a6b571aab06050c26bdba6058acd55f217319fa7469d94069e7622692c2e156716ffb5c07972d4fa2 diff --git a/trinity-apps/kcmautostart/kcmautostart-14.0.12.ebuild b/trinity-apps/kcmautostart/kcmautostart-14.0.12.ebuild deleted file mode 100644 index 979933dc..00000000 --- a/trinity-apps/kcmautostart/kcmautostart-14.0.12.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Copyright 2022 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 -} |