summaryrefslogtreecommitdiff
path: root/kde-plasma/kde-gtk-config
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 17:05:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 17:22:16 +0200
commit0393d101c6723f32717cbf5670f5e95a9d058f67 (patch)
treeaed5afc77299083b42726989b7d2e165e1e5c022 /kde-plasma/kde-gtk-config
parentee5262acccddae8e16028943681686ba2e6581c3 (diff)
downloadgentoo-0393d101c6723f32717cbf5670f5e95a9d058f67.tar.gz
gentoo-0393d101c6723f32717cbf5670f5e95a9d058f67.tar.xz
kde-plasma: Drop KDE Plasma 5.9.5
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/kde-gtk-config')
-rw-r--r--kde-plasma/kde-gtk-config/Manifest1
-rw-r--r--kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest
index d3028182ec3..13d30b88af1 100644
--- a/kde-plasma/kde-gtk-config/Manifest
+++ b/kde-plasma/kde-gtk-config/Manifest
@@ -1,2 +1 @@
DIST kde-gtk-config-5.10.4.tar.xz 152280 SHA256 32b126278fc89ec8f44126aa27569a02b0d913975b5b0d6021b126e1fa9eb364 SHA512 77605c02c419949412ccefeb86a345fcf35f82c474ca0820a1b3eaab16eb77eaae5c12b91766b543ff978ad771c428db047d307ab3fca4139f828a15b36e535e WHIRLPOOL 2ce1cfd723b0548535a3332c8620de8b0bce7199e813a184981b68b374d29e09add0617c9a292d3a3db513925504a87fd1273a579b6208d21c111a9012d57a1f
-DIST kde-gtk-config-5.9.5.tar.xz 151152 SHA256 9e1dd2a3e1d0396159dec24191793cc163fdbc7f2e6d30504f1fab9c7f624ea9 SHA512 1332d2409cdd17c96869a04fffc42d69f2ef5037e3bf351fa2d226624387c71bd63d5b83adc667875b198461b7811131ea04078dabb4da1d50697e8428c59698 WHIRLPOOL 93b4d8b0974c7c7cc105d953963b19ebb0e153c4699d955ee50fd0984611ceb1218a1dbcc6c744d37eb71125ad1fad59a9bb6fd16cfad71935b67d2a9aad1f64
diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild
deleted file mode 100644
index c8fc25764da..00000000000
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 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://projects.kde.org/kde-gtk-config"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+gtk3"
-
-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/libXcursor
- gtk3? ( x11-libs/gtk+:3 )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
- !kde-plasma/kde-gtk-config:4
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DDATA_INSTALL_DIR="${EPREFIX}/usr/share"
- -DBUILD_gtk3proxies=$(usex gtk3)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
- einfo
- 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."
- einfo
-}