From e8ab477a377e080da6e194f6701c9f54928f1ce7 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 22 Oct 2023 09:26:44 +0300 Subject: Removing version 14.0.13 Signed-off-by: ormorph (cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3) --- trinity-base/khotkeys/Manifest | 1 - trinity-base/khotkeys/khotkeys-14.0.13.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) delete mode 100644 trinity-base/khotkeys/khotkeys-14.0.13.ebuild (limited to 'trinity-base/khotkeys') diff --git a/trinity-base/khotkeys/Manifest b/trinity-base/khotkeys/Manifest index 0a2863b1..0c86c08c 100644 --- a/trinity-base/khotkeys/Manifest +++ b/trinity-base/khotkeys/Manifest @@ -1,2 +1 @@ -DIST tdebase-trinity-14.0.13.tar.xz 30564196 BLAKE2B 0055a5bc7c3e5abc7df6afaf05da2d3b96cb217d191355b76e9ca19fe32c550a0d25dd281ad0d19fc0e8c074793dcfb4b15a59a53f1ff0c11d3351eb93208dcf SHA512 78328f17acb8372ce6b29d18604329191863003bf8d8b89c0bad55744c78dc3ba3f4ec7593933f5ccef4460c2267de82dff06f42fdcc1a4d8d9276c45dac7502 DIST tdebase-trinity-14.1.0.tar.xz 30722632 BLAKE2B 1f4b87be37730aaa93fc579c130d7af7c408d20512ff8642d8313abaa7ccf6a012c8b52c595641e8ff820f709d68471224f2ceb1f898769b36e386345924b948 SHA512 8fcbb5d4bbaefc9acafa5d1926d6f22b1c087a7af63f0d9e2438c95730e82e6d6e9555afdf336bd01c296adedef5665c571d00c6738d071ed069243d47f30674 diff --git a/trinity-base/khotkeys/khotkeys-14.0.13.ebuild b/trinity-base/khotkeys/khotkeys-14.0.13.ebuild deleted file mode 100644 index d756d9e4..00000000 --- a/trinity-base/khotkeys/khotkeys-14.0.13.ebuild +++ /dev/null @@ -1,27 +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_NEED_ARTS="optional" -TRINITY_MODULE_NAME="tdebase" -TRINITY_MODULE_TYPE="core" -TSM_EXTRACT_ALSO="translations/" -inherit trinity-meta-2 - -DESCRIPTION="Trinity hotkey daemon" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -DEPEND="x11-libs/libXtst" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_XTEST=ON - ) - - trinity-meta-2_src_configure -} -- cgit v1.2.1