commit: 4453500c851d1368649a969499b3a6db746fb4da
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 15:20:13 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 15:20:23 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4453500c
[kde-base/plasma-desktop] Ensure that the KWin decoration is always available.
Plasma Desktop requires KWin to run. As far as I know, no other KWin decoration
exists (yet).
Package-Manager: portage-2.2.10
---
kde-base/plasma-desktop/plasma-desktop-5.0.2.ebuild | 1 +
kde-base/plasma-desktop/plasma-desktop-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/plasma-desktop/plasma-desktop-5.0.2.ebuild
b/kde-base/plasma-desktop/plasma-desktop-5.0.2.ebuild
index 9a3e3b9..feb7aa4 100644
--- a/kde-base/plasma-desktop/plasma-desktop-5.0.2.ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-5.0.2.ebuild
@@ -13,6 +13,7 @@ IUSE="bluetooth +fontconfig networkmanager pulseaudio usb"
COMMON_DEPEND="
$(add_kdebase_dep kwin)
+ $(add_kdebase_dep oxygen kwin)
$(add_kdebase_dep plasma-workspace)
$(add_frameworks_dep attica)
$(add_frameworks_dep kactivities)
diff --git a/kde-base/plasma-desktop/plasma-desktop-9999.ebuild
b/kde-base/plasma-desktop/plasma-desktop-9999.ebuild
index 5075289..3c2b03c 100644
--- a/kde-base/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-9999.ebuild
@@ -13,6 +13,7 @@ IUSE="bluetooth +fontconfig networkmanager pulseaudio usb"
COMMON_DEPEND="
$(add_kdebase_dep kwin)
+ $(add_kdebase_dep oxygen kwin)
$(add_kdebase_dep plasma-workspace)
$(add_frameworks_dep attica)
$(add_frameworks_dep kactivities)