diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-23 00:39:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-24 21:39:38 +0100 |
commit | 1784c6ddd3e4296a181e39776cfb147f1c46e14d (patch) | |
tree | 451a416f6e7aca641a352038e3e6ccb475ec39f4 /kde-plasma/kde-gtk-config | |
parent | dev-util/gtk-update-icon-cache: stable 3.24.11 for hppa, bug #702260 (diff) | |
download | gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.gz gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.bz2 gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.zip |
kde-plasma: Drop KDE Plasma 5.16.5
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kde-gtk-config')
-rw-r--r-- | kde-plasma/kde-gtk-config/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kde-gtk-config/kde-gtk-config-5.16.5.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index deda34eb0dc5..cb9376de3569 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1,2 +1 @@ -DIST kde-gtk-config-5.16.5.tar.xz 154292 BLAKE2B 32dc80f3b77e502c5a5ae55e9b0071282c10b7a2bb47311b89d2a2242d8398cfb74ef18e4c50bdb3c458816fb1508e85f7b2bd90497b7a9d3cc9e92d3ff24e27 SHA512 42f02f1784a428cd7b83a8aa774aaaa57a867c18c7f0b23493639559d93f9410172cfd1d9b87226c6eb112135d9bee346f111023b70c41ced04ebc67891778f3 DIST kde-gtk-config-5.17.4.tar.xz 154744 BLAKE2B 79af7643b2f8cbf813d1ca8d4a3da61fb9efb3d6410012faf3d5e390dbda67b817a7c92f65a6cc5d919372647785a8449920172fdfcc65d2ad912a994fdb1d4a SHA512 1c4cdeb6b39eea56e18ed368839eb943e65061818256074780965d284abf5c3f967ad50a6c273d79f980369b26310ba8942b0ab3cde31da13a8a4f7c42d3dcaf diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.5.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.5.ebuild deleted file mode 100644 index 035a36f90661..000000000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.5.ebuild +++ /dev/null @@ -1,52 +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 - gnome-base/gsettings-desktop-schemas - x11-libs/gtk+:2 - x11-libs/gtk+:3 - x11-libs/libXcursor -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) -" - -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." -} |