From 30335515923be5f5ee02981121d2cdb6ad89978d Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 28 Apr 2024 17:23:47 +0300 Subject: Add new TDE-14.1.2 Signed-off-by: ormorph --- trinity-base/kdesktop/Manifest | 1 + trinity-base/kdesktop/kdesktop-14.1.2.ebuild | 46 ++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 trinity-base/kdesktop/kdesktop-14.1.2.ebuild (limited to 'trinity-base/kdesktop') diff --git a/trinity-base/kdesktop/Manifest b/trinity-base/kdesktop/Manifest index 623b3cf4..d937bfda 100644 --- a/trinity-base/kdesktop/Manifest +++ b/trinity-base/kdesktop/Manifest @@ -1 +1,2 @@ DIST tdebase-trinity-14.1.1.tar.xz 30746484 BLAKE2B 4d2fdd9e3f5007c7482e938badad381a3e314b458b262dd346c05c91a9a4b974d8f1244152b833a34f7edad246bd4a8af0e054279a1556cebac6319a1a011a09 SHA512 d733f20719a0c9a949540e95f4d60fe03e096efbd7ac54187c5ee9b9f9b644318ee2dd9c8fd0d2e6eee660f7a7ad827e66bc06fb9a36c9e56e3ae16bdd47910c +DIST tdebase-trinity-14.1.2.tar.xz 30747536 BLAKE2B c3e23974735410e3f1276d4d7314bdc0801df5e02758d1a032499b0b1a965dfd8a5f6c5dc58f543a1f1fba9d0cf77b89483eb62df8a3a95ca954ed6e48b3ea9d SHA512 bf04541c15b345a615bf4c8f463c7af559ab17fea7b5ae399164d77c365d869fd211060448fb39c47df09beafb3edfbbe7b15ae140c239a8321f35d7dc16af95 diff --git a/trinity-base/kdesktop/kdesktop-14.1.2.ebuild b/trinity-base/kdesktop/kdesktop-14.1.2.ebuild new file mode 100644 index 00000000..c06a7832 --- /dev/null +++ b/trinity-base/kdesktop/kdesktop-14.1.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2024 Gentoo Authors +# Copyright 2020-2024 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 +} -- cgit v1.2.1