diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
commit | fc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch) | |
tree | 326613a08f25851c388715e205576a2e7d25dc4f /kde-apps/kpat | |
parent | b24bd25253fe093f722ab576d29fdc41d04cb1ee (diff) |
gentoo resync : 18.08.2019
Diffstat (limited to 'kde-apps/kpat')
-rw-r--r-- | kde-apps/kpat/Manifest | 5 | ||||
-rw-r--r-- | kde-apps/kpat/files/kpat-19.04.3-missing-header.patch | 42 | ||||
-rw-r--r-- | kde-apps/kpat/kpat-19.04.3.ebuild | 2 | ||||
-rw-r--r-- | kde-apps/kpat/kpat-19.08.0.ebuild | 34 |
4 files changed, 82 insertions, 1 deletions
diff --git a/kde-apps/kpat/Manifest b/kde-apps/kpat/Manifest index 775cb63731f9..4d7e25ad093c 100644 --- a/kde-apps/kpat/Manifest +++ b/kde-apps/kpat/Manifest @@ -1,3 +1,6 @@ +AUX kpat-19.04.3-missing-header.patch 1371 BLAKE2B c557139aa81f5d5258a51de0fdceeac125c3649a658b1219fa2e311b5c3491f4c577d3c1aaa13f2d4cbb4cc6d122f26629e98bd79c15dccf22e1ad9bed293259 SHA512 9f52f0f0a079113e7911c877b8b716765abec188759faa4851ca7cbe8a0a3a47cf95d23d48726707e3c839b244809dc36716d9b04a40f18f0873fe684bfaf68c DIST kpat-19.04.3.tar.xz 3576096 BLAKE2B f086f7ac962171a9f2faf75f3a44ddf71a6c4ca42277178739596475f6333741b1de14bbbb27c7cb9b3076bf483d9717d041e7d7482f2ac9ca643e10993f58b9 SHA512 67ea63fc76fe95c10093a4d28575aa22c211312627323409f11c7973992f6afe009dc6d31433b42391f44f3f4930f0a6743d8beb59df1558697c2db5f8303eff -EBUILD kpat-19.04.3.ebuild 856 BLAKE2B 08788bd875ea25ab644d31eedce91f9227a1c83872372b1432f3ed8388a555de03b1500a9a558de2de4b733c31b9c9611124bb7e53512b40e069540c09d425e2 SHA512 77a8665e8559c560a03a833a9ccb2d1ecb6b5b23c6a2142f038bcab162c7727f0d91d1e2f62cd8b38e0dfc96b59fadd67dbd9bcd40e9143195645cd48eadface +DIST kpat-19.08.0.tar.xz 3575840 BLAKE2B b4c14d75cf4298b44c9856da0ccf8a0e219eeec5ab3e3058e252f2bc7ba6487283179bc3afb38ddc11a7a99f1595559ab78e0ed5a569975a37e5f3b9cafe8b15 SHA512 d6c05dfa62d7beeb1f023221a986dfd0b3520d260ad3cf91eedecd15da662ff9ba8ba3fb0ea9ec08ec02474b1dcbac70757113702b052fb8b55053f83d7fcddb +EBUILD kpat-19.04.3.ebuild 909 BLAKE2B 79adad702ef3d4179e0ef026f9721bafc1843058d0f985b709d457c0f671006d71ce8690099f04fd9acd1862e5eb95125ad69184f3c442f2ed50a2364ca602ff SHA512 79cf34949f36b3487e0416766dc13e4a3793356d2d19f1ddda93fc1d9e6820bf6d7f50a9d4542ef1ed19a91d3496c1a9b77010697eee57b16916d4c485462922 +EBUILD kpat-19.08.0.ebuild 859 BLAKE2B 98847c8b817d02930a8b07f55b7b2c3b719bd18bf7dc822bae87360f42994bf41f1d57aed725c239e0b452d8a57317c2183298011a7a1dfc27068bd0a6a54028 SHA512 2a11f535aa08e26f4940abab00647b8143dd1615564035e17f1ebea88792dd389c8d879cf4c5ead84bae34fef3d8533d6afda99e2f699bcf28d55da1a143b26b MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-apps/kpat/files/kpat-19.04.3-missing-header.patch b/kde-apps/kpat/files/kpat-19.04.3-missing-header.patch new file mode 100644 index 000000000000..be272b75f4ca --- /dev/null +++ b/kde-apps/kpat/files/kpat-19.04.3-missing-header.patch @@ -0,0 +1,42 @@ +From 5b68765dcd431bca55582c4996adf73ed0ac0123 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame <lbeltrame@kde.org> +Date: Thu, 18 Jul 2019 23:28:57 +0200 +Subject: Add QMap include to fix build (with Qt 5.13) + +It looks it's no longer included transitively. +--- + mainwindow.h | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/mainwindow.h b/mainwindow.h +index 0d6b2da..ca6ee0f 100644 +--- a/mainwindow.h ++++ b/mainwindow.h +@@ -23,7 +23,7 @@ + * ------------------------------------------------------------------------- + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as +- * published by the Free Software Foundation; either version 2 of ++ * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, +@@ -53,6 +53,7 @@ class KRecentFilesAction; + class KToggleAction; + class QUrl; + #include <KXmlGuiWindow> ++#include <QMap> + + class QLabel; + +@@ -127,7 +128,7 @@ private: + QAction * m_upAction; + QAction * m_downAction; + QAction * m_cancelAction; +- QAction * m_pickUpSetDownAction; ++ QAction * m_pickUpSetDownAction; + + KRecentFilesAction * m_recentFilesAction; + QAction * m_saveAction; +-- +cgit v1.1 diff --git a/kde-apps/kpat/kpat-19.04.3.ebuild b/kde-apps/kpat/kpat-19.04.3.ebuild index 74d19ed5d4bb..fbe9f755a2f3 100644 --- a/kde-apps/kpat/kpat-19.04.3.ebuild +++ b/kde-apps/kpat/kpat-19.04.3.ebuild @@ -32,3 +32,5 @@ DEPEND=" dev-games/freecell-solver " RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/${P}-missing-header.patch ) diff --git a/kde-apps/kpat/kpat-19.08.0.ebuild b/kde-apps/kpat/kpat-19.08.0.ebuild new file mode 100644 index 000000000000..c11a0502692d --- /dev/null +++ b/kde-apps/kpat/kpat-19.08.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE patience game" +HOMEPAGE="https://games.kde.org/game.php?game=kpat" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + dev-games/freecell-solver +" +RDEPEND="${DEPEND}" |