commit:     9657fcd1fb9591f0189f8cdd4ca1d599fe2d503d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 11:27:48 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 11:27:48 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9657fcd1

[kde-misc/about-distro] Add KF5 version.

Package-Manager: portage-2.2.10

---
 ...stro-9999.ebuild => about-distro-4.9999.ebuild} |  0
 kde-misc/about-distro/about-distro-9999.ebuild     | 22 +++++++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/kde-misc/about-distro/about-distro-9999.ebuild 
b/kde-misc/about-distro/about-distro-4.9999.ebuild
similarity index 100%
copy from kde-misc/about-distro/about-distro-9999.ebuild
copy to kde-misc/about-distro/about-distro-4.9999.ebuild

diff --git a/kde-misc/about-distro/about-distro-9999.ebuild 
b/kde-misc/about-distro/about-distro-9999.ebuild
index fdcbb49..1c923a7 100644
--- a/kde-misc/about-distro/about-distro-9999.ebuild
+++ b/kde-misc/about-distro/about-distro-9999.ebuild
@@ -4,9 +4,8 @@
 
 EAPI=5
 
-KDE_LINGUAS="bs cs da de el es fi fr gl hu lt nl pl pt pt_BR ro ru sk sl sv tr
-ug uk"
-inherit kde4-base
+EGIT_BRANCH="frameworks"
+inherit kde5
 
 DESCRIPTION="KCM displaying distribution and system information"
 HOMEPAGE="https://projects.kde.org/projects/playground/base/about-distro";
@@ -21,17 +20,22 @@ else
 fi
 
 LICENSE="GPL-3"
-SLOT="4"
-IUSE="debug"
 
-RDEPEND="${DEPEND}
-       sys-apps/lsb-release
+DEPEND="
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep solid)
+       dev-qt/qtgui:5
+       dev-qt/qtwidgets:5
 "
+RDEPEND="${DEPEND}"
 
 src_install() {
-       kde4-base_src_install
+       kde5_src_install
 
-       insinto /usr/share/config
+       insinto /etc/xdg
        doins "${FILESDIR}"/kcm-about-distrorc
 
        insinto /usr/share/${PN}

Reply via email to