diff options
Diffstat (limited to 'kde-apps/kteatime')
-rw-r--r-- | kde-apps/kteatime/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kteatime/files/kteatime-15.11.80-kcrash-initialise.patch | 28 | ||||
-rw-r--r-- | kde-apps/kteatime/kteatime-15.12.3.ebuild | 31 |
3 files changed, 0 insertions, 60 deletions
diff --git a/kde-apps/kteatime/Manifest b/kde-apps/kteatime/Manifest index 6d3642d36e42..5048ebe0668d 100644 --- a/kde-apps/kteatime/Manifest +++ b/kde-apps/kteatime/Manifest @@ -1,2 +1 @@ -DIST kteatime-15.12.3.tar.xz 104900 SHA256 98a940fd9c999e2367572793359c02245f7e1db4b17f408154c055f816030e32 SHA512 73d1c80b81dc65450b53401ec53bbdc2217d790b529b66ff40cc5d6213ad4e41f351fd8334f8bb871c7569058fc126fecf1629819aa761c79c42b9ec0d5699ec WHIRLPOOL b2ff7138013eb79962732adcc1a5a3c1c27577cafcc6f07cc31d44c6cf7cacdbbc2e281431ce4510e9e3c6032650add49c84fc8d48ab70a1320628660588e407 DIST kteatime-16.04.3.tar.xz 104964 SHA256 8313329b4e9fda9dba4d3f5bd9052dfff681320ef53e1c8ebc24f2690219f5a2 SHA512 274f0ded4bf5dfebac70b93297a8a290bbc70c57626dfc8653068b2a1d4eadb52a671f0c229b91510a9e7dd3bc035ca710ca483e954b1dab3c1bb02646a7dcab WHIRLPOOL 70d516adf251b22d646116d76e5455e5e6d0e2162419a1bd98593a60fd0d884ac30021da28f07411467245b7e42c25669e8453c18ac2d45a4d8dada3d1081717 diff --git a/kde-apps/kteatime/files/kteatime-15.11.80-kcrash-initialise.patch b/kde-apps/kteatime/files/kteatime-15.11.80-kcrash-initialise.patch deleted file mode 100644 index 3a67bb2d4b47..000000000000 --- a/kde-apps/kteatime/files/kteatime-15.11.80-kcrash-initialise.patch +++ /dev/null @@ -1,28 +0,0 @@ -commit 8edb1db4016fc90a8406e4e0c5d1a04378f72e5f -Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Tue Dec 1 23:47:36 2015 +0100 - - Initialise KCrash for DrKonqui integration. - -diff --git a/src/main.cpp b/src/main.cpp -index 2b5d8cc..665a92d 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -22,6 +22,7 @@ - #include <QCommandLineParser> - - #include <KAboutData> -+#include <KCrash> - #include <KLocalizedString> - - -@@ -44,6 +45,9 @@ int main (int argc, char *argv[]) - ) - ); - -+ // TODO: for >=KF5.15 use KCrash::initialize(); -+ KCrash::setCrashHandler(KCrash::defaultCrashHandler); -+ - aboutData.addAuthor(i18n("Stefan Böhmann"), i18n("Current maintainer"), QStringLiteral("kde@hilefoks.org"), QStringLiteral("http://www.hilefoks.org"), QStringLiteral("hilefoks")); - aboutData.addAuthor(i18n("Matthias Hoelzer-Kluepfel"), QString(), QStringLiteral("hoelzer@kde.org")); - aboutData.addAuthor(i18n("Martin Willers"), QString(), QStringLiteral("willers@xm-arts.de")); diff --git a/kde-apps/kteatime/kteatime-15.12.3.ebuild b/kde-apps/kteatime/kteatime-15.12.3.ebuild deleted file mode 100644 index e9260f416271..000000000000 --- a/kde-apps/kteatime/kteatime-15.12.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE timer for making a fine cup of tea" -HOMEPAGE="https://www.kde.org/applications/games/kteatime" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-15.11.80-kcrash-initialise.patch" ) |