diff options
| -rw-r--r-- | kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild | 9 | ||||
| -rw-r--r-- | 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 869e32362ae..69c3f97a8e0 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 1439a9650fc..19f59f2b582 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"> |
