public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2011-05-24  2:38 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 9+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     50e36d6ece5a37d369f32da3269637f1d526616a
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 02:21:18 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 02:21:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=50e36d6e

[kde-base/kinfocenter] 4.6.80 version bump.

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 kde-base/kinfocenter/kinfocenter-4.6.80.ebuild |   36 ++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/kde-base/kinfocenter/kinfocenter-4.6.80.ebuild b/kde-base/kinfocenter/kinfocenter-4.6.80.ebuild
new file mode 100644
index 0000000..cbf425d
--- /dev/null
+++ b/kde-base/kinfocenter/kinfocenter-4.6.80.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kde-workspace"
+OPENGL_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="The KDE Info Center"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug ieee1394"
+
+DEPEND="
+	$(add_kdebase_dep solid)
+	sys-apps/pciutils
+	ieee1394? ( sys-libs/libraw1394 )
+	opengl? (
+		virtual/glu
+		virtual/opengl
+	)
+"
+RDEPEND="${DEPEND}
+	sys-apps/usbutils
+"
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_with ieee1394 RAW1394)
+		$(cmake-utils_use_with opengl OpenGL)
+	)
+
+	kde4-meta_src_configure
+}



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2013-04-09 14:40 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2013-04-09 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5db994ec549ed8dd602bcd39baeaa2a03066d269
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 14:39:27 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 14:39:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5db994ec

[kde-base/kinfocenter] Add missing dependency.

Package-Manager: portage-2.1.11.60

---
 .../kinfocenter/kinfocenter-4.10.49.9999.ebuild    |    3 ++-
 kde-base/kinfocenter/kinfocenter-9999.ebuild       |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-base/kinfocenter/kinfocenter-4.10.49.9999.ebuild b/kde-base/kinfocenter/kinfocenter-4.10.49.9999.ebuild
index f327220..602af0b 100644
--- a/kde-base/kinfocenter/kinfocenter-4.10.49.9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-4.10.49.9999.ebuild
@@ -16,6 +16,7 @@ IUSE="debug ieee1394"
 DEPEND="
 	$(add_kdebase_dep solid)
 	sys-apps/pciutils
+	x11-libs/libX11
 	ieee1394? ( sys-libs/libraw1394 )
 	opengl? (
 		virtual/glu
@@ -27,7 +28,7 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with ieee1394 RAW1394)
 		$(cmake-utils_use_with opengl OpenGL)
 	)

diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild
index f327220..602af0b 100644
--- a/kde-base/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild
@@ -16,6 +16,7 @@ IUSE="debug ieee1394"
 DEPEND="
 	$(add_kdebase_dep solid)
 	sys-apps/pciutils
+	x11-libs/libX11
 	ieee1394? ( sys-libs/libraw1394 )
 	opengl? (
 		virtual/glu
@@ -27,7 +28,7 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with ieee1394 RAW1394)
 		$(cmake-utils_use_with opengl OpenGL)
 	)


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2013-08-29 12:05 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2013-08-29 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7ef935906b6079f00e1bd2d750b4641b1c7e68dd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 12:02:10 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 12:02:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7ef93590

[kde-base/kinfocenter] Update HOMEPAGE wrt bug #479018.

Package-Manager: portage-2.2.1

---
 kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild | 1 +
 kde-base/kinfocenter/kinfocenter-9999.ebuild         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild b/kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild
index cc9159f..428de56 100644
--- a/kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild
@@ -10,6 +10,7 @@ OPENGL_REQUIRED="optional"
 inherit kde4-meta
 
 DESCRIPTION="The KDE Info Center"
+HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
 KEYWORDS=""
 IUSE="debug ieee1394"
 

diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild
index cc9159f..428de56 100644
--- a/kde-base/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild
@@ -10,6 +10,7 @@ OPENGL_REQUIRED="optional"
 inherit kde4-meta
 
 DESCRIPTION="The KDE Info Center"
+HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
 KEYWORDS=""
 IUSE="debug ieee1394"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2014-04-16 18:22 Johannes Huber
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2014-04-16 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6231bd004d75f766c64aa89e42f7dda58ea4e3bd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 16 18:22:10 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 18:22:10 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6231bd00

[kde-base/kinfocenter] Restore 4.11 branch

Package-Manager: portage-2.2.10

---
 .../kinfocenter/kinfocenter-4.11.49.9999.ebuild    | 37 ++++++++++++++++++++++
 kde-base/kinfocenter/metadata.xml                  |  5 +++
 2 files changed, 42 insertions(+)

diff --git a/kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild b/kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild
new file mode 100644
index 0000000..c6b578a
--- /dev/null
+++ b/kde-base/kinfocenter/kinfocenter-4.11.49.9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kde-workspace"
+OPENGL_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="The KDE Info Center"
+HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
+KEYWORDS=""
+IUSE="debug ieee1394"
+
+DEPEND="
+	sys-apps/pciutils
+	x11-libs/libX11
+	ieee1394? ( sys-libs/libraw1394 )
+	opengl? (
+		virtual/glu
+		virtual/opengl
+	)
+"
+RDEPEND="${DEPEND}
+	sys-apps/usbutils
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_with ieee1394 RAW1394)
+		$(cmake-utils_use_with opengl OpenGL)
+	)
+
+	kde4-meta_src_configure
+}
\ No newline at end of file

diff --git a/kde-base/kinfocenter/metadata.xml b/kde-base/kinfocenter/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-base/kinfocenter/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2014-05-29 15:09 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2014-05-29 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ffac55b3ce2a76b59330d2dfb4bbc1f7cec8d9f6
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Thu May 29 15:06:11 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 29 15:06:11 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ffac55b3

[kde-base/kinfocenter] Add kde-frameworks/kdbusaddons to dependencies.

See also:
http://quickgit.kde.org/?p=kinfocenter.git&a=commitdiff&h=04efe132&hp=84854e5b

Package-Manager: portage-2.2.10

---
 kde-base/kinfocenter/kinfocenter-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild
index b8612f4..e4fdb6a 100644
--- a/kde-base/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2014-09-15 16:14 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2014-09-15 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8a97b2d77c0b5ffb0cc0d924812841b19612e46a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 16:13:42 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 16:13:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a97b2d7

[kde-base/kinfocenter] Remove unused dependency.

Upstream commit: f9ec065c2bb8f35e021347a47c16ae8c46344325

Package-Manager: portage-2.2.10

---
 kde-base/kinfocenter/kinfocenter-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild
index e4fdb6a..9a9b9ed 100644
--- a/kde-base/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild
@@ -27,7 +27,6 @@ RDEPEND="
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kservice)
 	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep solid)
 	dev-qt/qtgui:5[opengl?]


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2014-09-19 19:32 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2014-09-19 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9c357ceb67f48a3065e83cec1faf05a961b9b1f9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 19:32:18 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 19:32:18 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9c357ceb

[kde-base/kinfocenter] Whitespace.

Package-Manager: portage-2.2.10

---
 kde-base/kinfocenter/kinfocenter-5.0.2.ebuild | 7 ++++---
 kde-base/kinfocenter/kinfocenter-9999.ebuild  | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild b/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild
index 367feeb..b6a05cc 100644
--- a/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild
@@ -35,9 +35,10 @@ RDEPEND="
 	gles? (
 		dev-qt/qtgui:5[gles2]
 		|| (
-		media-libs/mesa[egl,gles1]
-		media-libs/mesa[egl,gles2]
-	) )
+			media-libs/mesa[egl,gles1]
+			media-libs/mesa[egl,gles2]
+		)
+	)
 	ieee1394? ( sys-libs/libraw1394 )
 	nfs? ( net-fs/nfs-utils )
 	opengl? (

diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild
index 9a9b9ed..2e5fcd1 100644
--- a/kde-base/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild
@@ -34,9 +34,10 @@ RDEPEND="
 	gles? (
 		dev-qt/qtgui:5[gles2]
 		|| (
-		media-libs/mesa[egl,gles1]
-		media-libs/mesa[egl,gles2]
-	) )
+			media-libs/mesa[egl,gles1]
+			media-libs/mesa[egl,gles2]
+		)
+	)
 	ieee1394? ( sys-libs/libraw1394 )
 	nfs? ( net-fs/nfs-utils )
 	opengl? (


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2014-09-19 19:35 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2014-09-19 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2b8af6d3ee9e29c0764f3d80d0a274b9a468f6e3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 19:34:31 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 19:35:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2b8af6d3

[kde-base/kinfocenter] Adjust dependency to permit Samba 4.

Package-Manager: portage-2.2.10

---
 kde-base/kinfocenter/kinfocenter-5.0.2.ebuild | 4 ++--
 kde-base/kinfocenter/kinfocenter-9999.ebuild  | 4 ++--
 kde-base/kinfocenter/metadata.xml             | 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild b/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild
index b6a05cc..9b5da69 100644
--- a/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="A utility that provides information about a computer system"
 HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
 KEYWORDS=" ~amd64"
-IUSE="egl gles ieee1394 +opengl +pci samba nfs server wayland X"
+IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
 
 REQUIRED_USE="egl? ( || ( gles opengl ) )"
 
@@ -46,7 +46,7 @@ RDEPEND="
 		virtual/opengl
 	)
 	pci? ( sys-apps/pciutils )
-	samba? ( net-fs/samba[server=] )
+	samba? ( net-fs/samba[server(+)] )
 	wayland? ( >=dev-libs/wayland-1.2 )
 	X? ( x11-libs/libX11 )
 	!kde-base/kcontrol:4

diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild
index 2e5fcd1..01bde9a 100644
--- a/kde-base/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="A utility that provides information about a computer system"
 HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
 KEYWORDS=""
-IUSE="egl gles ieee1394 +opengl +pci samba nfs server wayland X"
+IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
 
 REQUIRED_USE="egl? ( || ( gles opengl ) )"
 
@@ -45,7 +45,7 @@ RDEPEND="
 		virtual/opengl
 	)
 	pci? ( sys-apps/pciutils )
-	samba? ( net-fs/samba[server=] )
+	samba? ( net-fs/samba[server(+)] )
 	wayland? ( >=dev-libs/wayland-1.2 )
 	X? ( x11-libs/libX11 )
 	!kde-base/kcontrol:4

diff --git a/kde-base/kinfocenter/metadata.xml b/kde-base/kinfocenter/metadata.xml
index b9d74bd..99dbac6 100644
--- a/kde-base/kinfocenter/metadata.xml
+++ b/kde-base/kinfocenter/metadata.xml
@@ -8,6 +8,5 @@
 		<flag name="nfs">Show information about NFS mounts, shares and log entries</flag>
 		<flag name="pci">Show advanced PCI information</flag>
 		<flag name="samba">Show information about Samba mounts, shares and log entries</flag>
-		<flag name="server">Show server specific information in the Samba/NFS module</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/
@ 2014-10-12 17:33 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2014-10-12 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f72a66a6c81a0b74f658aef851507d3bf13f33e8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 17:33:45 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 17:33:45 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f72a66a6

[kde-base/kinfocenter] Migrate from wayland to kwayland.

Upstream commit: 480e3dbc74b762bc086e47079f5e5381326d8047

Package-Manager: portage-2.2.12

---
 kde-base/kinfocenter/kinfocenter-5.0.95.ebuild   | 4 ++--
 kde-base/kinfocenter/kinfocenter-5.1.0.ebuild    | 4 ++--
 kde-base/kinfocenter/kinfocenter-5.1.9999.ebuild | 4 ++--
 kde-base/kinfocenter/kinfocenter-9999.ebuild     | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kde-base/kinfocenter/kinfocenter-5.0.95.ebuild b/kde-base/kinfocenter/kinfocenter-5.0.95.ebuild
index e096484..f00ea90 100644
--- a/kde-base/kinfocenter/kinfocenter-5.0.95.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-5.0.95.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
 	)
 	pci? ( sys-apps/pciutils )
 	samba? ( net-fs/samba[server(+)] )
-	wayland? ( >=dev-libs/wayland-1.2 )
+	wayland? ( $(add_kdebase_dep kwayland) )
 	X? ( x11-libs/libX11 )
 	!kde-base/kcontrol:4
 	!kde-base/kinfocenter:4
@@ -62,7 +62,7 @@ src_configure() {
 		$(cmake-utils_use_find_package ieee1394 RAW1394)
 		$(cmake-utils_use_find_package opengl OpenGL)
 		$(cmake-utils_use_find_package pci PCIUTILS)
-		$(cmake-utils_use_find_package wayland Wayland)
+		$(cmake-utils_use_find_package wayland KF5Wayland)
 		$(cmake-utils_use_find_package X X11)
 	)
 

diff --git a/kde-base/kinfocenter/kinfocenter-5.1.0.ebuild b/kde-base/kinfocenter/kinfocenter-5.1.0.ebuild
index e096484..f00ea90 100644
--- a/kde-base/kinfocenter/kinfocenter-5.1.0.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-5.1.0.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
 	)
 	pci? ( sys-apps/pciutils )
 	samba? ( net-fs/samba[server(+)] )
-	wayland? ( >=dev-libs/wayland-1.2 )
+	wayland? ( $(add_kdebase_dep kwayland) )
 	X? ( x11-libs/libX11 )
 	!kde-base/kcontrol:4
 	!kde-base/kinfocenter:4
@@ -62,7 +62,7 @@ src_configure() {
 		$(cmake-utils_use_find_package ieee1394 RAW1394)
 		$(cmake-utils_use_find_package opengl OpenGL)
 		$(cmake-utils_use_find_package pci PCIUTILS)
-		$(cmake-utils_use_find_package wayland Wayland)
+		$(cmake-utils_use_find_package wayland KF5Wayland)
 		$(cmake-utils_use_find_package X X11)
 	)
 

diff --git a/kde-base/kinfocenter/kinfocenter-5.1.9999.ebuild b/kde-base/kinfocenter/kinfocenter-5.1.9999.ebuild
index 01bde9a..491691e 100644
--- a/kde-base/kinfocenter/kinfocenter-5.1.9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-5.1.9999.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
 	)
 	pci? ( sys-apps/pciutils )
 	samba? ( net-fs/samba[server(+)] )
-	wayland? ( >=dev-libs/wayland-1.2 )
+	wayland? ( $(add_kdebase_dep kwayland) )
 	X? ( x11-libs/libX11 )
 	!kde-base/kcontrol:4
 	!kde-base/kinfocenter:4
@@ -62,7 +62,7 @@ src_configure() {
 		$(cmake-utils_use_find_package ieee1394 RAW1394)
 		$(cmake-utils_use_find_package opengl OpenGL)
 		$(cmake-utils_use_find_package pci PCIUTILS)
-		$(cmake-utils_use_find_package wayland Wayland)
+		$(cmake-utils_use_find_package wayland KF5Wayland)
 		$(cmake-utils_use_find_package X X11)
 	)
 

diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild
index 01bde9a..491691e 100644
--- a/kde-base/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
 	)
 	pci? ( sys-apps/pciutils )
 	samba? ( net-fs/samba[server(+)] )
-	wayland? ( >=dev-libs/wayland-1.2 )
+	wayland? ( $(add_kdebase_dep kwayland) )
 	X? ( x11-libs/libX11 )
 	!kde-base/kcontrol:4
 	!kde-base/kinfocenter:4
@@ -62,7 +62,7 @@ src_configure() {
 		$(cmake-utils_use_find_package ieee1394 RAW1394)
 		$(cmake-utils_use_find_package opengl OpenGL)
 		$(cmake-utils_use_find_package pci PCIUTILS)
-		$(cmake-utils_use_find_package wayland Wayland)
+		$(cmake-utils_use_find_package wayland KF5Wayland)
 		$(cmake-utils_use_find_package X X11)
 	)
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-10-12 17:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 18:22 [gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2014-10-12 17:33 Michael Palimaka
2014-09-19 19:35 Michael Palimaka
2014-09-19 19:32 Michael Palimaka
2014-09-15 16:14 Michael Palimaka
2014-05-29 15:09 Michael Palimaka
2013-08-29 12:05 Michael Palimaka
2013-04-09 14:40 Michael Palimaka
2011-05-24  2:38 Jorge Manuel B. S. Vicetto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox