kde-misc/yakuake: Remove 3.0.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Johannes Huber
2017-04-03 20:07:24 +02:00
parent edbc5c659b
commit b9bf42c1a5
3 changed files with 0 additions and 79 deletions

View File

@@ -1,3 +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
DIST yakuake-3.0.4.tar.xz 367788 SHA256 10e2b57c508e2ec5bfd09eac38c4c16a1ac4b93b394b3ce3120b7d8859b861e0 SHA512 e50fe742349e02116bb9d7edd61178fcbc215ace39d50b48fb8ec3095c948a7ff91add7be5d8778c817f9d5b4663d4cefe3e0ef197c7ec6e0b88b3158ff39659 WHIRLPOOL 4223f973ddc5cb6d40289f8e9943740c9a734ffa9b05763c09a1baf1323065454e13f8fb86ff904672300a87bad6168e44808c23ea851cd92ecce9454f107d7d

View File

@@ -1,30 +0,0 @@
From 2290cf018e2fef96c737b4cfe3f330435ccbdc76 Mon Sep 17 00:00:00 2001
From: Luca Beltrame <lbeltrame@kde.org>
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: hein@kde.org
---
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

View File

@@ -1,48 +0,0 @@
# 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" )