diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-08 02:48:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-08 02:48:58 +0100 |
commit | 4aad2610b4d146670da328599b0e2d8dcb83cb0a (patch) | |
tree | 31894fa46ecd14d2f6f9047309b181515541c309 /kde-apps/kapman | |
parent | profiles: Add kde-apps-18.12.1 package.mask (diff) | |
download | kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.gz kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.bz2 kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.zip |
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kapman')
-rw-r--r-- | kde-apps/kapman/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kapman/kapman-18.12.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kapman/Manifest b/kde-apps/kapman/Manifest new file mode 100644 index 0000000000..8cf68f4d08 --- /dev/null +++ b/kde-apps/kapman/Manifest @@ -0,0 +1 @@ +DIST kapman-18.12.1.tar.xz 2525504 BLAKE2B 8074203bc25054acddb473813d82533ef12245bad57daa30bb9ef056ac2662b404012844a6ea17e5f9197f6b3c25d50e20792b744bb37421ce7047afc51f0699 SHA512 b3ac08affcc6f09056c80afbb1c5ac762cc49e71f42ff1a2e976b8fc8001121be4f320dfbbb4983f28b61de5bc632b87f8a71da4a861f761d58171cea6302966 diff --git a/kde-apps/kapman/kapman-18.12.1.ebuild b/kde-apps/kapman/kapman-18.12.1.ebuild new file mode 100644 index 0000000000..56b2fc6e61 --- /dev/null +++ b/kde-apps/kapman/kapman-18.12.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Pac-Man clone by KDE" +HOMEPAGE="https://www.kde.org/applications/games/kapman/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(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 qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" |