From ea11308cf15854b3a1a75368ccca5369ccf1fa87 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Feb 2019 13:11:38 +0000 Subject: kde-plasma/kde-gtk-config : version bump --- kde-plasma/kde-gtk-config/Manifest | 2 +- .../kde-gtk-config-5.14.5-r1337.ebuild | 53 ---------------------- .../kde-gtk-config-5.15.0-r1337.ebuild | 53 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.14.5-r1337.ebuild create mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.15.0-r1337.ebuild diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index a805ffab..e2db1939 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1 +1 @@ -DIST kde-gtk-config-5.14.5.tar.xz 157032 BLAKE2B b13e44fbe1ea048e58b98f1396528372f74545effa145b65a71709f1e7732c0ed48111e52eaafc544d180678e411df20786a0f9cfee1557c1df873b4630e380f SHA512 3bb350307cabf44a27dcc3be95c8d2c15049be80f3c3fb127ddaaf9880acb850f10126347fba07868bfa9424d5e1c92b580687aa356be2869ff36684a15d8563 +DIST kde-gtk-config-5.15.0.tar.xz 156264 BLAKE2B bc20d4a14d637fcc595e638216d1aec94e84daf307d6bf741ccb8948f2361e5b27bf1dbddefdd08b21cef1c81acc3f24e6be66f99db78acabe988ebb1c47ccd3 SHA512 fdd47b09d8cc4740970b10e793fd6fb2c8fe9ad47d1f28d29ea573caaf6285650215bdd7fef8199eba6c26a8db96df8908e58b1743438eb36574a21596b032d3 diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.5-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.5-r1337.ebuild deleted file mode 100644 index d34f057a..00000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.14.5-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.15.0-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.15.0-r1337.ebuild new file mode 100644 index 00000000..d34f057a --- /dev/null +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.15.0-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." +} -- cgit v1.2.3