aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-10 17:59:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-10 18:45:00 +0200
commit0a8daa4d895c59b358a68a1145a55f1406c90ede (patch)
tree6eab008c27944eda616ce0ec3d8530baa4c16751 /kde-plasma
parentkde-plasma/kde-cli-tools-common: drop 6.1.49.9999 (diff)
downloadkde-0a8daa4d895c59b358a68a1145a55f1406c90ede.tar.gz
kde-0a8daa4d895c59b358a68a1145a55f1406c90ede.tar.bz2
kde-0a8daa4d895c59b358a68a1145a55f1406c90ede.zip
kde-plasma/kde-gtk-config: drop 6.1.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild
deleted file mode 100644
index e509e1dbd2..0000000000
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Syncs KDE Plasma theme settings to GTK applications"
-HOMEPAGE="https://invent.kde.org/plasma/kde-gtk-config"
-
-LICENSE="GPL-3"
-SLOT="6"
-KEYWORDS=""
-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-${PVCUT}:6
- x11-libs/gtk+:3[X]
-"
-RDEPEND="${DEPEND}
- x11-misc/xsettingsd
-"
-BDEPEND="dev-lang/sassc"
-
-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."
-}