johu        15/07/04 10:37:04

  Modified:             ChangeLog
  Added:                kwin-5.3.2-r1.ebuild
  Removed:              kwin-5.3.2.ebuild
  Log:
  Revision bump re-adds gles2 patch, bug #551448.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  Changes    Path
1.5                  kde-plasma/kwin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   30 Jun 2015 20:50:13 -0000      1.4
+++ ChangeLog   4 Jul 2015 10:37:03 -0000       1.5
@@ -1,6 +1,12 @@
 # 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.4 2015/06/30 
20:50:13 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v 1.5 2015/07/04 
10:37:03 johu Exp $
+
+*kwin-5.3.2-r1 (04 Jul 2015)
+
+  04 Jul 2015; Johannes Huber <j...@gentoo.org> +kwin-5.3.2-r1.ebuild,
+  -kwin-5.3.2.ebuild:
+  Revision bump re-adds gles2 patch, bug #551448.
 
 *kwin-5.3.2 (30 Jun 2015)
 



1.1                  kde-plasma/kwin/kwin-5.3.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: kwin-5.3.2-r1.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.2-r1.ebuild,v 1.1 
2015/07/04 10:37:03 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.10
        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 )
"

PATCHES=( "${FILESDIR}/${PN}-5.3.1-gles2.patch" )

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
}




Reply via email to