diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-15 15:08:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-15 15:09:32 +0200 |
commit | 54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9 (patch) | |
tree | b1b36d8867b77df28e956c3f88378ef5518961f9 /kde-apps/kubrick/kubrick-19.08.0.ebuild | |
parent | kde-misc/kio-gdrive: Pin kde-apps/libkgapi version to <19.04.50 (diff) | |
download | gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.gz gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.bz2 gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.zip |
kde-apps: Add KDE Applications 19.08.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kubrick/kubrick-19.08.0.ebuild')
-rw-r--r-- | kde-apps/kubrick/kubrick-19.08.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kubrick/kubrick-19.08.0.ebuild b/kde-apps/kubrick/kubrick-19.08.0.ebuild new file mode 100644 index 000000000000..58c7ac189c8f --- /dev/null +++ b/kde-apps/kubrick/kubrick-19.08.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Game based on the \"Rubik's Cube\" puzzle by KDE" +HOMEPAGE="https://kde.org/applications/games/kubrick/" +KEYWORDS="~amd64 ~arm64 ~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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtopengl) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + virtual/glu + virtual/opengl +" +RDEPEND="${DEPEND}" |