diff options
author | 2019-03-07 14:34:58 +0100 | |
---|---|---|
committer | 2019-03-07 14:36:38 +0100 | |
commit | c1941078fbe8744f0710332dee5705d3a95a800b (patch) | |
tree | 2fbace875e510011c2845a85071b60cf371926d5 /kde-apps/kfourinline | |
parent | app-emulation/xen-tools: drop old (diff) | |
download | gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.gz gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.bz2 gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.zip |
kde-apps: Add KDE Applications 18.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kfourinline')
-rw-r--r-- | kde-apps/kfourinline/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kfourinline/kfourinline-18.12.3.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kfourinline/Manifest b/kde-apps/kfourinline/Manifest index 136b0c529ff9..6bce58bbb8f0 100644 --- a/kde-apps/kfourinline/Manifest +++ b/kde-apps/kfourinline/Manifest @@ -1,2 +1,3 @@ DIST kfourinline-18.08.3.tar.xz 635652 BLAKE2B 8b4a4bd3b81207dded9f6a5013816e264302dff763c17738f099f0ab4d9e6f04a59298f25a93d206f97cbbeb373253c5b1ae162119e24fa41988f03c1ee53179 SHA512 d7fb81034163fee2ab98b49286e64127468b405592efe18863084ead4cd5f6e8288b22df712daa57afab215c736a3f1be5f9a094e13a550bc01de583bf148030 DIST kfourinline-18.12.2.tar.xz 636532 BLAKE2B 7e6969110df364f1b28feb6bd99ce36259505590e14686fa52fff39761755cb0dcd2f6550826e5642fbf33cf7ad1c437c337a6462d65b03fda6b42e293ea42ff SHA512 0e68a9bb652b91a71019cb6883cbcbf79f706598faec9a507993a2c4ee6189877f40c924a24bc130f7878ba1bb5a052c5f8bae3c0f44fd0db62d2ad3784116d9 +DIST kfourinline-18.12.3.tar.xz 636588 BLAKE2B e339d6392a3af705fd9685be911ca805267ed4edefa2667dd47d4ffd03a91e11cd114034f46868633c3a555bf58c7dcde598614dc88cf46afb2e869cd3954bf7 SHA512 69c75f82432862af0600d26072b58436de1073f97bae385d24f4c806e46f06e9a18a0549084050a4698fbcd7358e4789555f7b52e89875f2fa29db42b3e570ff diff --git a/kde-apps/kfourinline/kfourinline-18.12.3.ebuild b/kde-apps/kfourinline/kfourinline-18.12.3.ebuild new file mode 100644 index 000000000000..bdd9da7ed2b5 --- /dev/null +++ b/kde-apps/kfourinline/kfourinline-18.12.3.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="KDE four-in-a-row game" +HOMEPAGE="https://www.kde.org/applications/games/kfourinline/ +https://games.kde.org/game.php?game=kfourinline" +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 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}" |