From 821646f9e685cb2fef92caab401f6b1aa30b5cf5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Mar 2019 14:11:26 +0000 Subject: kde-plasma/kde-gtk-config : version bump --- kde-plasma/kde-gtk-config/Manifest | 2 +- .../kde-gtk-config-5.15.1-r1337.ebuild | 53 ---------------------- .../kde-gtk-config-5.15.2-r1337.ebuild | 52 +++++++++++++++++++++ 3 files changed, 53 insertions(+), 54 deletions(-) delete mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.15.1-r1337.ebuild create mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.15.2-r1337.ebuild (limited to 'kde-plasma/kde-gtk-config') diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index 5db45067..a4c974dd 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1 +1 @@ -DIST kde-gtk-config-5.15.1.tar.xz 156400 BLAKE2B 7329abcc0f0c7bf14f734231639d299975cb4783d4494af81dee77b70ae21f7712047a2015038112d6b71a90daf8e246ec15ff39d28e0ab9ab8ce3ed646c9f55 SHA512 e02f8cc767f3457fb5c81c1a8d32edb6facb237cd5d173bc4c4a10c87599c00455d632f88d08dd8c8599850e80b2abe4205270fc1b1019abdcf77b41125b4a20 +DIST kde-gtk-config-5.15.2.tar.xz 156296 BLAKE2B 98025853af51018e89644f87c21497410ff167c7dca66a9af2f1de4c09321098c6aa46e6bbc10eea1bf63eea2639fc97830a8a2f3db87e1af19013ded60774b0 SHA512 08a311608d3828861a07e3b6046e80fd056c90753a14d82946ba7ae3846f3fac39bbaf2a1ce24afd46ce25540fb93fecc261c2348633932cf390ab04a172248b diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.15.1-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.15.1-r1337.ebuild deleted file mode 100644 index d34f057a..00000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.15.1-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.2-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.15.2-r1337.ebuild new file mode 100644 index 00000000..5abf4f9a --- /dev/null +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.15.2-r1337.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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) +" + +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