From 3cffefd7515aaa5980be87adcdf75e50b78e1d0a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 Jun 2019 11:45:06 +0100 Subject: kde-plasma/kde-gtk-config : version bump --- kde-plasma/kde-gtk-config/Manifest | 2 +- .../kde-gtk-config-5.16.0-r1337.ebuild | 53 ---------------------- .../kde-gtk-config-5.16.1-r1337.ebuild | 53 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.16.0-r1337.ebuild create mode 100644 kde-plasma/kde-gtk-config/kde-gtk-config-5.16.1-r1337.ebuild (limited to 'kde-plasma') diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index 74aceb91..c8175f75 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1 +1 @@ -DIST kde-gtk-config-5.16.0.tar.xz 154312 BLAKE2B cf5f8e303a19e0a4b3fbe6d4c0892c3e82af6b0a56227fdb4ecf8345f20e33d659c720a37a8d5ed769f6a0650740524e32a82af19aa084c6fea81458e960a890 SHA512 7f322118fe2ddc398328c519a47b33fd7b2f0c7704d5bb42284985fe0b33e1af3f32a4c52569d07b02f4dc865da2285a7cab7a080493bafe6cbb5392708e0af2 +DIST kde-gtk-config-5.16.1.tar.xz 154244 BLAKE2B f887b24ab34ef09549b810e091a24d0eb9365993ad450d35ea0964a48a2dee6e52bc008385eb2913271045c63fd37870f0da845c23426bf9a6b22e3b678383c1 SHA512 7e457b2a353656c9fcbbd11702ab28d69fe5d4004143a5b7e164511e6275cefe731a61f391da6f3edce2cf790c4ac2cd5616413da1fc1c8438447d98d5933e45 diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.0-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.0-r1337.ebuild deleted file mode 100644 index c367387d..00000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.0-r1337.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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 qtsvg) - $(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." -} diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.1-r1337.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.1-r1337.ebuild new file mode 100644 index 00000000..c367387d --- /dev/null +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.1-r1337.ebuild @@ -0,0 +1,53 @@ +# 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 qtsvg) + $(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