public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Fri, 10 Jul 2015 18:51:43 +0000 (UTC)	[thread overview]
Message-ID: <1436554377.c73f20a3a34b6e799e672486a17fe9f4e05ff979.johu@gentoo> (raw)

commit:     c73f20a3a34b6e799e672486a17fe9f4e05ff979
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Jul  7 19:29:19 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 18:52:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c73f20a3

[kde-plasma/plasma-desktop] USE=usb -> evdev

Keeps kcm_input optional through USE=evdev (and re-adjusts DEPENDs)

Package-Manager: portage-2.2.20

 kde-plasma/plasma-desktop/metadata.xml               |  1 +
 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 12 ++++--------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/kde-plasma/plasma-desktop/metadata.xml b/kde-plasma/plasma-desktop/metadata.xml
index c047284..fc5d9f1 100644
--- a/kde-plasma/plasma-desktop/metadata.xml
+++ b/kde-plasma/plasma-desktop/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<herd>kde</herd>
 	<use>
+		<flag name="evdev">Enable configuration module for desktop input devices.</flag>
 		<flag name="gtk2">Add support for gtk+2-based applications using legacy xembed systray icons via libappindicator.</flag>
 		<flag name="gtk3">Add support for gtk+3-based applications using legacy xembed systray icons via libappindicator.</flag>
 		<flag name="legacy-systray">Add support for applications using legacy xembed systray icons.</flag>

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
index df144d2..c33c819 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
 KEYWORDS=""
-IUSE="+fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad usb"
+IUSE="+evdev +fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad"
 
 COMMON_DEPEND="
 	$(add_plasma_dep baloo)
@@ -66,10 +66,10 @@ COMMON_DEPEND="
 	dev-qt/qtxml:5
 	media-libs/phonon[qt5]
 	x11-libs/libX11
-	x11-libs/libxcb
 	x11-libs/libXcursor
 	x11-libs/libXfixes
 	x11-libs/libXi
+	x11-libs/libxcb
 	x11-libs/libxkbfile
 	fontconfig? (
 		media-libs/fontconfig
@@ -83,11 +83,6 @@ COMMON_DEPEND="
 		media-sound/pulseaudio
 	)
 	touchpad? ( x11-drivers/xf86-input-synaptics )
-	usb? (
-		x11-libs/libXcursor
-		x11-libs/libXfixes
-		virtual/libusb:0
-	)
 "
 RDEPEND="${COMMON_DEPEND}
 	$(add_plasma_dep breeze)
@@ -117,6 +112,7 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
 	dev-libs/boost
 	x11-proto/xproto
+	evdev? ( x11-drivers/xf86-input-evdev )
 	fontconfig? ( x11-libs/libXrender )
 "
 
@@ -132,9 +128,9 @@ pkg_setup() {
 
 src_configure() {
 	local mycmakeargs=(
+		$(cmake-utils_use_find_package evdev)
 		$(cmake-utils_use_find_package fontconfig Fontconfig)
 		$(cmake-utils_use_find_package pulseaudio PulseAudio)
-		$(cmake-utils_use_find_package usb USB)
 		$(cmake-utils_use_find_package touchpad Synaptics)
 	)
 


             reply	other threads:[~2015-07-10 18:54 UTC|newest]

Thread overview: 192+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 18:51 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11 20:47 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ Andreas Sturmlechner
2025-01-25 10:52 Sam James
2025-01-10 17:53 Andreas Sturmlechner
2024-11-16  8:22 Andreas Sturmlechner
2024-11-15 22:29 Andreas Sturmlechner
2024-10-10 23:00 Andreas Sturmlechner
2024-10-04 21:55 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-07-01 19:10 Andreas Sturmlechner
2024-06-18 20:03 Andreas Sturmlechner
2024-05-30 17:12 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-03-16 10:37 Andreas Sturmlechner
2024-03-02  3:51 Sam James
2024-01-21 21:40 Andreas Sturmlechner
2024-01-16 15:28 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2024-01-08 19:00 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-19 22:00 Andreas Sturmlechner
2023-12-19 19:30 Andreas Sturmlechner
2023-12-18 21:30 Andreas Sturmlechner
2023-12-12 22:54 Andreas Sturmlechner
2023-12-12 20:02 Andreas Sturmlechner
2023-12-09 15:15 Andreas Sturmlechner
2023-10-25  7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-09-10 11:11 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-06-27 20:40 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-02-23 20:25 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-09 13:26 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-15 14:27 Andreas Sturmlechner
2023-01-15 14:27 Andreas Sturmlechner
2023-01-15 12:30 Andreas Sturmlechner
2023-01-12 11:06 Andreas Sturmlechner
2023-01-09  9:36 Andreas Sturmlechner
2023-01-04 15:21 Andreas Sturmlechner
2022-12-13 20:37 Andreas Sturmlechner
2022-10-11 12:51 Andreas Sturmlechner
2022-10-11 12:37 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-10-08 11:22 Andreas Sturmlechner
2022-10-06 14:48 Andreas Sturmlechner
2022-09-20 17:54 Andreas Sturmlechner
2022-09-15 21:41 Andreas Sturmlechner
2022-09-15 20:57 Andreas Sturmlechner
2022-09-06 19:16 Andreas Sturmlechner
2022-07-14 12:22 Andreas Sturmlechner
2022-07-13  9:18 Andreas Sturmlechner
2022-07-12 13:50 Andreas Sturmlechner
2022-07-07 14:16 Andreas Sturmlechner
2022-06-28 21:28 Andreas Sturmlechner
2022-06-28 21:28 Andreas Sturmlechner
2022-06-14 12:47 Andreas Sturmlechner
2022-06-09 11:29 Andreas Sturmlechner
2022-06-08  9:22 Andreas Sturmlechner
2022-03-21 19:03 Andreas Sturmlechner
2022-02-09 20:40 Andreas Sturmlechner
2022-02-08 13:17 Andreas Sturmlechner
2022-02-03 20:10 Andreas Sturmlechner
2022-01-18 17:41 Andreas Sturmlechner
2022-01-17 17:49 Andreas Sturmlechner
2022-01-17 17:24 Andreas Sturmlechner
2022-01-04 16:20 Andreas Sturmlechner
2022-01-04 11:57 Andreas Sturmlechner
2021-10-14 10:26 Andreas Sturmlechner
2021-10-04 13:04 Andreas Sturmlechner
2021-09-21 18:44 Andreas Sturmlechner
2021-09-02 17:36 Andreas Sturmlechner
2021-06-23  0:18 Sam James
2021-06-20 18:50 Andreas Sturmlechner
2021-06-11  5:49 Andreas Sturmlechner
2021-05-14 20:41 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-07 20:26 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-04 21:12 Andreas Sturmlechner
2021-04-06 21:44 Andreas Sturmlechner
2021-02-16 15:48 Andreas Sturmlechner
2021-02-16 14:25 Andreas Sturmlechner
2021-02-11 13:38 Andreas Sturmlechner
2021-01-23  0:26 Andreas Sturmlechner
2021-01-05 17:44 Andreas Sturmlechner
2020-11-29 20:59 Andreas Sturmlechner
2020-10-26 14:20 Andreas Sturmlechner
2020-10-26 13:56 Andreas Sturmlechner
2020-10-23 23:27 Andreas Sturmlechner
2020-10-21 21:09 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-12 18:21 Andreas Sturmlechner
2020-10-09  6:35 Andreas Sturmlechner
2020-09-19  8:12 Andreas Sturmlechner
2020-09-01 16:40 Andreas Sturmlechner
2020-09-01 12:01 Andreas Sturmlechner
2020-08-27  6:17 Andreas Sturmlechner
2020-08-08 23:20 Andreas Sturmlechner
2020-08-07 14:18 Andreas Sturmlechner
2020-07-10 12:37 Andreas Sturmlechner
2020-05-17 11:17 Andreas Sturmlechner
2020-04-16 14:09 Andreas Sturmlechner
2020-04-08 15:51 Andreas Sturmlechner
2020-03-22 15:44 Andreas Sturmlechner
2020-03-22 15:44 Andreas Sturmlechner
2020-02-13 22:41 Andreas Sturmlechner
2019-12-22 20:34 Andreas Sturmlechner
2019-09-19 22:43 Andreas Sturmlechner
2019-09-17  6:40 Andreas Sturmlechner
2019-08-14 10:02 Andreas Sturmlechner
2019-04-27 18:27 Andreas Sturmlechner
2019-01-05 22:45 Andreas Sturmlechner
2018-11-01 21:51 Andreas Sturmlechner
2018-10-25 17:46 Andreas Sturmlechner
2018-10-16 10:00 Andreas Sturmlechner
2018-10-15 10:14 Andreas Sturmlechner
2018-10-13 11:00 Andreas Sturmlechner
2018-09-12  7:24 Andreas Sturmlechner
2018-07-08 22:37 Maciej Mrozowski
2018-05-13 19:07 Andreas Sturmlechner
2018-05-10 15:57 Andreas Sturmlechner
2018-04-25 23:33 Andreas Sturmlechner
2018-03-01 12:25 Andreas Sturmlechner
2018-03-01 12:25 Andreas Sturmlechner
2018-03-01 12:25 Andreas Sturmlechner
2018-03-01 12:25 Andreas Sturmlechner
2017-12-05 20:20 Andreas Sturmlechner
2017-10-21 19:27 Andreas Sturmlechner
2017-10-14 16:01 Andreas Sturmlechner
2017-10-12 13:45 Andreas Sturmlechner
2017-10-09 18:10 Johannes Huber
2017-10-08 13:59 Andreas Sturmlechner
2017-09-30  5:38 Michael Palimaka
2017-06-17 13:01 Maciej Mrozowski
2017-06-08 13:37 Michael Palimaka
2017-05-26 19:34 Andreas Sturmlechner
2017-05-26 19:09 Andreas Sturmlechner
2017-02-11 10:15 Michael Palimaka
2017-01-04 16:25 Johannes Huber
2017-01-03 16:54 Johannes Huber
2017-01-03 10:15 Johannes Huber
2016-12-10 15:01 Johannes Huber
2016-11-28 11:05 Johannes Huber
2016-11-20 13:35 Johannes Huber
2016-11-06 10:38 Johannes Huber
2016-11-05  8:55 Michael Palimaka
2016-10-29 11:22 Johannes Huber
2016-08-02 21:22 Johannes Huber
2016-04-20 20:32 Johannes Huber
2016-04-20 12:48 Michael Palimaka
2016-03-25 18:45 Michael Palimaka
2016-03-25 14:12 Michael Palimaka
2016-03-15 15:33 Michael Palimaka
2016-03-15 15:33 Michael Palimaka
2016-03-12 14:23 Michael Palimaka
2016-03-09 17:57 Michael Palimaka
2016-03-09  4:40 Michael Palimaka
2016-03-04 17:31 Michael Palimaka
2016-01-22 19:36 Michael Palimaka
2016-01-09 15:17 Michael Palimaka
2015-12-08 16:06 Michael Palimaka
2015-09-10 14:35 Michael Palimaka
2015-08-15 21:56 Johannes Huber
2015-08-03 17:39 Johannes Huber
2015-06-30 18:59 Johannes Huber
2015-06-29 19:37 Manuel Rüger
2015-06-06 17:43 Michael Palimaka
2015-04-26 15:17 Michael Palimaka
2015-04-16  9:32 Michael Palimaka
2015-04-16  9:26 Michael Palimaka
2015-04-15 19:06 Michael Palimaka
2015-04-15 19:01 Michael Palimaka
2015-04-15 18:51 Michael Palimaka
2015-04-12 16:43 Michael Palimaka
2015-03-12 16:51 Michael Palimaka
2015-02-25 22:28 Johannes Huber
2015-02-03 11:37 Michael Palimaka
2015-01-28 19:35 Johannes Huber
2015-01-25 10:01 Johannes Huber
2015-01-17 19:10 Johannes Huber
2015-01-14  0:33 Manuel Rüger
2015-01-11 12:15 Johannes Huber
2015-01-08 21:16 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1436554377.c73f20a3a34b6e799e672486a17fe9f4e05ff979.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox