summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kfourinline')
-rw-r--r--kde-apps/kfourinline/Manifest1
-rw-r--r--kde-apps/kfourinline/kfourinline-18.12.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kfourinline/Manifest b/kde-apps/kfourinline/Manifest
index 31317bf4fc73..ee51be0455f0 100644
--- a/kde-apps/kfourinline/Manifest
+++ b/kde-apps/kfourinline/Manifest
@@ -1 +1,2 @@
DIST kfourinline-18.08.3.tar.xz 635652 BLAKE2B 8b4a4bd3b81207dded9f6a5013816e264302dff763c17738f099f0ab4d9e6f04a59298f25a93d206f97cbbeb373253c5b1ae162119e24fa41988f03c1ee53179 SHA512 d7fb81034163fee2ab98b49286e64127468b405592efe18863084ead4cd5f6e8288b22df712daa57afab215c736a3f1be5f9a094e13a550bc01de583bf148030
+DIST kfourinline-18.12.0.tar.xz 636108 BLAKE2B 4833c0140f06aeee778856ba1b9eddc7ae56b1a34733639c293e983a423163fbb4106d4031127a989500980a47a5f77a38e4c9f28a8f9dfabb2b4e6fb1582410 SHA512 2e5152aeb47d600ebb707bf2a0e787ea60886cfdaf8dcf4e30a82e191515793903002500535db2bc3a943213b1d5a2faed28b349b3cb3ddc83dc683aed9fc655
diff --git a/kde-apps/kfourinline/kfourinline-18.12.0.ebuild b/kde-apps/kfourinline/kfourinline-18.12.0.ebuild
new file mode 100644
index 000000000000..ace085029e16
--- /dev/null
+++ b/kde-apps/kfourinline/kfourinline-18.12.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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}"