Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-plasma/kwin: kwin-5.3.2.ebuild ChangeLog
Date: Tue, 30 Jun 2015 20:50:21
Message-Id: 20150630205013.A300474F@oystercatcher.gentoo.org
1 johu 15/06/30 20:50:13
2
3 Modified: ChangeLog
4 Added: kwin-5.3.2.ebuild
5 Log:
6 Version bump KDE Plasma 5.3.2
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
9
10 Revision Changes Path
11 1.4 kde-plasma/kwin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 11 Jun 2015 20:55:29 -0000 1.3
24 +++ ChangeLog 30 Jun 2015 20:50:13 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-plasma/kwin
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v 1.3 2015/06/11 20:55:29 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v 1.4 2015/06/30 20:50:13 johu Exp $
30 +
31 +*kwin-5.3.2 (30 Jun 2015)
32 +
33 + 30 Jun 2015; Johannes Huber <johu@g.o> +kwin-5.3.2.ebuild:
34 + Version bump KDE Plasma 5.3.2
35
36 *kwin-5.3.1-r1 (11 Jun 2015)
37
38
39
40
41 1.1 kde-plasma/kwin/kwin-5.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kwin-5.3.2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/kwin-5.3.2.ebuild,v 1.1 2015/06/30 20:50:13 johu Exp $
51
52 EAPI=5
53
54 KDE_HANDBOOK="true"
55 KDE_TEST="true"
56 VIRTUALX_REQUIRED="test"
57 inherit kde5
58
59 DESCRIPTION="KDE window manager"
60 LICENSE="GPL-2+"
61 KEYWORDS="~amd64"
62 IUSE="gles2 wayland"
63
64 COMMON_DEPEND="
65 $(add_frameworks_dep kactivities)
66 $(add_frameworks_dep kauth)
67 $(add_frameworks_dep kcmutils)
68 $(add_frameworks_dep kcompletion)
69 $(add_frameworks_dep kconfig)
70 $(add_frameworks_dep kconfigwidgets)
71 $(add_frameworks_dep kcoreaddons)
72 $(add_frameworks_dep kcrash)
73 $(add_frameworks_dep kdeclarative)
74 $(add_frameworks_dep kglobalaccel)
75 $(add_frameworks_dep ki18n)
76 $(add_frameworks_dep kiconthemes)
77 $(add_frameworks_dep kinit)
78 $(add_frameworks_dep kio)
79 $(add_frameworks_dep knewstuff)
80 $(add_frameworks_dep knotifications)
81 $(add_frameworks_dep kservice)
82 $(add_frameworks_dep kwidgetsaddons)
83 $(add_frameworks_dep kwindowsystem X)
84 $(add_frameworks_dep kxmlgui)
85 $(add_frameworks_dep plasma)
86 $(add_plasma_dep kdecoration)
87 dev-qt/qtdbus:5
88 dev-qt/qtdeclarative:5
89 dev-qt/qtgui:5[gles2=,opengl(+)]
90 dev-qt/qtmultimedia:5[qml]
91 dev-qt/qtscript:5
92 dev-qt/qtwidgets:5
93 dev-qt/qtx11extras
94 media-libs/libepoxy
95 x11-libs/libICE
96 x11-libs/libSM
97 x11-libs/libX11
98 >=x11-libs/libxcb-1.10
99 x11-libs/xcb-util-cursor
100 x11-libs/xcb-util-image
101 x11-libs/xcb-util-keysyms
102 wayland? (
103 $(add_plasma_dep kwayland)
104 >=dev-libs/libinput-0.10
105 >=dev-libs/wayland-1.2
106 virtual/libudev:=
107 >=x11-libs/libxkbcommon-0.4.1
108 )
109 "
110 RDEPEND="${COMMON_DEPEND}
111 $(add_plasma_dep kde-cli-tools)
112 !kde-base/kwin
113 !kde-base/systemsettings
114 "
115 DEPEND="${COMMON_DEPEND}
116 dev-qt/designer:5
117 dev-qt/qtconcurrent:5
118 media-libs/mesa[egl,gles2?]
119 x11-proto/xproto
120 test? ( x11-libs/xcb-util-wm )
121 "
122
123 src_configure() {
124 local mycmakeargs=(
125 $(cmake-utils_use_find_package wayland)
126 $(cmake-utils_use_find_package wayland KF5Wayland)
127 $(cmake-utils_use_find_package wayland Libinput)
128 $(cmake-utils_use_find_package wayland UDev)
129 )
130
131 kde5_src_configure
132 }