summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kblackbox')
-rw-r--r--kde-apps/kblackbox/Manifest1
-rw-r--r--kde-apps/kblackbox/kblackbox-19.08.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kblackbox/Manifest b/kde-apps/kblackbox/Manifest
index 8ecc5ca3357d..40cff4e36d17 100644
--- a/kde-apps/kblackbox/Manifest
+++ b/kde-apps/kblackbox/Manifest
@@ -1 +1,2 @@
DIST kblackbox-19.04.3.tar.xz 443180 BLAKE2B b0b57cbcedd8a8f734ac017a0ac45753c993f8ea6101266fe75e2dc1900c0c69c5564b28b58b3a1b061de8b3685c239c3df56330635ea289f00c093f0a8c271f SHA512 dd9d30ef96bba4e586dada72351f306cd601ccafc9f94ad75dcc334733fc8059a8b78abac3b022fb23b6910d859ccbf38b81fb1e8a9d1f23b68f25021efeecda
+DIST kblackbox-19.08.0.tar.xz 443568 BLAKE2B 72ba288cc4223376521bba78716b9cda96fdb60639d0cb2089ff1c27d6667981af6c5ce5a0c3d0ce46276f3d770461050cb49b3a2215d0f90f528449dcb49464 SHA512 2ec6c30e4b58386db45baf44f072a5805563c85d3f30ab7ade222e4012f1c025c2f339436888f0b8b309e91e9ed744c7b3a5db76304837dba8f28d2f0780070d
diff --git a/kde-apps/kblackbox/kblackbox-19.08.0.ebuild b/kde-apps/kblackbox/kblackbox-19.08.0.ebuild
new file mode 100644
index 000000000000..49561429c738
--- /dev/null
+++ b/kde-apps/kblackbox/kblackbox-19.08.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+DESCRIPTION="Game of hide and seek played on a grid of boxes"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep karchive)
+ $(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 ktextwidgets)
+ $(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}"