summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/kblackbox
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kblackbox')
-rw-r--r--kde-apps/kblackbox/Manifest1
-rw-r--r--kde-apps/kblackbox/kblackbox-18.12.1.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kblackbox/Manifest b/kde-apps/kblackbox/Manifest
index 1afe80842668..0398acffe1c5 100644
--- a/kde-apps/kblackbox/Manifest
+++ b/kde-apps/kblackbox/Manifest
@@ -1,2 +1,3 @@
DIST kblackbox-18.08.3.tar.xz 444540 BLAKE2B b290c7a556b4054385cf256b790be21acf14ef6822eea4d32a00356ef939183bf1c164d980c31b48e5996f37c2d882a574c21214831a2a78942007da8d1a1084 SHA512 45b70cfce300b5d9d649ed41862d53bf67ab8ad8744f6381794dd28e34711c878d48b8816f4d31b74757a1ac175ecaeffc0a0ace708131fcf4d2e50ccbbb281f
DIST kblackbox-18.12.0.tar.xz 444276 BLAKE2B 49b85b728d2f577426c692308e4f293fb234935d68bb21a12fdae687a3673929e16f9910e8d523307b21202d3b4db200c550282db7f15a9a341aa1a02981026d SHA512 9249871bcc150beb278426ab797e0f395a008b5bcbcbd1d09f07bfa00b8f067bcac8fe11d387fefd545615daa2c5e5b38e6a129a1651dc1acd7e9681083660ba
+DIST kblackbox-18.12.1.tar.xz 444216 BLAKE2B 9fd8b71dd12c7e1130c31259758523ac2f69ba200b2e867063bf8cf44f690af8176d2c0ff56840e186b3b46f9c83e5f66c386f97fcffaa51532ca14b325ae32f SHA512 126a179fd71ef040392b6351c8056d3808fea38693d352193f6319f29437dead9cefa207ef18431122ba756c0f2b54a5eeb118dc2f9dd4f15a5f92038cdff41c
diff --git a/kde-apps/kblackbox/kblackbox-18.12.1.ebuild b/kde-apps/kblackbox/kblackbox-18.12.1.ebuild
new file mode 100644
index 000000000000..4a8c587752e1
--- /dev/null
+++ b/kde-apps/kblackbox/kblackbox-18.12.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+DESCRIPTION="KDE Blackbox Game"
+KEYWORDS="~amd64 ~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}"