commit: ee70eff069e7477265db385673d50843274d740d Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun May 31 12:25:52 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun May 31 12:25:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee70eff0
[kde-misc/kcmsystemd] Version bump Package-Manager: portage-2.2.20 kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild | 31 +++++++++++++++++++++++++++++ kde-misc/kcmsystemd/metadata.xml | 15 ++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild b/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild new file mode 100644 index 0000000..6e1d681 --- /dev/null +++ b/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +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="" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + >=dev-libs/boost-1.45 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + sys-apps/systemd +" +RDEPEND="${DEPEND} + !kde-misc/kcmsystemd:4 +" diff --git a/kde-misc/kcmsystemd/metadata.xml b/kde-misc/kcmsystemd/metadata.xml new file mode 100644 index 0000000..19f59f2 --- /dev/null +++ b/kde-misc/kcmsystemd/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> + <longdescription lang="en"> +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"> + <email>[email protected]</email> + <name>Ragnar Thomsen</name> + </maintainer> + <bugs-to>https://github.com/rthomsen/kcmsystemd/issues</bugs-to> + </upstream> +</pkgmetadata>
