summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:14:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:25:03 +0100
commit576fc933c81aa6e526d87290af95e8e898e70ecb (patch)
tree73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/kteatime
parentdev-haskell/stack-bin: bump up to 1.6.1 (diff)
downloadgentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz
gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2
gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kteatime')
-rw-r--r--kde-apps/kteatime/Manifest1
-rw-r--r--kde-apps/kteatime/kteatime-17.12.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/kteatime/Manifest b/kde-apps/kteatime/Manifest
index 33c300bb1b59..9a8932d0dca3 100644
--- a/kde-apps/kteatime/Manifest
+++ b/kde-apps/kteatime/Manifest
@@ -1 +1,2 @@
DIST kteatime-17.08.3.tar.xz 297176 BLAKE2B 8ebda9735717c5ebff1cd91621a1069b4111d442b240fb5c95697f722d3c7e5f1da36ccf25cad67a758797d6317a2ed45ea0544056254903d3e568acbc4df62e SHA512 68488c2d46a498c5b23b2ef8c4d8ca286c7d20923b5d61843a81d9fb534f5133166e0d9534706555d47f046ca16ba5169de0a48b81c66ed68b2018cf6b3868c0
+DIST kteatime-17.12.0.tar.xz 297240 BLAKE2B 9b2556f34f74664e5dc24dc24f7094a0a145a6d15d0422e5e3ff70189de9b1aa66256a084c41f414420d20b8a99bd6cbd7336b5945b04d11bc42550cf1d72de6 SHA512 5063957bc229825291885b946ac021e45093ab1f3ec66ad2acf2a45c293772516ab42cf685126dbba5b1cf4b1f742ca08a840c84de5e91f8f739c49ecc120d82
diff --git a/kde-apps/kteatime/kteatime-17.12.0.ebuild b/kde-apps/kteatime/kteatime-17.12.0.ebuild
new file mode 100644
index 000000000000..d454ffd613ed
--- /dev/null
+++ b/kde-apps/kteatime/kteatime-17.12.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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}"