Skip to content

Commit

Permalink
kde-apps/kdebase-runtime-meta: version bump 15.08.0.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Palimaka committed Aug 27, 2015
1 parent 0f20b4d commit e7a968f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit kde5-meta-pkg

DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
KEYWORDS="~amd64 ~x86"
IUSE="crash-reporter minimal"

RDEPEND="
$(add_kdeapps_dep kcmshell)
$(add_kdeapps_dep kdebase-data)
$(add_kdeapps_dep kdebase-desktoptheme)
$(add_kdeapps_dep kdebase-menu)
$(add_kdeapps_dep kdebase-menu-icons)
$(add_kdeapps_dep kdebugdialog)
$(add_kdeapps_dep kdesu)
$(add_kdeapps_dep kdontchangethehostname)
$(add_kdeapps_dep keditfiletype)
$(add_kdeapps_dep kfile)
$(add_kdeapps_dep kglobalaccel)
$(add_kdeapps_dep kiconfinder)
$(add_kdeapps_dep kimgio)
$(add_kdeapps_dep kioclient)
$(add_kdeapps_dep kmimetypefinder)
$(add_kdeapps_dep knewstuff)
$(add_kdeapps_dep knotify)
$(add_kdeapps_dep kpasswdserver)
$(add_kdeapps_dep kquitapp)
$(add_kdeapps_dep kreadconfig)
$(add_kdeapps_dep kstart)
$(add_kdeapps_dep ktimezoned)
$(add_kdeapps_dep ktraderclient)
$(add_kdeapps_dep kuiserver)
$(add_kdeapps_dep kurifilter-plugins)
$(add_kdeapps_dep kwalletd)
$(add_kdeapps_dep phonon-kde)
$(add_kdeapps_dep plasma-runtime)
$(add_kdeapps_dep renamedlg-plugins)
$(add_kdeapps_dep solid-runtime)
crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
!minimal? (
$(add_kdeapps_dep attica)
$(add_kdeapps_dep kcontrol)
$(add_kdeapps_dep kdebase-kioslaves)
$(add_kdeapps_dep knetattach)
)
"
REQUIRED_USE="minimal? ( !crash-reporter )"

0 comments on commit e7a968f

Please sign in to comment.