summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-26 00:40:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-26 00:40:36 +0200
commit84a33a3b997ab3e58df7ebcd90e635aeecbf43a0 (patch)
tree270f19035d1274940ff11256ca2f109caa3bbe85 /kde-plasma/kwin/kwin-5.9.4-r1.ebuild
parentkde-plasma: Add KDE Plasma 5.9.5 (diff)
downloadgentoo-84a33a3b997ab3e58df7ebcd90e635aeecbf43a0.tar.gz
gentoo-84a33a3b997ab3e58df7ebcd90e635aeecbf43a0.tar.bz2
gentoo-84a33a3b997ab3e58df7ebcd90e635aeecbf43a0.zip
kde-plasma: Remove KDE Plasma 5.9.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/kwin/kwin-5.9.4-r1.ebuild')
-rw-r--r--kde-plasma/kwin/kwin-5.9.4-r1.ebuild99
1 files changed, 0 insertions, 99 deletions
diff --git a/kde-plasma/kwin/kwin-5.9.4-r1.ebuild b/kde-plasma/kwin/kwin-5.9.4-r1.ebuild
deleted file mode 100644
index 545e43d5dfec..000000000000
--- a/kde-plasma/kwin/kwin-5.9.4-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="optional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE window manager"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="gles2 multimedia"
-
-# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0
-COMMON_DEPEND="
- $(add_frameworks_dep kactivities)
- $(add_frameworks_dep kauth)
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kidletime)
- $(add_frameworks_dep kinit)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwayland)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem X)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
- $(add_plasma_dep breeze)
- $(add_plasma_dep kdecoration)
- $(add_plasma_dep kscreenlocker)
- $(add_qt_dep qtcore '' '' '5=')
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui 'gles2=')
- $(add_qt_dep qtscript)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=dev-libs/libinput-1.5
- >=dev-libs/wayland-1.2
- media-libs/fontconfig
- media-libs/freetype
- media-libs/libepoxy
- media-libs/mesa[egl,gbm,gles2?,wayland]
- virtual/libudev:=
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libdrm
- >=x11-libs/libxcb-1.10
- >=x11-libs/libxkbcommon-0.7.0
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-image
- x11-libs/xcb-util-keysyms
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_plasma_dep kde-cli-tools)
- multimedia? (
- || (
- $(add_qt_dep qtmultimedia 'gstreamer,qml')
- $(add_qt_dep qtmultimedia 'gstreamer010,qml')
- )
- )
- !<kde-apps/kdeartwork-meta-15.08.3-r1:4
- !kde-plasma/kwin:4
- !kde-plasma/systemsettings:4
-"
-DEPEND="${COMMON_DEPEND}
- $(add_qt_dep designer)
- $(add_qt_dep qtconcurrent)
- x11-proto/xproto
- test? ( x11-libs/xcb-util-wm )
-"
-
-RESTRICT+=" test"
-
-PATCHES=(
- "${FILESDIR}/${PN}-5.8.6-libdrm-2.4.78.patch"
- "${FILESDIR}/${P}-glconfig.patch"
-)
-
-src_prepare() {
- kde5_src_prepare
- use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch"
-}