summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-07-04 10:37:03 +0000
committerJohannes Huber <johu@gentoo.org>2015-07-04 10:37:03 +0000
commitc4ab8b2830cfc2bdadad6119936545b521e8966d (patch)
tree4267542c60f515d79476ec38f15ffbd123ae944d /kde-plasma
parentVersion bump. Remove old. (diff)
downloadgentoo-2-c4ab8b2830cfc2bdadad6119936545b521e8966d.tar.gz
gentoo-2-c4ab8b2830cfc2bdadad6119936545b521e8966d.tar.bz2
gentoo-2-c4ab8b2830cfc2bdadad6119936545b521e8966d.zip
Revision bump re-adds gles2 patch, bug #551448.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwin/ChangeLog8
-rw-r--r--kde-plasma/kwin/kwin-5.3.2-r1.ebuild (renamed from kde-plasma/kwin/kwin-5.3.2.ebuild)4
2 files changed, 10 insertions, 2 deletions
diff --git a/kde-plasma/kwin/ChangeLog b/kde-plasma/kwin/ChangeLog
index 8928b8c0527d..bd9ea83160c1 100644
--- a/kde-plasma/kwin/ChangeLog
+++ b/kde-plasma/kwin/ChangeLog
@@ -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 <johu@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)
diff --git a/kde-plasma/kwin/kwin-5.3.2.ebuild b/kde-plasma/kwin/kwin-5.3.2-r1.ebuild
index 35241e2b0eae..a937971c3584 100644
--- a/kde-plasma/kwin/kwin-5.3.2.ebuild
+++ b/kde-plasma/kwin/kwin-5.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.1 2015/06/30 20:50:13 johu Exp $
+# $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
@@ -73,6 +73,8 @@ DEPEND="${COMMON_DEPEND}
test? ( x11-libs/xcb-util-wm )
"
+PATCHES=( "${FILESDIR}/${PN}-5.3.1-gles2.patch" )
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package wayland)