Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/, kde-misc/yakuake/files/
Date: Fri, 31 Mar 2017 18:30:14
Message-Id: 1490984996.8389104a8db3a28325746eeb7a46ebad7599431d.asturm@gentoo
1 commit: 8389104a8db3a28325746eeb7a46ebad7599431d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 18:27:36 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 18:29:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8389104a
7
8 kde-misc/yakuake: 3.0.3 version bump
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-misc/yakuake/Manifest | 1 +
13 kde-misc/yakuake/files/yakuake-3.0.3-qt-5.7.patch | 30 ++++++++++++++
14 kde-misc/yakuake/yakuake-3.0.3.ebuild | 48 +++++++++++++++++++++++
15 3 files changed, 79 insertions(+)
16
17 diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
18 index adfa0b3487c..6348f7b2669 100644
19 --- a/kde-misc/yakuake/Manifest
20 +++ b/kde-misc/yakuake/Manifest
21 @@ -1 +1,2 @@
22 DIST yakuake-3.0.2.tar.xz 443516 SHA256 e541e725246e20b755d8c9314185739f2439e18b884f6ae6f977343443948d6d SHA512 11fb5b9c587bda8db6cf565129b5b1aecbcc2e1132841cce4e7755c61ca5a55775bd6024ca561d8a7c163a31186414175f7d637ebc9a9ad2782d97456e527584 WHIRLPOOL 4d5ae6b1d55fd6b7ed030f78c89ed46839d29bfdba54b178e813b90f1947fa2eb9775c453e055bda3757fd5ea28a9d860630e636cae0b0d4c56c9b27d844b45b
23 +DIST yakuake-3.0.3.tar.xz 367512 SHA256 ef51aa3325916d352fde17870cf706397e41105103e4c9289cc4032a1b8609a7 SHA512 deb1ab7fa2198cc324948a340e08e10d45bde389aab16e0050f78a6bac1b8b4dcc025f3aad966009d1a750712620f5345f6f2ce6dff7e1300f4ac8e53ccae601 WHIRLPOOL ff314fa07cb0f08b79181b53f793ef885e0daaddf48ec5f3855ca85c4a79c9d7759052578e4c37c6de8665eec315e94a84798fb443469b2235e19f1845097f75
24
25 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
26 new file mode 100644
27 index 00000000000..2cca499c0dc
28 --- /dev/null
29 +++ b/kde-misc/yakuake/files/yakuake-3.0.3-qt-5.7.patch
30 @@ -0,0 +1,30 @@
31 +From 2290cf018e2fef96c737b4cfe3f330435ccbdc76 Mon Sep 17 00:00:00 2001
32 +From: Luca Beltrame <lbeltrame@×××.org>
33 +Date: Fri, 31 Mar 2017 17:44:22 +0200
34 +Subject: Fix build with Qt 5.7
35 +
36 +QPlatformSurfaceEvent is likely included by something else in Qt 5.8,
37 +but it doesn't in Qt 5.7.
38 +
39 +Observed in openSUSE Tumbleweed (which has Qt 5.7).
40 +
41 +CCMAIL: hein@×××.org
42 +---
43 + app/mainwindow.cpp | 1 +
44 + 1 file changed, 1 insertion(+)
45 +
46 +diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
47 +index ea8ee8a..a7b0d89 100644
48 +--- a/app/mainwindow.cpp
49 ++++ b/app/mainwindow.cpp
50 +@@ -54,6 +54,7 @@
51 + #include <QWhatsThis>
52 + #include <QWindow>
53 + #include <QtDBus/QtDBus>
54 ++#include <QPlatformSurfaceEvent>
55 +
56 + #if HAVE_X11
57 + #include <QX11Info>
58 +--
59 +cgit v0.11.2
60 +
61
62 diff --git a/kde-misc/yakuake/yakuake-3.0.3.ebuild b/kde-misc/yakuake/yakuake-3.0.3.ebuild
63 new file mode 100644
64 index 00000000000..db8cd67e45c
65 --- /dev/null
66 +++ b/kde-misc/yakuake/yakuake-3.0.3.ebuild
67 @@ -0,0 +1,48 @@
68 +# Copyright 1999-2017 Gentoo Foundation
69 +# Distributed under the terms of the GNU General Public License v2
70 +
71 +EAPI=6
72 +
73 +inherit kde5
74 +
75 +DESCRIPTION="Quake-style terminal emulator based on konsole"
76 +HOMEPAGE="http://yakuake.kde.org/"
77 +if [[ ${KDE_BUILD_TYPE} != live ]]; then
78 + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
79 +fi
80 +
81 +LICENSE="GPL-2 LGPL-2"
82 +KEYWORDS="~amd64 ~x86"
83 +IUSE=""
84 +
85 +DEPEND="
86 + $(add_frameworks_dep karchive)
87 + $(add_frameworks_dep kconfig)
88 + $(add_frameworks_dep kconfigwidgets)
89 + $(add_frameworks_dep kcoreaddons)
90 + $(add_frameworks_dep kcrash)
91 + $(add_frameworks_dep kdbusaddons)
92 + $(add_frameworks_dep kglobalaccel)
93 + $(add_frameworks_dep ki18n)
94 + $(add_frameworks_dep kiconthemes)
95 + $(add_frameworks_dep kio)
96 + $(add_frameworks_dep knewstuff)
97 + $(add_frameworks_dep knotifications)
98 + $(add_frameworks_dep knotifyconfig)
99 + $(add_frameworks_dep kparts)
100 + $(add_frameworks_dep kservice)
101 + $(add_frameworks_dep kwidgetsaddons)
102 + $(add_frameworks_dep kwindowsystem)
103 + $(add_frameworks_dep kxmlgui)
104 + $(add_kdeapps_dep konsole)
105 + $(add_qt_dep qtdbus)
106 + $(add_qt_dep qtgui)
107 + $(add_qt_dep qtwidgets)
108 + $(add_qt_dep qtx11extras)
109 + x11-libs/libX11
110 +"
111 +RDEPEND="${DEPEND}
112 + !kde-misc/yakuake:4
113 +"
114 +
115 +PATCHES=( "${FILESDIR}/${P}-qt-5.7.patch" )