summaryrefslogtreecommitdiff
path: root/kde-misc/systemd-kcm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /kde-misc/systemd-kcm
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'kde-misc/systemd-kcm')
-rw-r--r--kde-misc/systemd-kcm/Manifest4
-rw-r--r--kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch36
-rw-r--r--kde-misc/systemd-kcm/metadata.xml18
-rw-r--r--kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild35
4 files changed, 0 insertions, 93 deletions
diff --git a/kde-misc/systemd-kcm/Manifest b/kde-misc/systemd-kcm/Manifest
deleted file mode 100644
index 22451768a8c9..000000000000
--- a/kde-misc/systemd-kcm/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX systemd-kcm-1.2.1-qt-5.11b3.patch 1166 BLAKE2B 3b53dbe00b4395cd73cea1ac659e34d110baa9b8aa73d49a154aa6b556c58691fdf4ec7297fb7ddd4b8291f300f532a09476f43ee2f384be501aa80875cc1bd6 SHA512 27cf2430e6428459a2a172acf50066abed43478723ace6b033efacdc78b021c7af9e42d0de51539e76b4408e00e601d353fb51831626320e6b078507af1567fe
-DIST systemd-kcm-1.2.1.tar.xz 86268 BLAKE2B ca9c1682d3dc352b4165fa6e08c5ddc249fa7ae47da3e16e3f8de02f6e2e3020252125464c856d48b1cda3e42f61892d3113a89397cac05ef66658595e74ebcb SHA512 e3dcf6db6513b88b37e724b3a472939fbb155642a605527ca669e71c5a0b8616c4c6add1796037c94170af788bce519415c698f22f010f1133c0e14452245e76
-EBUILD systemd-kcm-1.2.1.ebuild 820 BLAKE2B 48321819050b49728835ba34c6e6a226b34db6a2db0ba8ea9e11852a4b8cc922c2e9d47aaa9c168d8244477a38e1c95125641b34e9c1c0f45540bbb2438a365f SHA512 3a1d08566f7aba8c7c29383b10368eb98e5854725547c4ff948da5773ca4b7b7e8c6c764c63ce7afe035f47aea4d586cad1c83426698d6e03d6a1a165ed66b8a
-MISC metadata.xml 722 BLAKE2B 54cc68f238e06b902ac59eaed20ee66aba3647f6eacacf33456ceaef56f4723d4722e4810643f39014da05b0635270b01c029261be0d441e752e93cdea2535cd SHA512 7306fea413580f75843812f0b0ce1510cee6387f31df5e411ddfa6b25d6409cfeb8465e40bffe352255a13cec21278b38ceb18276964406549b35220f8a8e9c7
diff --git a/kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch b/kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch
deleted file mode 100644
index 5a4140c6bdbb..000000000000
--- a/kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch
+++ /dev/null
@@ -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
-
diff --git a/kde-misc/systemd-kcm/metadata.xml b/kde-misc/systemd-kcm/metadata.xml
deleted file mode 100644
index df9f8c33079c..000000000000
--- a/kde-misc/systemd-kcm/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild b/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild
deleted file mode 100644
index 7fbb9af43b7b..000000000000
--- a/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild
+++ /dev/null
@@ -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" )