summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-17 21:28:33 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-06-17 21:28:48 +1000
commitb56c4afdc884086debd747c1e014a98e7b71f721 (patch)
tree486325c38e5ec3b79507d919a98344f21b9fa0ae /kde-plasma/ksysguard
parentdev-libs/libutf8proc: Fix S, thanks AlexOmskiy@yandex.ru and Philipp Ammann, ... (diff)
downloadgentoo-b56c4afdc884086debd747c1e014a98e7b71f721.tar.gz
gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.tar.bz2
gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.zip
kde-plasma: version bump 5.6.5
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r--kde-plasma/ksysguard/Manifest1
-rw-r--r--kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch40
-rw-r--r--kde-plasma/ksysguard/ksysguard-5.6.5.ebuild50
3 files changed, 91 insertions, 0 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest
index ddcd6650b3a4..d848fc5c44a1 100644
--- a/kde-plasma/ksysguard/Manifest
+++ b/kde-plasma/ksysguard/Manifest
@@ -1,2 +1,3 @@
DIST ksysguard-5.5.5.tar.xz 481544 SHA256 b5747ca71a6a91ae5358e540ffdb03b4978ba1bc7b42cacec36a0d39a72b0b08 SHA512 743227b542f843e59486bec800d6492c4c4059516bc1d0cda9a165c8b24fdf95f260940e98935d114847138da8c14e9012156ebc98d02d48979d950f401415af WHIRLPOOL dd0a6c477d97bba2f53c21a941897570cb8d97d7742201b55883d5bab469ed2e2f9cca78f2ef1c036bef19aa480de13b714f1bef678e4222ab85df96a0d8323d
DIST ksysguard-5.6.4.tar.xz 615600 SHA256 81dd907744208f5519e0b10ab482c21aa2d7752218271221d09ba2a626e10300 SHA512 091cd0de56f16a6fef35d69c02ee1b1f84d1e473d316f9d381eff9ec4f4e850deea642757dea511c1eb79ea4615aa403380d736dd8b948652fdbd730fcebc133 WHIRLPOOL cf137156b163b1f45472398852a6b5a694edb43f407ba759bc1adb6cf30471b3aa0ffd01a65bca019b1e9c7c9a9d303c56787f85bef511f1d70ebb4b1803bf5d
+DIST ksysguard-5.6.5.tar.xz 615780 SHA256 589644d5a9ba6040c38bf21a942cfbcb5cfe1254d6e09563dea7bca225c2244a SHA512 cb4f084b1ae26bf80194528ca8909611dbb6dcd91cf66fba5f7fe68eb04e43f4a8be2989aac2d7ecfe550622417ec75d2d5e635fea8313d4f9c03623fd6f7eb2 WHIRLPOOL edf04b0d17cf46b64c5a0d353d0865e0a01814b948b4cb2f8b628d588d8de21bb6691be0cf63288c3eaa943a909b57ec93068210d3c401a8b82c0bcc653c52ee
diff --git a/kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch b/kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch
new file mode 100644
index 000000000000..afd980061026
--- /dev/null
+++ b/kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch
@@ -0,0 +1,40 @@
+From 181202b59dcda03ec3f13de5a79336da4247c447 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka <kensington@gentoo.org>
+Date: Fri, 17 Jun 2016 05:42:23 +1000
+Subject: [PATCH] Remove Qt5WebKitWidgets dependency and build gui
+ unconditionally.
+
+Summary: Qt5WebKitWidgets is not actually used anywhere.
+
+Reviewers: #plasma, sgaist
+
+Differential Revision: https://phabricator.kde.org/D1919
+---
+ CMakeLists.txt | 11 +----------
+ 1 file changed, 1 insertion(+), 10 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 56aaafc..5ee0946 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -46,16 +46,7 @@ set_package_properties(Sensors PROPERTIES
+ include_directories(${CMAKE_CURRENT_BINARY_DIR})
+ configure_file(config-workspace.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-workspace.h)
+
+-find_package(Qt5WebKitWidgets CONFIG)
+-set_package_properties(Qt5WebKitWidgets PROPERTIES
+- URL "git://gitorious.org/qt/qtwebkit.git"
+- DESCRIPTION "Qt Webkit module (web browsing engine)"
+- TYPE OPTIONAL
+- PURPOSE "Used by the HTML-based GUI ksysguard library"
+- )
+-if(Qt5WebKitWidgets_FOUND)
+- add_subdirectory( gui )
+-endif()
++add_subdirectory( gui )
+
+ add_subdirectory( doc )
+ add_subdirectory( pics )
+--
+2.7.3
+
diff --git a/kde-plasma/ksysguard/ksysguard-5.6.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.6.5.ebuild
new file mode 100644
index 000000000000..93e7a5942ada
--- /dev/null
+++ b/kde-plasma/ksysguard/ksysguard-5.6.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="Network-enabled task manager and system monitor"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="lm_sensors"
+
+DEPEND="
+ $(add_plasma_dep libksysguard)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ lm_sensors? ( sys-apps/lm_sensors )
+"
+RDEPEND="${DEPEND}
+ !kde-base/ksysguard:4
+"
+
+PATCHES=( "${FILESDIR}/${P}-gui.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package lm_sensors Sensors)
+ )
+
+ kde5_src_configure
+}