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