From 4f8f5455add40689e3434950ecc270810460f28c Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 15 Sep 2016 04:11:55 +1000 Subject: kde-plasma: version bump 5.7.5 Package-Manager: portage-2.3.0 --- kde-plasma/kinfocenter/Manifest | 1 + kde-plasma/kinfocenter/kinfocenter-5.7.5.ebuild | 89 +++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 kde-plasma/kinfocenter/kinfocenter-5.7.5.ebuild (limited to 'kde-plasma/kinfocenter') diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index 12aac6a7859d..0886d8bb432b 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1,3 +1,4 @@ DIST glogo-small.png 24583 SHA256 0afc3eca084c327f8059166b86769f03c9c23e1e765bb47dc3229505abbac0c6 SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 WHIRLPOOL e161bf40c5e16180fa65217cb49314fb230c45329f4c518d6014083bd71da82d4aa048811ee814fde7fa300105cef16c182688445164ae84d0d700e23641b342 DIST kinfocenter-5.6.5.tar.xz 1409784 SHA256 9425fde6d1f92940a85449d01de6521c963c2ebf7b30b79f31c3f4b8e65629b2 SHA512 4b1692a6b2f1d3aba369463ad5aaa9910906178cf0d447e76366e9c0c4c50bc9de1a850bff149bc4bc52af14a67d68d26cafa5edd1de69e6cdb9995820bc91b8 WHIRLPOOL 340a2e3476a95c5499852f8654f285ca6e46f7d866fa91f62fb6cf7d2ebaea6580871377d81961bd0f11d6f37ebb588fc5b3d586c5e6b12ad7b660dd7ce96b7d DIST kinfocenter-5.7.4.tar.xz 1242700 SHA256 348c7717b088ac117e3beae38aa13de4655b0be4012aef18c63c0208b82f9448 SHA512 4b24e2db2286819da97f4f612da5be963ae37abaca47d2b215dacc6164a9311c0753a515d7b2fbd13a96801b447d3713f65a9d2e2d202685e2e36bbb77f9f19d WHIRLPOOL 56be1900e8682ba50d8e0286c626b2d19061cced795087716884d65e527b14a0c14eb4ec3ee76697b955918a5b2ddb441da73f3095efdb3b33311a6ab105941e +DIST kinfocenter-5.7.5.tar.xz 1248860 SHA256 f9cdf5575d332c4bd7f46238d3cd957a27b534a0e163d58fc7844bbc65115238 SHA512 3e08f2782004b56440395a5643f42b56a4adf6380eab15711a2397d20539e9116724f846f93a0db8bea9526f76db8c656fbda750e9742f5c9e0e33c060f0de1d WHIRLPOOL 5444078909e720501042aafc5420f60a2611d95f7cf578eee638d3f9a1d048830fcc2b66b607afa2a1c098a7cee70ea32eacb7e7604ccd7654ec0aca0a871618 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.7.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.7.5.ebuild new file mode 100644 index 000000000000..cc6f2171f282 --- /dev/null +++ b/kde-plasma/kinfocenter/kinfocenter-5.7.5.ebuild @@ -0,0 +1,89 @@ +# 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="A utility that provides information about a computer system" +HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/" +SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="egl gles2 ieee1394 +opengl +pci wayland" + +REQUIRED_USE="egl? ( || ( gles2 opengl ) )" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + x11-libs/libX11 + ieee1394? ( sys-libs/libraw1394 ) + opengl? ( + $(add_qt_dep qtgui 'gles2=') + media-libs/mesa[egl?,gles2?] + !gles2? ( media-libs/glu ) + ) + pci? ( sys-apps/pciutils ) + wayland? ( $(add_frameworks_dep kwayland) ) +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep plasma) +" +RDEPEND="${COMMON_DEPEND} + $(add_plasma_dep kde-cli-tools) + !kde-base/kcontrol:4 + !kde-base/kinfocenter:4 + !kde-misc/about-distro +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package egl EGL) + $(cmake-utils_use_find_package gles2 OpenGLES) + $(cmake-utils_use_find_package ieee1394 RAW1394) + $(cmake-utils_use_find_package opengl OpenGL) + $(cmake-utils_use_find_package pci PCIUTILS) + $(cmake-utils_use_find_package wayland KF5Wayland) + ) + + kde5_src_configure +} + +src_install() { + kde5_src_install + + insinto /etc/xdg + doins "${FILESDIR}"/kcm-about-distrorc + + insinto /usr/share/${PN} + doins "${DISTDIR}"/glogo-small.png +} + +pkg_postinst() { + if ! has_version "net-fs/nfs-utils"; then + einfo "Installing net-fs/nfs-utils will enable the NFS information module." + fi + if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then + einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module." + fi +} -- cgit v1.2.3-65-gdbad