diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-08 19:04:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-08 19:04:39 +0100 |
commit | d7443e05892e21953f2476002a87f3c0213706bb (patch) | |
tree | bdc943e4106bc2c6f20218650cf96563b88f1827 /kde-apps/kfourinline | |
parent | sys-fs/zfs: drop old (diff) | |
download | gentoo-d7443e05892e21953f2476002a87f3c0213706bb.tar.gz gentoo-d7443e05892e21953f2476002a87f3c0213706bb.tar.bz2 gentoo-d7443e05892e21953f2476002a87f3c0213706bb.zip |
kde-apps: Add KDE Applications 17.12.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kfourinline')
-rw-r--r-- | kde-apps/kfourinline/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kfourinline/kfourinline-17.12.3.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kfourinline/Manifest b/kde-apps/kfourinline/Manifest index ec9f0c718e42..23bad3a80698 100644 --- a/kde-apps/kfourinline/Manifest +++ b/kde-apps/kfourinline/Manifest @@ -1,2 +1,3 @@ DIST kfourinline-17.08.3.tar.xz 573060 BLAKE2B 2309ff12fd41b4c625d6f78e7d23203b2d86e0f770a231e279b06e548ca3500990026776fe1e2a6d8e34203dc897c93bc2395da0afc30b7389009566e95ce2ca SHA512 d3585c205dbbc8cc9cfc5d0dca67d63c82a23a54e953980325064df29ebab3766f2c1f940b1ab210d6455108a8fb29f7d29cfbabcccd8c4506d3a84bf6463445 DIST kfourinline-17.12.2.tar.xz 573144 BLAKE2B 151ff53baf2de83c6360490bb14c354ae782d26690747cbf3caa066b3d272bbfc4a41af0867610357a0a04165dad40189a51e79ab0eb8c23000d0583ac9777ba SHA512 3f7e0b179347bbb2cafb43f02af8a99becd872c35419a432e213afec1f1767b53a07a2abcae193fe868c891cbb464768bf5ade33565b5fba8c6f2c452d234594 +DIST kfourinline-17.12.3.tar.xz 573076 BLAKE2B b7fa506a3e602286b6e5329fd5b091e8165f80104ddf9c6c859e75caaa29257f124c05da82a04e7e8f5ff90ffe5654287a1e10b2f1bbaebde90042b240ce08a3 SHA512 77f9046d477e65aa99a7dd9b4c88b1bf8727e25127b1afdf9872f01d8154bb01e3dd3d8dfe294698dcbc8acdb666f0cfa80bace9893448a5a696485316997005 diff --git a/kde-apps/kfourinline/kfourinline-17.12.3.ebuild b/kde-apps/kfourinline/kfourinline-17.12.3.ebuild new file mode 100644 index 000000000000..3e6be98491f5 --- /dev/null +++ b/kde-apps/kfourinline/kfourinline-17.12.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE four-in-a-row game" +HOMEPAGE=" + https://www.kde.org/applications/games/kfourinline/ + https://games.kde.org/game.php?game=kfourinline +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdnssd) + $(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) +" +RDEPEND="${DEPEND}" |