summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:33:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:33:48 +0100
commit8814e71dd4cf0389d3b905475f67900cb93efba5 (patch)
tree2958b9bab726534ccf74409041b5e874f025b991 /kde-plasma
parent26ce01f0400f655004d5c02e0ba8ea9f8d340ad7 (diff)
kde-plasma/plasma-pa : drop
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/files/plasma-pa-no-GCONF-we-DONT-need-thx.patch65
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.12.5-r1.ebuild30
3 files changed, 0 insertions, 96 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
deleted file mode 100644
index 9f37edfb..00000000
--- a/kde-plasma/plasma-pa/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-pa-5.12.5.tar.xz 86068 BLAKE2B 5133b667527e083d390b8d0e4352fdbb2d6ccc7abf6676e07b5f141787372bd8c00cb600f08e4fd20707476108fe661c779820645f06e895c53e4aa1411bc3a1 SHA512 7fedeaaeafaba7e2d7568fddcaff1793640979090aaf8ab7131c462b2bc0c2766f76d37cd0133c02c05a23efeb9e11b11350848d59b9869bf7bfcbd55924163e
diff --git a/kde-plasma/plasma-pa/files/plasma-pa-no-GCONF-we-DONT-need-thx.patch b/kde-plasma/plasma-pa/files/plasma-pa-no-GCONF-we-DONT-need-thx.patch
deleted file mode 100644
index bdac8934..00000000
--- a/kde-plasma/plasma-pa/files/plasma-pa-no-GCONF-we-DONT-need-thx.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-diff -Naur plasma-pa-5.10.2/CMakeLists.txt plasma-pa-5.10.2-p/CMakeLists.txt
---- plasma-pa-5.10.2/CMakeLists.txt 2017-06-13 20:39:26.000000000 +0200
-+++ plasma-pa-5.10.2-p/CMakeLists.txt 2017-06-26 14:26:36.736579362 +0200
-@@ -19,8 +19,6 @@
- include(ECMOptionalAddSubdirectory)
-
- include(FindPkgConfig)
--pkg_check_modules(GCONF REQUIRED gconf-2.0)
--pkg_check_modules(GOBJECT REQUIRED gobject-2.0)
-
- find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS
- Core
-diff -Naur plasma-pa-5.10.2/src/CMakeLists.txt plasma-pa-5.10.2-p/src/CMakeLists.txt
---- plasma-pa-5.10.2/src/CMakeLists.txt 2017-06-13 20:37:09.000000000 +0200
-+++ plasma-pa-5.10.2-p/src/CMakeLists.txt 2017-06-26 14:26:36.736579362 +0200
-@@ -14,8 +14,6 @@
- pulseobject.cpp
- sink.cpp
- sinkinput.cpp
-- modulemanager.cpp
-- gconfitem.cpp
- source.cpp
- sourceoutput.cpp
- stream.cpp
-@@ -47,8 +45,6 @@
- KF5::GlobalAccel
- ${PULSEAUDIO_LIBRARY}
- ${PULSEAUDIO_MAINLOOP_LIBRARY}
-- ${GCONF_LDFLAGS}
-- ${GOBJECT_LDFLAGS}
- ${CANBERRA_LIBRARIES}
- )
-
-diff -Naur plasma-pa-5.10.2/src/kcm/package/contents/ui/main.qml plasma-pa-5.10.2-p/src/kcm/package/contents/ui/main.qml
---- plasma-pa-5.10.2/src/kcm/package/contents/ui/main.qml 2017-06-13 20:37:09.000000000 +0200
-+++ plasma-pa-5.10.2-p/src/kcm/package/contents/ui/main.qml 2017-06-26 14:26:26.642305764 +0200
-@@ -68,9 +68,5 @@
- title: i18nc("@title:tab", "Applications")
- Applications {}
- }
-- Tab {
-- title: i18nc("@title:tab", "Advanced")
-- Advanced {}
-- }
- }
- }
-diff -Naur plasma-pa-5.10.2/src/qml/plugin.cpp plasma-pa-5.10.2-p/src/qml/plugin.cpp
---- plasma-pa-5.10.2/src/qml/plugin.cpp 2017-06-13 20:37:09.000000000 +0200
-+++ plasma-pa-5.10.2-p/src/qml/plugin.cpp 2017-06-26 14:26:36.737579389 +0200
-@@ -27,7 +27,6 @@
- #include "sink.h"
- #include "source.h"
- #include "context.h"
--#include "modulemanager.h"
- #include "port.h"
-
- #include "globalactioncollection.h"
-@@ -51,7 +50,6 @@
- qmlRegisterType<QPulseAudio::SinkModel>(uri, 0, 1, "SinkModel");
- qmlRegisterType<QPulseAudio::SinkInputModel>(uri, 0, 1, "SinkInputModel");
- qmlRegisterType<QPulseAudio::SourceModel>(uri, 0, 1, "SourceModel");
-- qmlRegisterType<QPulseAudio::ModuleManager>(uri, 0, 1, "ModuleManager");
- qmlRegisterType<QPulseAudio::SourceOutputModel>(uri, 0, 1, "SourceOutputModel");
- qmlRegisterType<QPulseAudio::StreamRestoreModel>(uri, 0, 1, "StreamRestoreModel");
- qmlRegisterType<QPulseAudio::ModuleModel>(uri, 0, 1, "ModuleModel");
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.12.5-r1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.12.5-r1.ebuild
deleted file mode 100644
index 453889b1..00000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.12.5-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-KEYWORDS="amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- dev-libs/glib:2
- media-libs/libcanberra
- media-sound/pulseaudio
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/plasma-pa-no-GCONF-we-DONT-need-thx.patch )