diff options
author | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
commit | d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch) | |
tree | db683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-base/kdesktop | |
parent | f6f1346c2bc2531895b27077add6f0f3adea8d04 (diff) | |
download | tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip |
Removing version 14.0.11
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.0.11.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/trinity-base/kdesktop/Manifest b/trinity-base/kdesktop/Manifest index c0fd0924..90cbd655 100644 --- a/trinity-base/kdesktop/Manifest +++ b/trinity-base/kdesktop/Manifest @@ -1,2 +1 @@ -DIST tdebase-trinity-14.0.11.tar.xz 30554508 BLAKE2B f276a566f5cfd2ab66969209bdb0b273ce690c6ad6f12e869440e69f86ff7a6dc638aee6f2057c063796f87a30021896d152ebbcfb3f6b10958d0b759cff88dd SHA512 bd2894d07d8e03cc14f4ef0d99661aeb02d5a7b112ef007e758c926431587bfa9595ab477ec79c87ba2b5c5af36dfb3cd665faaa04a75f16eeab27a115874b1e DIST tdebase-trinity-14.0.12.tar.xz 30570656 BLAKE2B cc230548e567f530c4c95fbd2a670a1aff2f617cb4319dbaff1f3537cb9dfea1c5136fa9cbd30a95017fbfa7fe267485c7dd2161661cf4ceca31795a9a815526 SHA512 b1071cb4ea8dedb3b4605c3a99e6d1cb28eb44634a2118607e32ea356b55ebaeab3566d98e29d2677f431da95ecaacd0a7b6f832aab2ee1f9851f27186fdde25 diff --git a/trinity-base/kdesktop/kdesktop-14.0.11.ebuild b/trinity-base/kdesktop/kdesktop-14.0.11.ebuild deleted file mode 100644 index aefaa8d1..00000000 --- a/trinity-base/kdesktop/kdesktop-14.0.11.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -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 -} |