diff options
Diffstat (limited to 'games-board/atlantik/atlantik-9999.ebuild')
-rw-r--r-- | games-board/atlantik/atlantik-9999.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/games-board/atlantik/atlantik-9999.ebuild b/games-board/atlantik/atlantik-9999.ebuild new file mode 100644 index 0000000000..5a304cea8a --- /dev/null +++ b/games-board/atlantik/atlantik-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Atlantik board game" +HOMEPAGE="https://cgit.kde.org/atlantik.git" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(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 kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +DEPEND="${RDEPEND}" |