Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/
Date: Sun, 30 Jul 2017 19:03:39
Message-Id: 1501441405.1d180476eb9039ef5ce6a6a058f009624b5396ca.asturm@gentoo
1 commit: 1d180476eb9039ef5ce6a6a058f009624b5396ca
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 18:53:58 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 19:03:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d180476
7
8 kde-plasma/kwin: Drop 5.10.4 (r0)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 kde-plasma/kwin/kwin-5.10.4.ebuild | 95 --------------------------------------
13 1 file changed, 95 deletions(-)
14
15 diff --git a/kde-plasma/kwin/kwin-5.10.4.ebuild b/kde-plasma/kwin/kwin-5.10.4.ebuild
16 deleted file mode 100644
17 index ed544dbaa83..00000000000
18 --- a/kde-plasma/kwin/kwin-5.10.4.ebuild
19 +++ /dev/null
20 @@ -1,95 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_HANDBOOK="optional"
27 -KDE_TEST="optional"
28 -VIRTUALX_REQUIRED="test"
29 -inherit kde5
30 -
31 -DESCRIPTION="KDE window manager"
32 -LICENSE="GPL-2+"
33 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
34 -IUSE="gles2 multimedia"
35 -
36 -COMMON_DEPEND="
37 - $(add_frameworks_dep kactivities)
38 - $(add_frameworks_dep kauth)
39 - $(add_frameworks_dep kcmutils)
40 - $(add_frameworks_dep kcompletion)
41 - $(add_frameworks_dep kconfig)
42 - $(add_frameworks_dep kconfigwidgets)
43 - $(add_frameworks_dep kcoreaddons)
44 - $(add_frameworks_dep kcrash)
45 - $(add_frameworks_dep kdeclarative)
46 - $(add_frameworks_dep kglobalaccel)
47 - $(add_frameworks_dep ki18n)
48 - $(add_frameworks_dep kiconthemes)
49 - $(add_frameworks_dep kidletime)
50 - $(add_frameworks_dep kinit)
51 - $(add_frameworks_dep kio)
52 - $(add_frameworks_dep knewstuff)
53 - $(add_frameworks_dep knotifications)
54 - $(add_frameworks_dep kpackage)
55 - $(add_frameworks_dep kservice)
56 - $(add_frameworks_dep kwayland)
57 - $(add_frameworks_dep kwidgetsaddons)
58 - $(add_frameworks_dep kwindowsystem X)
59 - $(add_frameworks_dep kxmlgui)
60 - $(add_frameworks_dep plasma)
61 - $(add_plasma_dep breeze)
62 - $(add_plasma_dep kdecoration)
63 - $(add_plasma_dep kscreenlocker)
64 - $(add_qt_dep qtcore)
65 - $(add_qt_dep qtdbus)
66 - $(add_qt_dep qtdeclarative)
67 - $(add_qt_dep qtgui 'gles2=')
68 - $(add_qt_dep qtscript)
69 - $(add_qt_dep qtwidgets)
70 - $(add_qt_dep qtx11extras)
71 - >=dev-libs/libinput-1.5
72 - >=dev-libs/wayland-1.2
73 - media-libs/fontconfig
74 - media-libs/freetype
75 - media-libs/libepoxy
76 - media-libs/mesa[egl,gbm,gles2?,wayland]
77 - virtual/libudev:=
78 - x11-libs/libICE
79 - x11-libs/libSM
80 - x11-libs/libX11
81 - x11-libs/libXi
82 - x11-libs/libdrm
83 - >=x11-libs/libxcb-1.10
84 - >=x11-libs/libxkbcommon-0.7.0
85 - x11-libs/xcb-util-cursor
86 - x11-libs/xcb-util-image
87 - x11-libs/xcb-util-keysyms
88 -"
89 -RDEPEND="${COMMON_DEPEND}
90 - $(add_plasma_dep kde-cli-tools)
91 - multimedia? (
92 - || (
93 - $(add_qt_dep qtmultimedia 'gstreamer,qml')
94 - $(add_qt_dep qtmultimedia 'gstreamer010,qml')
95 - )
96 - )
97 - !<kde-apps/kdeartwork-meta-15.08.3-r1:4
98 - !kde-plasma/kwin:4
99 - !kde-plasma/systemsettings:4
100 -"
101 -DEPEND="${COMMON_DEPEND}
102 - $(add_qt_dep designer)
103 - $(add_qt_dep qtconcurrent)
104 - x11-proto/xproto
105 - test? ( x11-libs/xcb-util-wm )
106 -"
107 -
108 -RESTRICT+=" test"
109 -
110 -PATCHES=( "${FILESDIR}/${PN}-5.8.7-glibc-sysmacros.patch" )
111 -
112 -src_prepare() {
113 - kde5_src_prepare
114 - use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch"
115 -}