* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/, kde-base/kwayland/
@ 2014-10-10 15:33 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2014-10-10 15:33 UTC (permalink / raw
To: gentoo-commits
commit: a3d4c3c559f3c22ed974897d5118713fa7ef3f2d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 15:33:33 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 15:33:33 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a3d4c3c5
[kde-base] Really add missing 5.3.0 packages.
---
.../kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild | 44 ++++++++++++++++++++++
kde-base/kwayland/kwayland-5.1.0.ebuild | 26 +++++++++++++
2 files changed, 70 insertions(+)
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild
new file mode 100644
index 0000000..2901b55
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=" ~amd64"
+IUSE="ibus scim"
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kunitconversion)
+ $(add_frameworks_dep plasma)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ ibus? (
+ app-i18n/ibus
+ dev-libs/glib:2
+ )
+ scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package ibus IBus)
+ $(cmake-utils_use_find_package scim)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-base/kwayland/kwayland-5.1.0.ebuild b/kde-base/kwayland/kwayland-5.1.0.ebuild
new file mode 100644
index 0000000..797197b
--- /dev/null
+++ b/kde-base/kwayland/kwayland-5.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland"
+
+LICENSE="LGPL-2.1"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/wayland-1.3.0
+ dev-qt/qtgui:5
+"
+RDEPEND="${DEPEND}"
+
+# All failing, i guess we need a virtual wayland server
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-10 15:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 15:33 [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/, kde-base/kwayland/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox