diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-15 21:02:22 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-19 01:40:03 +1100 |
commit | c57c449cd3d0d14d4a9226b6943ae07782c0d9d2 (patch) | |
tree | 1f2b5de5c1bb2f45142d6a3fcbfebd69599a59df /kde-apps/kteatime/kteatime-15.12.3.ebuild | |
parent | kde-base/kdelibs: Version bump to 4.14.18 (diff) | |
download | gentoo-c57c449cd3d0d14d4a9226b6943ae07782c0d9d2.tar.gz gentoo-c57c449cd3d0d14d4a9226b6943ae07782c0d9d2.tar.bz2 gentoo-c57c449cd3d0d14d4a9226b6943ae07782c0d9d2.zip |
kde-apps: Add 15.12.3 from kde overlay
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/kteatime/kteatime-15.12.3.ebuild')
-rw-r--r-- | kde-apps/kteatime/kteatime-15.12.3.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kteatime/kteatime-15.12.3.ebuild b/kde-apps/kteatime/kteatime-15.12.3.ebuild new file mode 100644 index 000000000000..cf2ce5ca75a7 --- /dev/null +++ b/kde-apps/kteatime/kteatime-15.12.3.ebuild @@ -0,0 +1,31 @@ +# 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" ) |