summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 14:28:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 15:31:28 +0200
commit61fbfbd405472bdd1c323a5b6ea83ad52d0e59db (patch)
tree92543d248d5ee735400f8708dab0eb81a090e619 /kde-plasma/kde-gtk-config
parentapp-mobilephone/heimdall: update source URIs (diff)
downloadgentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.gz
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.bz2
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.zip
kde-plasma: Drop KDE Plasma 5.13.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
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.13.2.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest
index 8680acecb4cf..8d8f057d74c0 100644
--- a/kde-plasma/kde-gtk-config/Manifest
+++ b/kde-plasma/kde-gtk-config/Manifest
@@ -1,4 +1,3 @@
DIST kde-gtk-config-5.12.5.tar.xz 156896 BLAKE2B 72a8b5430bffd08bc7714ca65bc2eacd757862b207300a35c451f311afb183cc5c1cd189cb73cea60784c16bfb2aa23ad53c4195d39e39e1ae2f13ee23784576 SHA512 bd433166e65d65c0978ed01d2f1a891a2ea8fdcc2687af0eb02bd593c87ba05f33361623b4a984dc752c0a5cc88e1d68093bd28bd32f79370fa66835b13c1698
DIST kde-gtk-config-5.12.6.tar.xz 156860 BLAKE2B 83d2e5bf9f37705a66d9a5929c0f116bb7d8d62a53030016b3d73465009bf5eff09a0d5baea4ce218e33c6af22a6f50beaca48c29f0c16495b67b4905426ab2d SHA512 05682cf2acef5532aef62b68ca4c3602df1a0141fe791cc0ad3b7ea7893e00327b3b98d515c95db4333e4e6a7c19b3b98f7d9a47e551c571d5492591f7225882
-DIST kde-gtk-config-5.13.2.tar.xz 156312 BLAKE2B 636c227ae7ef3c16928fadbbe59de728e062fad4687e9537e9e3075beea2606a7e29a365bc68dea8885b9a9a1e950229f30d7d742d27de09387b9cadf721c708 SHA512 b88f555d2c33a98e3877b0684e892cee693cec738a238846e90f1d7516828093e2202ed327ccf24703d28a25a4bf34a7204eb0113c8d488c3b5c7556740dccb5
DIST kde-gtk-config-5.13.3.tar.xz 156220 BLAKE2B b72292053b5806bb9d1e6004c5da179965f9dbefbeda696aeb7b7fa5b909f9943d74ef0a3a6e0995fabfeee68deb13c30373819435438244537801fccf44aba4 SHA512 b420dbbd4e74dafc8ce64940a3aaf83f225d00a302c8a77c4401272bb5cd0d3a4b3bcc660d24665503d6512e780ed45c7b3fc92c98362655ec38ddb6948ceff0
diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.13.2.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.13.2.ebuild
deleted file mode 100644
index 13b77b96ddfa..000000000000
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.13.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 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://cgit.kde.org/kde-gtk-config.git"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm ~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 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)
- !kde-plasma/kde-gtk-config:4
-"
-
-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."
-}