From f0dcd9fa03a11542d17c7e215ff760736612cef3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 12:31:06 +0000 Subject: kde-apps/kdecore-meta : version bump && kde-frameworks/{kde-gtk-config,kinfocenter,libkworkspace} : version bump --- kde-plasma/kde-gtk-config/Manifest | 2 +- .../kde-gtk-config-5.14.2-r1337.ebuild | 53 ------------- .../kde-gtk-config-5.14.3-r1337.ebuild | 53 +++++++++++++ kde-plasma/kinfocenter/Manifest | 2 +- .../kinfocenter/kinfocenter-5.14.2-r1337.ebuild | 90 ---------------------- .../kinfocenter/kinfocenter-5.14.3-r1337.ebuild | 90 ++++++++++++++++++++++ kde-plasma/libkworkspace/Manifest | 2 +- .../libkworkspace-5.14.2-r1337.ebuild | 58 -------------- .../libkworkspace-5.14.3-r1337.ebuild | 58 ++++++++++++++ 9 files changed, 204 insertions(+), 204 deletions(-) delete mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.14.2-r1337.ebuild create mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.14.3-r1337.ebuild delete mode 100644 kde-plasma/kinfocenter/kinfocenter-5.14.2-r1337.ebuild create mode 100644 kde-plasma/kinfocenter/kinfocenter-5.14.3-r1337.ebuild delete mode 100644 kde-plasma/libkworkspace/libkworkspace-5.14.2-r1337.ebuild create mode 100644 kde-plasma/libkworkspace/libkworkspace-5.14.3-r1337.ebuild (limited to 'kde-plasma') diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index 8b8fbae3..21b46140 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1 +1 @@ -DIST kde-gtk-config-5.14.2.tar.xz 156600 BLAKE2B 0d01b97558c7844528079a0b58cdb33d725641e1c9fd2f37966d7312f20cd9677d9adf01f19aa1b136147670af239c267fdeef52c907a2620ab1e29502a7536a SHA512 c18c428106fd5511613b448e428557b43d261d346a052c153b55ce4fced5df31e40e17ccd468f9cc02c3cb564b8a56359e15a298feca884d0154ff8d786cbf86 +DIST kde-gtk-config-5.14.3.tar.xz 157292 BLAKE2B fd060e1810058472e24a82819c2b3b737637d8a5430912e22511085c0c361ccc5f355f7d1235d9514dabdaede799528f5522fd83b452c33e06689c70ada3502e SHA512 5c8d14d77cd6707d32f09361247445ff4399bb7331125d795bf2046bd7f8467c374ad68a11899bcc1592c9c207a4f94e9ef523074184550577c9c85fa7de49ef diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.2-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.2-r1337.ebuild deleted file mode 100644 index d34f057a..00000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.2-r1337.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE Plasma systemsettings kcm to set GTK application look&feel" -HOMEPAGE="https://cgit.kde.org/kde-gtk-config.git" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-libs/glib:2 - x11-libs/gtk+:2 - x11-libs/gtk+:3 - x11-libs/libXcursor -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - !kde-plasma/kde-gtk-config:4 -" - -PATCHES=( "${FILESDIR}"/redhat-or-not-go-dconf-and-flatpak-yourself-or-try-again-with-a-option-to-disable.patch ) - -src_configure() { - local mycmakeargs=( - -DDATA_INSTALL_DIR="${EPREFIX}/usr/share" - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - elog "If you notice missing icons in your GTK applications, you may have to install" - elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk" - elog "for example." -} diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.3-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.3-r1337.ebuild new file mode 100644 index 00000000..d34f057a --- /dev/null +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.3-r1337.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE Plasma systemsettings kcm to set GTK application look&feel" +HOMEPAGE="https://cgit.kde.org/kde-gtk-config.git" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/glib:2 + x11-libs/gtk+:2 + x11-libs/gtk+:3 + x11-libs/libXcursor +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) + !kde-plasma/kde-gtk-config:4 +" + +PATCHES=( "${FILESDIR}"/redhat-or-not-go-dconf-and-flatpak-yourself-or-try-again-with-a-option-to-disable.patch ) + +src_configure() { + local mycmakeargs=( + -DDATA_INSTALL_DIR="${EPREFIX}/usr/share" + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + elog "If you notice missing icons in your GTK applications, you may have to install" + elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk" + elog "for example." +} diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index 6884c090..a4fe7416 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1 +1 @@ -DIST kinfocenter-5.14.2.tar.xz 1316660 BLAKE2B 8a6905531cc856e4e1f5aa084eb88c4edd76bf5a20749be0b6a5a8df96638a933207f8c19f7febd229a62d7fe1b48387fc9702df8fa4f8426a17ae28a1eef3c9 SHA512 562c4227cee6e0136a095f8807c5e143299353fb9a241f8bbf4e5048e2a30f780c6a75056cef5bf4b8e6418cd96e4e229181f7a13dd5d80ec92a98b15e90b806 +DIST kinfocenter-5.14.3.tar.xz 1322480 BLAKE2B 447de617a858fee4cb807cf776a945207387317c5e8be6cc41c445f3ea8647620ab30b2495d26c3446ace3447fb3693e6ed7e385874bca34b8118658bca608c1 SHA512 6d07299cb2145cfe172dc79cfe849b03000fe770e397fd050b053b2f40f09dec5d5ffa9336223320597b965a0c612c0b09333e20fb54c3edb41773d473f9998a diff --git a/kde-plasma/kinfocenter/kinfocenter-5.14.2-r1337.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.14.2-r1337.ebuild deleted file mode 100644 index f2c34829..00000000 --- a/kde-plasma/kinfocenter/kinfocenter-5.14.2-r1337.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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/" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="gles2 ieee1394 +opengl +pci wayland" - -REQUIRED_USE="wayland? ( || ( 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 kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(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[gles2?] - !gles2? ( media-libs/glu ) - ) - pci? ( sys-apps/pciutils ) - wayland? ( - $(add_frameworks_dep kwayland) - media-libs/mesa[egl] - ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep plasma) -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - !kde-apps/kcontrol:4 - !kde-misc/about-distro - !kde-plasma/kinfocenter:4 -" - -src_configure() { - local mycmakeargs=( - $(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 EGL) - $(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 "${FILESDIR}"/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 -} diff --git a/kde-plasma/kinfocenter/kinfocenter-5.14.3-r1337.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.14.3-r1337.ebuild new file mode 100644 index 00000000..f2c34829 --- /dev/null +++ b/kde-plasma/kinfocenter/kinfocenter-5.14.3-r1337.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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/" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gles2 ieee1394 +opengl +pci wayland" + +REQUIRED_USE="wayland? ( || ( 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 kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(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[gles2?] + !gles2? ( media-libs/glu ) + ) + pci? ( sys-apps/pciutils ) + wayland? ( + $(add_frameworks_dep kwayland) + media-libs/mesa[egl] + ) +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep plasma) +" +RDEPEND="${COMMON_DEPEND} + $(add_plasma_dep kde-cli-tools) + !kde-apps/kcontrol:4 + !kde-misc/about-distro + !kde-plasma/kinfocenter:4 +" + +src_configure() { + local mycmakeargs=( + $(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 EGL) + $(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 "${FILESDIR}"/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 +} diff --git a/kde-plasma/libkworkspace/Manifest b/kde-plasma/libkworkspace/Manifest index e4456afb..58febfe2 100644 --- a/kde-plasma/libkworkspace/Manifest +++ b/kde-plasma/libkworkspace/Manifest @@ -1 +1 @@ -DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3 SHA512 8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676 +DIST plasma-workspace-5.14.3.tar.xz 4584420 BLAKE2B 50975eef224435e4359447fb0ea8f2ed447cd459860071bbdd32ac2239e0e8ab035fe2703474c856bc3ca173cfddd2d4166d281ca2fa2b6e2c355d19ee2f45ee SHA512 c79ffa14874f5ef1b476ebd5586f7175dcce1190601af3e75d8d0186aca8cb526c94b1445624d75b6a0dbc5bb780673d0c361aa49c5e5752a4639bba75af42a0 diff --git a/kde-plasma/libkworkspace/libkworkspace-5.14.2-r1337.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.14.2-r1337.ebuild deleted file mode 100644 index 6eb8e547..00000000 --- a/kde-plasma/libkworkspace/libkworkspace-5.14.2-r1337.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -FRAMEWORKS_MINIMAL="5.50.0" -QT_MINIMAL="5.11.1" -KDE_TEST="true" -KMNAME="plasma-workspace" -inherit kde5 - -DESCRIPTION="Workspace library to interact with the Plasma session manager" - -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtx11extras) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau -" -DEPEND="${COMMON_DEPEND} -" -RDEPEND="${COMMON_DEPEND} - !kde-plasma/libkworkspace:4 - !> CMakeLists.txt <<- _EOF_ || die - ki18n_install(po) - _EOF_ - fi - - sed -e "/set/s/GENTOO_PV/${PV}/" \ - -e "/set/s/GENTOO_QT_MINIMAL/${QT_MINIMAL}/" \ - -e "/set/s/GENTOO_KF5_MINIMAL/${FRAMEWORKS_MINIMAL}/" \ - -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt" -} diff --git a/kde-plasma/libkworkspace/libkworkspace-5.14.3-r1337.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.14.3-r1337.ebuild new file mode 100644 index 00000000..6eb8e547 --- /dev/null +++ b/kde-plasma/libkworkspace/libkworkspace-5.14.3-r1337.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +FRAMEWORKS_MINIMAL="5.50.0" +QT_MINIMAL="5.11.1" +KDE_TEST="true" +KMNAME="plasma-workspace" +inherit kde5 + +DESCRIPTION="Workspace library to interact with the Plasma session manager" + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtx11extras) + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXau +" +DEPEND="${COMMON_DEPEND} +" +RDEPEND="${COMMON_DEPEND} + !kde-plasma/libkworkspace:4 + !> CMakeLists.txt <<- _EOF_ || die + ki18n_install(po) + _EOF_ + fi + + sed -e "/set/s/GENTOO_PV/${PV}/" \ + -e "/set/s/GENTOO_QT_MINIMAL/${QT_MINIMAL}/" \ + -e "/set/s/GENTOO_KF5_MINIMAL/${FRAMEWORKS_MINIMAL}/" \ + -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt" +} -- cgit v1.2.3