diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-11 23:13:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-11 23:46:08 +0200 |
commit | 2de492f66f593f97c84056a21259aaa5653681dd (patch) | |
tree | fe20d10d8a88b87b3b6ef55c8ac06f5b3621c0f0 /kde-apps/bovo | |
parent | kde5.eclass: Disable kdoctools_install(po) if KDE_HANDBOOK=forceoptional (diff) | |
download | gentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.gz gentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.bz2 gentoo-2de492f66f593f97c84056a21259aaa5653681dd.zip |
kde-apps: Add KDE Applications 17.04.1
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-apps/bovo')
-rw-r--r-- | kde-apps/bovo/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/bovo/bovo-17.04.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/bovo/Manifest b/kde-apps/bovo/Manifest index b106b735be1d..ffc0a56dc09e 100644 --- a/kde-apps/bovo/Manifest +++ b/kde-apps/bovo/Manifest @@ -1,2 +1,3 @@ DIST bovo-16.12.3.tar.xz 139400 SHA256 c63b5d0c3446baa85e91a7c1b9ae9370a1f01b98a7c6b07510bcf643dc3b26df SHA512 a4f57d559cb80bd0ca64cdb95643da19b1745e070b775f3e4982a6b8b550fae78bfdc412ec45c0c57ce8e78302cb21e90d8ee17765be9499bb29bf3e4c122045 WHIRLPOOL 667a194447bff219fcacf7dd0fdd30060abcb7c2bc5d7800b4da2dc4e53e7fb2d857ce8b5179a94aeb022f8c9729388da48b9a173b57ff6ebc78839f9bee66c5 DIST bovo-17.04.0.tar.xz 185388 SHA256 623620b1aac8f67dafe2e02b9e7cf2df63dc48021b5604bc533cc81fc071b648 SHA512 3f4aa164289acc2efa5fe271702b0f9cb64f65fc16692b4be2867ab92e79d6523a7b6109834b826dc14661ad3167da556ee64d22bd8dcb343afaee1284380be9 WHIRLPOOL 9ca097da9784520888da5c3beea1b5e9325a8bfa6feccbf6bede282d10d5c16db399b9c6d91e632d29c239230b6ad882616412bf847ca1ed99bade8ac62da4f5 +DIST bovo-17.04.1.tar.xz 185348 SHA256 5750f9de493251fb4d517b343eb74b1919e9798c7bc07596ad24d6f8dac1032e SHA512 0d944e166b2f85bda175fc31d7dd1484a69433989be0e38ee6daa3b184581c6f880218aa2350c369a77dedc4d60e00893fd0439708145d830a2b35a057d31882 WHIRLPOOL 8d0c220316e5eb191f993e930a64fae25952b50c9187a2e9654cea436ee0012274bca4271697436657a5db6387f1fb27eabc58648e8870219e357dea32c16f6d diff --git a/kde-apps/bovo/bovo-17.04.1.ebuild b/kde-apps/bovo/bovo-17.04.1.ebuild new file mode 100644 index 000000000000..a716c5fdc79b --- /dev/null +++ b/kde-apps/bovo/bovo-17.04.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Five-in-a-row Board Game" +HOMEPAGE="https://www.kde.org/applications/games/bovo/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS HISTORY TODO ) |