From c725dd1dd684be0c61ad1035a778601369942f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 2 Dec 2019 15:14:50 +0100 Subject: Gentoo: Files moved to a separate git repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- gentoo | 1 + gentoo/trinity-base/kcontrol/kcontrol-9999.ebuild | 46 ----------------------- 2 files changed, 1 insertion(+), 46 deletions(-) create mode 160000 gentoo delete mode 100644 gentoo/trinity-base/kcontrol/kcontrol-9999.ebuild (limited to 'gentoo/trinity-base/kcontrol/kcontrol-9999.ebuild') diff --git a/gentoo b/gentoo new file mode 160000 index 000000000..644110a84 --- /dev/null +++ b/gentoo @@ -0,0 +1 @@ +Subproject commit 644110a847c5911c2eb04eb53c93031740561efc diff --git a/gentoo/trinity-base/kcontrol/kcontrol-9999.ebuild b/gentoo/trinity-base/kcontrol/kcontrol-9999.ebuild deleted file mode 100644 index 44287b969..000000000 --- a/gentoo/trinity-base/kcontrol/kcontrol-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="5" -TRINITY_MODULE_NAME="tdebase" - -inherit trinity-meta - -DESCRIPTION="The Trinity Control Center" -KEYWORDS= -IUSE="samba logitech-mouse ieee1394 +xrandr" - -DEPEND="x11-libs/libX11 - x11-libs/libXrender - x11-libs/libXcursor - samba? ( net-fs/samba ) - logitech-mouse? ( virtual/libusb:0 ) - ieee1394? ( sys-libs/libraw1394 ) - xrandr? ( x11-libs/libXrandr ) - >=trinity-base/tdelibs-${PV}:${SLOT}[xrandr?] - >=trinity-base/libkonq-${PV}:${SLOT} - >=trinity-base/kicker-${PV}:${SLOT}" - -RDEPEND="${DEPEND} - sys-apps/usbutils - >=trinity-base/kcminit-${PV}:${SLOT} - >=trinity-base/tdebase-data-${PV}:${SLOT} - >=trinity-base/tdesu-${PV}:${SLOT} - >=trinity-base/khelpcenter-${PV}:${SLOT} - >=trinity-base/khotkeys-${PV}:${SLOT}" - -TSM_EXTRACT_ALSO="kicker/ twin/ kdesktop/ klipper/ kxkb/" - -src_configure() { - mycmakeargs=( - -DWITH_XCURSOR=ON - -DWITH_XRENDER=ON - -DWITH_USBIDS=/usr/share/misc/usb.ids - $(cmake-utils_use_with samba SAMBA) - $(cmake-utils_use_with logitech-mouse LIBUSB) - $(cmake-utils_use_with ieee1394 LIBRAW1394) - $(cmake-utils_use_with xrandr XRANDR) - ) - - trinity-meta_src_configure -} -- cgit v1.2.1