commit: 82122271f0fb758df528fc2f7e7ac5a35b59b291 Author: Karol Herbst <git <AT> karolherbst <DOT> de> AuthorDate: Tue Jun 9 13:16:36 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Jun 11 16:18:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=82122271
[kde-misc/kcmsystemd] move to kde-misc/systemd-kcm and add live ebuild kde-misc/kcmsystemd/metadata.xml | 15 --------------- kde-misc/systemd-kcm/metadata.xml | 5 +++++ .../systemd-kcm-1.1.0.ebuild} | 7 +++++-- .../systemd-kcm-9999.ebuild} | 8 ++++---- profiles/updates/2Q-2015 | 1 + 5 files changed, 15 insertions(+), 21 deletions(-) diff --git a/kde-misc/kcmsystemd/metadata.xml b/kde-misc/kcmsystemd/metadata.xml deleted file mode 100644 index 19f59f2..0000000 --- a/kde-misc/kcmsystemd/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?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> diff --git a/kde-misc/systemd-kcm/metadata.xml b/kde-misc/systemd-kcm/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-misc/systemd-kcm/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> diff --git a/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild b/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild similarity index 75% copy from kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild copy to kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild index a92197b..a00d6c9 100644 --- a/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild +++ b/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild @@ -8,8 +8,8 @@ CMAKE_MIN_VERSION="3.0.0" 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" +HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm" +SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" IUSE="" LICENSE="GPL-3" @@ -30,3 +30,6 @@ DEPEND=" RDEPEND="${DEPEND} !kde-misc/kcmsystemd:4 " + +# only needed for 0.7.0 and 1.1.0 +S="${WORKDIR}"/kcmsystemd-${PV} diff --git a/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild b/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild similarity index 76% rename from kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild rename to kde-misc/systemd-kcm/systemd-kcm-9999.ebuild index a92197b..89b7cef 100644 --- a/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild +++ b/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild @@ -8,18 +8,18 @@ CMAKE_MIN_VERSION="3.0.0" 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" +HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm" IUSE="" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" +KEYWORDS="" DEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) + $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) >=dev-libs/boost-1.45 dev-qt/qtdbus:5 diff --git a/profiles/updates/2Q-2015 b/profiles/updates/2Q-2015 index 858c619..4697291 100644 --- a/profiles/updates/2Q-2015 +++ b/profiles/updates/2Q-2015 @@ -216,3 +216,4 @@ move kde-base/sweeper kde-apps/sweeper move kde-base/thumbnailers kde-apps/thumbnailers move kde-base/umbrello kde-apps/umbrello move kde-base/zeroconf-ioslave kde-apps/zeroconf-ioslave +move kde-misc/kcmsystemd kde-misc/systemd-kcm
