diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2015-11-22 20:53:21 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-12-06 20:45:42 +1100 |
commit | c2f6950ca5c57264ca8a5faff62c204fd035bb51 (patch) | |
tree | ccc74831274f1919586c5a951db941c451456d69 /kde-apps/kteatime | |
parent | kde-apps/kwalletmanager: Resurrect 15.04.3 for USE=minimal and fixes (diff) | |
download | gentoo-c2f6950ca5c57264ca8a5faff62c204fd035bb51.tar.gz gentoo-c2f6950ca5c57264ca8a5faff62c204fd035bb51.tar.bz2 gentoo-c2f6950ca5c57264ca8a5faff62c204fd035bb51.zip |
kde-apps: Move 15.08.3 kdeutils from overlay
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps/kteatime')
4 files changed, 66 insertions, 0 deletions
diff --git a/kde-apps/kteatime/Manifest b/kde-apps/kteatime/Manifest index 7dde03b3213b..b42abb6dc883 100644 --- a/kde-apps/kteatime/Manifest +++ b/kde-apps/kteatime/Manifest @@ -1 +1,2 @@ +DIST kteatime-15.08.3.tar.xz 104624 SHA256 9df2aad860814752d49d409ef22d6bfda42da5a96a16f97962f8300e862032fa SHA512 71184c6d3e1be718ad1a34b8ccb4174a893a6e4c223c2fdf89ad0dc8646e8013a0967e6e9820d0dfc84a153d4e4372ffd50fbdb541bf192e617cdea7344bf0f8 WHIRLPOOL 70a3633d06921e22af2551ef9c835b53e1ba040b90abaa1299e4438a0bcd5443e687ceea5cfaf9841ed31ab182c0df2f4c5676006efd737b3aa8dd46aad45a7f DIST kteatime-4.14.3.tar.xz 100472 SHA256 91637f39a7b1e5dc2e314a6ad70212e29f4c5bd2c135a7868dd3a96358a7399b SHA512 ef705dde345bded414b0edf4a25dc9a0b47eb5c55d6dbcec33ebb350c7fae3c82f81bf2e5f0c46993a026553551ccd32ea1cb9a6d5b644a8ef2d6f8b160f58ce WHIRLPOOL d33d00deb90850bad2511676c7c029ed21f72cf3ba4249c51473b24ada04a1edee29b7672abd15639a4178342416210d2b16e53d4c174f68f6729fe6a47d6872 diff --git a/kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.patch b/kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.patch new file mode 100644 index 000000000000..8defb672d775 --- /dev/null +++ b/kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.patch @@ -0,0 +1,10 @@ +--- a/src/org.kde.kteatime.desktop ++++ b/src/org.kde.kteatime.desktop +@@ -140,6 +140,5 @@ + Terminal=false + X-DocPath=kteatime/index.html + X-KDE-StartupNotify=true +-X-DBUS-StartupType=Multi + Categories=Qt;KDE;Utility; + + diff --git a/kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.patch b/kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.patch new file mode 100644 index 000000000000..d2078df72ee2 --- /dev/null +++ b/kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.patch @@ -0,0 +1,22 @@ +diff --git a/src/main.cpp b/src/main.cpp +index 2b5d8cce109e19511cc85c7af06d760006a0f04f..665a92d242917d01be7a9d42cea3d7f29768fdbe 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.08.3-r1.ebuild b/kde-apps/kteatime/kteatime-15.08.3-r1.ebuild new file mode 100644 index 000000000000..06f1f06505bb --- /dev/null +++ b/kde-apps/kteatime/kteatime-15.08.3-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-dont-block-plasmashell.patch" + "${FILESDIR}/${P}-drkonqi-integration.patch" +) |