commit: 2860f86d547ffaaf787785d8a38950eb99de75f5 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Mar 18 22:13:05 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Mar 18 22:13:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2860f86d
[kde-misc/kcmsystemd] Improvements * add missing RDEPEND's * add debug useflag * edit DESCRITPTION and longdescription in metadata.xml Package-Manager: portage-2.2.8-r1 --- kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild | 9 ++++++--- kde-misc/kcmsystemd/metadata.xml | 3 +-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild b/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild index 869e323..69c3f97 100644 --- a/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild +++ b/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild @@ -6,15 +6,18 @@ EAPI=5 inherit kde4-base -DESCRIPTION="Systemd control module for KDE" +DESCRIPTION="KDE control module for systemd" HOMEPAGE="https://github.com/rthomsen/kcmsystemd" SRC_URI="https://github.com/rthomsen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -IUSE="" +IUSE="debug" LICENSE="GPL-3" SLOT="4" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-libs/boost-1.45" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + $(add_kdebase_dep kcmshell) + sys-apps/systemd +" diff --git a/kde-misc/kcmsystemd/metadata.xml b/kde-misc/kcmsystemd/metadata.xml index 1439a96..19f59f2 100644 --- a/kde-misc/kcmsystemd/metadata.xml +++ b/kde-misc/kcmsystemd/metadata.xml @@ -3,8 +3,7 @@ <pkgmetadata> <herd>kde</herd> <longdescription lang="en"> -Systemd control module for KDE. Provides a graphical frontend for the systemd daemon, which allow for viewing and controlling systemd units, as well as modifying configuration files. -Integrates in the System Settings dialogue in KDE. +KDE control module for systemd. Provides a graphical frontend for the systemd daemon, which allows to view and control systemd units, as well as modifying configuration files. Integrates in the KDE System Settings dialogue. </longdescription> <upstream> <maintainer status="active">
