diff options
author | ormorph <roma251078@mail.ru> | 2024-04-17 20:59:46 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2024-04-17 20:59:46 +0300 |
commit | 4b3f0a054757e31efd942db76c6f28e4c26433dd (patch) | |
tree | 742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-base/kdesktop | |
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 <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kdesktop')
-rw-r--r-- | trinity-base/kdesktop/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kdesktop/kdesktop-14.1.0.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/trinity-base/kdesktop/Manifest b/trinity-base/kdesktop/Manifest index 946d63c0..623b3cf4 100644 --- a/trinity-base/kdesktop/Manifest +++ b/trinity-base/kdesktop/Manifest @@ -1,2 +1 @@ -DIST tdebase-trinity-14.1.0.tar.xz 30722632 BLAKE2B 1f4b87be37730aaa93fc579c130d7af7c408d20512ff8642d8313abaa7ccf6a012c8b52c595641e8ff820f709d68471224f2ceb1f898769b36e386345924b948 SHA512 8fcbb5d4bbaefc9acafa5d1926d6f22b1c087a7af63f0d9e2438c95730e82e6d6e9555afdf336bd01c296adedef5665c571d00c6738d071ed069243d47f30674 DIST tdebase-trinity-14.1.1.tar.xz 30746484 BLAKE2B 4d2fdd9e3f5007c7482e938badad381a3e314b458b262dd346c05c91a9a4b974d8f1244152b833a34f7edad246bd4a8af0e054279a1556cebac6319a1a011a09 SHA512 d733f20719a0c9a949540e95f4d60fe03e096efbd7ac54187c5ee9b9f9b644318ee2dd9c8fd0d2e6eee660f7a7ad827e66bc06fb9a36c9e56e3ae16bdd47910c diff --git a/trinity-base/kdesktop/kdesktop-14.1.0.ebuild b/trinity-base/kdesktop/kdesktop-14.1.0.ebuild deleted file mode 100644 index 0cc928c3..00000000 --- a/trinity-base/kdesktop/kdesktop-14.1.0.ebuild +++ /dev/null @@ -1,46 +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_MODULE_NAME="tdebase" -TRINITY_MODULE_TYPE="core" -TSM_EXTRACT_ALSO="kcheckpass/ 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 -} |