diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 12:40:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 16:29:37 +0200 |
commit | 77996f0bd46af757187d387e251f25fdf21a33f8 (patch) | |
tree | 18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kollision | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2 gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip |
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kollision')
-rw-r--r-- | kde-apps/kollision/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kollision/kollision-19.04.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest index bdaff44bc23c..0a367e85c413 100644 --- a/kde-apps/kollision/Manifest +++ b/kde-apps/kollision/Manifest @@ -1 +1,2 @@ DIST kollision-18.12.3.tar.xz 280760 BLAKE2B 3ae79e2ae76849e7d1e583343bbbadeac36d54470566cc3bb78a25ff2eb966eeac350c042dd2b6d2a9e77ee87635adbf51cf963094ec2e4b53d2aae29ab81aed SHA512 eec43613ab81ebbabe3f6e2ea59f861c7c22772105ec1a15bb1fac5a1eb8086627a00ae1987c77d757b0ea8f14c2544dbcec69f669e6f8ae6866e483e29ec3e4 +DIST kollision-19.04.0.tar.xz 280852 BLAKE2B 24b87c7a5019340843cb4cad4984fed2d268ec29f11f2ee5e62696deab4546b215d37a3ebc761997aca99f5c890e2355b5da8b624bd32cf41717ce9e9cb9b1da SHA512 95ef13a9d128a9b23bd6f48d60a794957e33e360c194d67f9874aeeb290df291130911fa148f2eb445de9fd8510f6a4755ad2072e825465389e7c11238b7f921 diff --git a/kde-apps/kollision/kollision-19.04.0.ebuild b/kde-apps/kollision/kollision-19.04.0.ebuild new file mode 100644 index 000000000000..8cd239d19fb8 --- /dev/null +++ b/kde-apps/kollision/kollision-19.04.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Simple ball dodging game" +HOMEPAGE=" + https://kde.org/applications/games/kollision/ + https://games.kde.org/game.php?game=kollision +" +KEYWORDS="~amd64 ~arm64 ~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 qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" |