commit:     8389104a8db3a28325746eeb7a46ebad7599431d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 18:27:36 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 18:29:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8389104a

kde-misc/yakuake: 3.0.3 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/yakuake/Manifest                         |  1 +
 kde-misc/yakuake/files/yakuake-3.0.3-qt-5.7.patch | 30 ++++++++++++++
 kde-misc/yakuake/yakuake-3.0.3.ebuild             | 48 +++++++++++++++++++++++
 3 files changed, 79 insertions(+)

diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
index adfa0b3487c..6348f7b2669 100644
--- a/kde-misc/yakuake/Manifest
+++ b/kde-misc/yakuake/Manifest
@@ -1 +1,2 @@
 DIST yakuake-3.0.2.tar.xz 443516 SHA256 
e541e725246e20b755d8c9314185739f2439e18b884f6ae6f977343443948d6d SHA512 
11fb5b9c587bda8db6cf565129b5b1aecbcc2e1132841cce4e7755c61ca5a55775bd6024ca561d8a7c163a31186414175f7d637ebc9a9ad2782d97456e527584
 WHIRLPOOL 
4d5ae6b1d55fd6b7ed030f78c89ed46839d29bfdba54b178e813b90f1947fa2eb9775c453e055bda3757fd5ea28a9d860630e636cae0b0d4c56c9b27d844b45b
+DIST yakuake-3.0.3.tar.xz 367512 SHA256 
ef51aa3325916d352fde17870cf706397e41105103e4c9289cc4032a1b8609a7 SHA512 
deb1ab7fa2198cc324948a340e08e10d45bde389aab16e0050f78a6bac1b8b4dcc025f3aad966009d1a750712620f5345f6f2ce6dff7e1300f4ac8e53ccae601
 WHIRLPOOL 
ff314fa07cb0f08b79181b53f793ef885e0daaddf48ec5f3855ca85c4a79c9d7759052578e4c37c6de8665eec315e94a84798fb443469b2235e19f1845097f75

diff --git a/kde-misc/yakuake/files/yakuake-3.0.3-qt-5.7.patch 
b/kde-misc/yakuake/files/yakuake-3.0.3-qt-5.7.patch
new file mode 100644
index 00000000000..2cca499c0dc
--- /dev/null
+++ b/kde-misc/yakuake/files/yakuake-3.0.3-qt-5.7.patch
@@ -0,0 +1,30 @@
+From 2290cf018e2fef96c737b4cfe3f330435ccbdc76 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <[email protected]>
+Date: Fri, 31 Mar 2017 17:44:22 +0200
+Subject: Fix build with Qt 5.7
+
+QPlatformSurfaceEvent is likely included by something else in Qt 5.8,
+but it doesn't in Qt 5.7.
+
+Observed in openSUSE Tumbleweed (which has Qt 5.7).
+
+CCMAIL: [email protected]
+---
+ app/mainwindow.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
+index ea8ee8a..a7b0d89 100644
+--- a/app/mainwindow.cpp
++++ b/app/mainwindow.cpp
+@@ -54,6 +54,7 @@
+ #include <QWhatsThis>
+ #include <QWindow>
+ #include <QtDBus/QtDBus>
++#include <QPlatformSurfaceEvent>
+ 
+ #if HAVE_X11
+ #include <QX11Info>
+-- 
+cgit v0.11.2
+

diff --git a/kde-misc/yakuake/yakuake-3.0.3.ebuild 
b/kde-misc/yakuake/yakuake-3.0.3.ebuild
new file mode 100644
index 00000000000..db8cd67e45c
--- /dev/null
+++ b/kde-misc/yakuake/yakuake-3.0.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Quake-style terminal emulator based on konsole"
+HOMEPAGE="http://yakuake.kde.org/";
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+       SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep karchive)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kcrash)
+       $(add_frameworks_dep kdbusaddons)
+       $(add_frameworks_dep kglobalaccel)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep knewstuff)
+       $(add_frameworks_dep knotifications)
+       $(add_frameworks_dep knotifyconfig)
+       $(add_frameworks_dep kparts)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kwindowsystem)
+       $(add_frameworks_dep kxmlgui)
+       $(add_kdeapps_dep konsole)
+       $(add_qt_dep qtdbus)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       $(add_qt_dep qtx11extras)
+       x11-libs/libX11
+"
+RDEPEND="${DEPEND}
+       !kde-misc/yakuake:4
+"
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.7.patch" )

Reply via email to