From 7ed6b42adb46d6e23c9e523d49d4ed0b4bc04aaf Mon Sep 17 00:00:00 2001 From: "E. Liddell" Date: Sat, 21 Nov 2020 01:28:00 +0100 Subject: 14.0.8 ebuilds for tdebase, tdeartwork, tdeutils, and their dependencies (also 14.0.7 ebuild for kworldclock), and removal of obsolete 14.0.6 ebuilds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also removed all references to ispell (no longer in main portage tree, aspell provides same functionality) and streamlined spelling flags in general. Signed-off-by: E. Liddell Signed-off-by: Slávek Banko --- trinity-base/kcontrol/kcontrol-14.0.8.ebuild | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 trinity-base/kcontrol/kcontrol-14.0.8.ebuild (limited to 'trinity-base/kcontrol/kcontrol-14.0.8.ebuild') diff --git a/trinity-base/kcontrol/kcontrol-14.0.8.ebuild b/trinity-base/kcontrol/kcontrol-14.0.8.ebuild new file mode 100644 index 00000000..b943e464 --- /dev/null +++ b/trinity-base/kcontrol/kcontrol-14.0.8.ebuild @@ -0,0 +1,51 @@ +# 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 Trinity Control Center" + +KEYWORDS="~amd64 ~x86" +IUSE="samba logitech-mouse ieee1394 +svg +hwlib +xrandr " + +DEPEND="x11-libs/libX11 + x11-libs/libXrender + x11-libs/libXcursor + samba? ( net-fs/samba ) + logitech-mouse? ( dev-libs/libusb-compat ) + ieee1394? ( sys-libs/libraw1394 ) + ~trinity-base/tdelibs-${PV}[xrandr?] + ~trinity-base/libkonq-${PV} + ~trinity-base/kicker-${PV}" + +RDEPEND="${DEPEND} + sys-apps/usbutils + ~trinity-base/kcminit-${PV} + ~trinity-base/tdebase-data-${PV} + ~trinity-base/tdesu-${PV} + ~trinity-base/khelpcenter-${PV} + ~trinity-base/khotkeys-${PV} + svg? ( ~media-libs/libart_lgpl-14.0.7 )" + +TSM_EXTRACT_ALSO="kicker/ twin/ kdesktop/ klipper/ kxkb/" + +src_configure() { + local mycmakeargs=( + -DWITH_XCURSOR=ON + -DWITH_XRENDER=ON + -DWITH_USBIDS=/usr/share/misc/usb.ids + -DWITH_SAMBA="$(usex samba)" + -DWITH_LIBUSB="$(usex logitech-mouse)" + -DWITH_LIBRAW1394="$(usex ieee1394)" + -DWITH_XRANDR="$(usex xrandr)" + -DWITH_TDEHWLIB="$(usex hwlib)" + -DWITH_LIBART="$(usex svg)" + -DXSCREENSAVER_DIR="/usr/$(get_libdir)/misc/xscreensaver" + ) + + trinity-meta-2_src_configure +} -- cgit v1.2.1