diff options
author | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-10-22 18:59:09 +0200 |
commit | e8ab477a377e080da6e194f6701c9f54928f1ce7 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-base/kdesktop | |
parent | 6049aa3d3fae67d258ab11f9ac2865a4d4f0a737 (diff) | |
download | tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.tar.gz tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.zip |
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3)
Diffstat (limited to 'trinity-base/kdesktop')
-rw-r--r-- | trinity-base/kdesktop/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kdesktop/kdesktop-14.0.13.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/trinity-base/kdesktop/Manifest b/trinity-base/kdesktop/Manifest index 0a2863b1..0c86c08c 100644 --- a/trinity-base/kdesktop/Manifest +++ b/trinity-base/kdesktop/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/kdesktop/kdesktop-14.0.13.ebuild b/trinity-base/kdesktop/kdesktop-14.0.13.ebuild deleted file mode 100644 index 6f937b8d..00000000 --- a/trinity-base/kdesktop/kdesktop-14.0.13.ebuild +++ /dev/null @@ -1,46 +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_MODULE_NAME="tdebase" -TRINITY_MODULE_TYPE="core" -TSM_EXTRACT_ALSO="kcheckpass/ translations/ FindXscreensaver.cmake" -inherit trinity-meta-2 - -DESCRIPTION="The part of TDE UI that handles icons, desktop, screensaver etc" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi -IUSE="pam xscreensaver hwlib" - -COMMON_DEPEND=" - ~dev-libs/dbus-1-tqt-${PV} - ~trinity-base/kcontrol-${PV} - ~trinity-base/libkonq-${PV} - x11-libs/libXrender - x11-libs/libXcursor - 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 )" - -src_configure() { - local mycmakeargs=( - -DWITH_XCURSOR=ON - -DWITH_XRENDER=ON - -DWITH_PAM="$(usex pam)" - -DWITH_XSCREENSAVER="$(usex xscreensaver)" - -DTDESCREENSAVER_PAM_SERVICE=tde - -DWITH_TDEHWLIB="$(usex hwlib)" - ) - trinity-meta-2_src_configure -} |