kde-misc/systemd-kcm: Drop last-rited package

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2019-11-24 11:00:19 +01:00
parent cb3fbd845e
commit 26ebcbf708
5 changed files with 0 additions and 95 deletions

View File

@@ -1 +0,0 @@
DIST systemd-kcm-1.2.1.tar.xz 86268 BLAKE2B ca9c1682d3dc352b4165fa6e08c5ddc249fa7ae47da3e16e3f8de02f6e2e3020252125464c856d48b1cda3e42f61892d3113a89397cac05ef66658595e74ebcb SHA512 e3dcf6db6513b88b37e724b3a472939fbb155642a605527ca669e71c5a0b8616c4c6add1796037c94170af788bce519415c698f22f010f1133c0e14452245e76

View File

@@ -1,36 +0,0 @@
From 67246a4a2c52343d2805b597e48a1713b5b9918c Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Sun, 17 Jun 2018 22:05:02 +0200
Subject: [PATCH] Fix build with Qt 5.11.0_beta3 (no more qt5_use_modules)
Reviewers: rthomsen, svuorela
Reviewed By: svuorela
Differential Revision: https://phabricator.kde.org/D13545
---
src/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ca373fd..d01670a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,6 +27,8 @@ ki18n_wrap_ui(kcmsystemd_SRCS ../ui/kcmsystemd.ui)
add_library(kcm_systemd MODULE ${kcmsystemd_SRCS})
target_link_libraries(kcm_systemd
+ Qt5::Widgets
+ Qt5::DBus
KF5::Auth
KF5::ConfigWidgets
KF5::CoreAddons
@@ -37,5 +39,3 @@ target_link_libraries(kcm_systemd
${Boost_LIBRARIES}
${JOURNALD_LIBRARIES})
install(TARGETS kcm_systemd DESTINATION ${CMAKE_INSTALL_PLUGINDIR})
-
-qt5_use_modules(kcm_systemd Widgets DBus)
--
2.17.1

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
<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>rthomsen6@gmail.com</email>
<name>Ragnar Thomsen</name>
</maintainer>
<remote-id type="github">rthomsen/kcmsystemd</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit kde5
DESCRIPTION="Plasma control module for systemd"
HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm"
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
IUSE=""
LICENSE="GPL-2+"
KEYWORDS="amd64 ~x86"
BDEPEND="sys-devel/gettext"
DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
sys-apps/systemd:=
"
RDEPEND="${DEPEND}
!kde-misc/kcmsystemd:4
!kde-misc/systemd-kcm:4
"
PATCHES=( "${FILESDIR}/${P}-qt-5.11b3.patch" )

View File

@@ -305,11 +305,6 @@ dev-ruby/activemodel:5.1
dev-ruby/activesupport:5.1
dev-ruby/arel:8.0
# Andreas Sturmlechner <asturm@gentoo.org> (2019-10-24)
# Collides with kde-apps/systemsettings, unmaintained upstream.
# Use app-admin/systemdgenie instead. Removal in 30 days. Bug #698448
kde-misc/systemd-kcm
# Matt Turner <mattst88@gentoo.org> (2019-10-21)
# Replaced by introspection bindings. Bug #628938
# Removal in 30 days