summaryrefslogtreecommitdiffstats
path: root/trinity-base/kdesktop
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-28 19:20:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-01 23:25:44 +0100
commit62d47dd844d191b892ae0edec58ff2cdf3532e40 (patch)
tree45e551b6261dbe852fb69037566f2f23f4bad2c9 /trinity-base/kdesktop
parenteb922946c6680e0c88a256e2897a27b3b6a757a6 (diff)
downloadtde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.tar.gz
tde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.zip
*/*: Remove 14.0.7 packages
Fixes were only made to 14.0.8 and CI is still very red for 14.0.7. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/kdesktop')
-rw-r--r--trinity-base/kdesktop/Manifest1
-rw-r--r--trinity-base/kdesktop/kdesktop-14.0.7.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/trinity-base/kdesktop/Manifest b/trinity-base/kdesktop/Manifest
index 2fae19fb..36fd9633 100644
--- a/trinity-base/kdesktop/Manifest
+++ b/trinity-base/kdesktop/Manifest
@@ -1,2 +1 @@
-DIST tdebase-trinity-14.0.7.tar.xz 30025772 BLAKE2B d163bb263ef0351dcf437777e7dbf5da4681baa2023cb2d53357145fec25a5ecb7015832645862b912b25b0d2f61432c6e4b740fad4c84b153610dc3be30c60a SHA512 ce9fbac0553b49c21061cf5cf22acf0831b6a2984ac08df3d37a1ed28ed1e7066cfc9cfb7fc3c78e40b876553dee6c3b1bd9e6fc5419af310645ac704a2abdb7
DIST tdebase-trinity-14.0.8.tar.xz 30049464 BLAKE2B c5a9a9c79cc12c8a9e85fb1913f334a208609c452fe150ade62bee5798e61abd956512f10059c215e7f7e07182dfbc1f3017600466598f85d9137689a7d0126e SHA512 e52ed05b416bb29b4a8d742bdcd908f5887d06aa7a64d2a1218a603a0926098504c0f1ef6de41552070ce1e5e32219156bb8c5fc4f47f9819efe3e02145de403
diff --git a/trinity-base/kdesktop/kdesktop-14.0.7.ebuild b/trinity-base/kdesktop/kdesktop-14.0.7.ebuild
deleted file mode 100644
index f3c55e7b..00000000
--- a/trinity-base/kdesktop/kdesktop-14.0.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_NAME="tdebase"
-
-inherit trinity-meta-2
-
-DESCRIPTION="The part of TDE UI that handles icons, desktop, screensaver etc"
-IUSE="pam xscreensaver"
-
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="x11-libs/libXrender
- x11-libs/libXcursor
- ~dev-libs/dbus-1-tqt-${PV}
- ~trinity-base/libkonq-${PV}
- ~trinity-base/kcontrol-${PV}
- xscreensaver? ( x11-libs/libXScrnSaver )"
- # Requires the desktop background settings module,
- # so until we separate the kcontrol modules into separate ebuilds :-),
- # there's a dep here
-DEPEND="${COMMON_DEPEND}
- xscreensaver? ( x11-base/xorg-proto x11-misc/xscreensaver )"
-RDEPEND="${COMMON_DEPEND}
- ~trinity-base/kcheckpass-${PV}
- ~trinity-base/kdialog-${PV}
- ~trinity-base/konqueror-${PV}
- pam? ( trinity-base/tdebase-pam )"
-
-TSM_EXTRACT_ALSO="kcheckpass/"
-
-src_configure() {
- mycmakeargs=(
- -DWITH_XCURSOR=ON
- -DWITH_XRENDER=ON
- -DWITH_PAM="$(usex pam)"
- -DWITH_XSCREENSAVER="$(usex xscreensaver)"
- -DTDESCREENSAVER_PAM_SERVICE=tde
- )
-
- trinity-meta-2_src_configure
-}