summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 12:40:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 16:29:37 +0200
commit77996f0bd46af757187d387e251f25fdf21a33f8 (patch)
tree18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kfourinline
parentwww-client/opera-beta: Old (diff)
downloadgentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kfourinline')
-rw-r--r--kde-apps/kfourinline/Manifest1
-rw-r--r--kde-apps/kfourinline/kfourinline-19.04.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kfourinline/Manifest b/kde-apps/kfourinline/Manifest
index a74906749f22..3331028c11b8 100644
--- a/kde-apps/kfourinline/Manifest
+++ b/kde-apps/kfourinline/Manifest
@@ -1 +1,2 @@
DIST kfourinline-18.12.3.tar.xz 636588 BLAKE2B e339d6392a3af705fd9685be911ca805267ed4edefa2667dd47d4ffd03a91e11cd114034f46868633c3a555bf58c7dcde598614dc88cf46afb2e869cd3954bf7 SHA512 69c75f82432862af0600d26072b58436de1073f97bae385d24f4c806e46f06e9a18a0549084050a4698fbcd7358e4789555f7b52e89875f2fa29db42b3e570ff
+DIST kfourinline-19.04.0.tar.xz 636688 BLAKE2B 3987b448941c0df2ba3f8ab44c2f43f5b470a1a3979da9c07e1cf8ca68e42456f221a68c28c0ebf27a66cb3ae9321d1a8c39e2d30a3dcbc19c37da358b4a4ce1 SHA512 79f519af67b7f76e20ad1feeb65acbd32c7f3ae6035b073489a88ce882a0e6d73233ad23ef2b5da1e961efb94505f01025107f1f6aea3879db91abe7878a0212
diff --git a/kde-apps/kfourinline/kfourinline-19.04.0.ebuild b/kde-apps/kfourinline/kfourinline-19.04.0.ebuild
new file mode 100644
index 000000000000..81c504ab7ba0
--- /dev/null
+++ b/kde-apps/kfourinline/kfourinline-19.04.0.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://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}"