kde-plasma/kde-gtk-config: drop 6.3.5

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:55:42 +02:00
parent bbc55c7c58
commit 0425a3e04a
2 changed files with 0 additions and 43 deletions

View File

@@ -1,3 +1,2 @@
DIST kde-gtk-config-6.3.5.tar.xz 79048 BLAKE2B 3d61dc18e041ad8ae409a94c5808c26860971f7b6677e118d19e2b994afe2246e92278fd9067ac1c5c2e38aba443a699b0aec8316373bf3b6079527ad265b706 SHA512 c332d995abe825cb67daa17ed694d53744f68d6778f71852771d5f4f8111306750d130ee93d470d743acb23ecad03027dd38c0340ef3043512bdb180737c895a
DIST kde-gtk-config-6.3.6.tar.xz 78756 BLAKE2B 333b964230adec34e4898f05b7c104a50e320c4a6b4c2cfc5b7dc3cabfcbc21f3630ee7c0b3835ce4b593b915a9368acb05ffcb6904a7bd3a128600e193c072d SHA512 946b6c9b105abb36709a6f8a78c8ffc1e6cefce30526f8d3bcb8cf608edd2f720a452c411971809f5172282582a3d384ece1494dde2791aa71d8138266493b11
DIST kde-gtk-config-6.4.3.tar.xz 79036 BLAKE2B d1e14108d76b59522ba96706685912d4b71be5eb9f95322dd409abe9a84ffa887c4a1f15c7e306422231f035b7b92f41b6cb0ee24a9f369eaf3e7ff8da678049 SHA512 5ba168407b56063df772f0032af7371c30b370ba792b641aef6675209c0d70870389c389b8a50537d722a44250cbd19df1caa676d5a34ba2784eb7e17ff6d4c5

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.10.0
QTMIN=6.8.1
inherit ecm plasma.kde.org xdg
DESCRIPTION="Syncs KDE Plasma theme settings to GTK applications"
HOMEPAGE="https://invent.kde.org/plasma/kde-gtk-config"
LICENSE="GPL-3"
SLOT="6"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
dev-libs/glib:2
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
>=dev-qt/qtsvg-${QTMIN}:6
gnome-base/gsettings-desktop-schemas
>=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-plasma/kdecoration-${KDE_CATV}:6
x11-libs/gtk+:3[X]
"
RDEPEND="${DEPEND}
x11-misc/xsettingsd
"
BDEPEND="dev-lang/sassc"
pkg_postinst() {
xdg_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."
}