summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 16:14:52 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 16:14:52 +0000
commitd4fb3ff101e0e8e9aed6b8e5e830e568db87f49f (patch)
treed92a75d3004c0da49ccf90c252e36aa8755e1159 /kde-plasma
parent8d7106da9f67f010de759354dabdc6c088f837af (diff)
kde-plasma/kde-gtk-config : version bump
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kde-gtk-config/Manifest2
-rw-r--r--kde-plasma/kde-gtk-config/kde-gtk-config-5.17.5-r10.ebuild (renamed from kde-plasma/kde-gtk-config/kde-gtk-config-5.17.4-r314.ebuild)41
2 files changed, 24 insertions, 19 deletions
diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest
index cb9376de..fd4a171a 100644
--- a/kde-plasma/kde-gtk-config/Manifest
+++ b/kde-plasma/kde-gtk-config/Manifest
@@ -1 +1 @@
-DIST kde-gtk-config-5.17.4.tar.xz 154744 BLAKE2B 79af7643b2f8cbf813d1ca8d4a3da61fb9efb3d6410012faf3d5e390dbda67b817a7c92f65a6cc5d919372647785a8449920172fdfcc65d2ad912a994fdb1d4a SHA512 1c4cdeb6b39eea56e18ed368839eb943e65061818256074780965d284abf5c3f967ad50a6c273d79f980369b26310ba8942b0ab3cde31da13a8a4f7c42d3dcaf
+DIST kde-gtk-config-5.17.5.tar.xz 155340 BLAKE2B 10363865751489a16dfc62924694b0b47aa05c7e097a512822ae54026bacd4cf167cdff0e7c7d29e7a7aba8dffb757fa176f60fec62df8aedb0d51f9da7b9fcb SHA512 29cea96d6f7471717ecb2f48df5e19a96c7730c9f47157dc01c236d11253547aba57f5cb30cbb08659af53dba81160ff1982f9ed2908aaec91940365eb625201
diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.17.4-r314.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.17.5-r10.ebuild
index c367387d..1d5d4383 100644
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.17.4-r314.ebuild
+++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.17.5-r10.ebuild
@@ -1,38 +1,43 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-KDE_TEST="forceoptional"
+ECM_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
-inherit kde5
+KFMIN=5.64.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="KDE Plasma systemsettings kcm to set GTK application look&feel"
HOMEPAGE="https://cgit.kde.org/kde-gtk-config.git"
LICENSE="GPL-3"
+SLOT="5"
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)
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knewstuff-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
dev-libs/glib:2
+ gnome-base/gsettings-desktop-schemas
x11-libs/gtk+:2
x11-libs/gtk+:3
x11-libs/libXcursor
"
RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
+ >=kde-plasma/kde-cli-tools-${PVCUT}:5
"
PATCHES=( "${FILESDIR}"/redhat-or-not-go-dconf-and-flatpak-yourself-or-try-again-with-a-option-to-disable.patch )
@@ -42,11 +47,11 @@ src_configure() {
-DDATA_INSTALL_DIR="${EPREFIX}/usr/share"
)
- kde5_src_configure
+ ecm_src_configure
}
pkg_postinst() {
- kde5_pkg_postinst
+ ecm_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."