johu 15/05/31 22:06:17 Added: metadata.xml kwin-5.3.1.ebuild ChangeLog Log: 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. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Revision Changes Path 1.1 kde-plasma/kwin/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>kde</herd> <use> <flag name="gles2">Use OpenGL ES 2 instead of full GL</flag> </use> </pkgmetadata> 1.1 kde-plasma/kwin/kwin-5.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.1.ebuild?rev=1.1&content-type=text/plain Index: kwin-5.3.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/kwin-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $ EAPI=5 KDE_HANDBOOK="true" KDE_TEST="true" VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE window manager" LICENSE="GPL-2+" KEYWORDS="~amd64" IUSE="gles2 wayland" 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 kinit) $(add_frameworks_dep kio) $(add_frameworks_dep knewstuff) $(add_frameworks_dep knotifications) $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem X) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep plasma) $(add_plasma_dep kdecoration) dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=,opengl] dev-qt/qtmultimedia:5[qml] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras media-libs/libepoxy x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libxcb-1.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms wayland? ( $(add_plasma_dep kwayland) >=dev-libs/libinput-0.10 >=dev-libs/wayland-1.2 virtual/libudev:= >=x11-libs/libxkbcommon-0.4.1 ) " RDEPEND="${COMMON_DEPEND} $(add_plasma_dep kde-cli-tools) !kde-base/kwin !kde-base/systemsettings " DEPEND="${COMMON_DEPEND} dev-qt/designer:5 dev-qt/qtconcurrent:5 media-libs/mesa[egl,gles2?] x11-proto/xproto test? ( x11-libs/xcb-util-wm ) " src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package wayland) $(cmake-utils_use_find_package wayland KF5Wayland) $(cmake-utils_use_find_package wayland Libinput) $(cmake-utils_use_find_package wayland UDev) ) kde5_src_configure } 1.1 kde-plasma/kwin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for kde-plasma/kwin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $ *kwin-5.3.1 (31 May 2015) 31 May 2015; Johannes Huber <j...@gentoo.org> +kwin-5.3.1.ebuild, +metadata.xml: 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.