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/picmi
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/picmi')
-rw-r--r--kde-apps/picmi/Manifest1
-rw-r--r--kde-apps/picmi/picmi-18.12.1.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/picmi/Manifest b/kde-apps/picmi/Manifest
index 09597b8e9a37..b7313304837e 100644
--- a/kde-apps/picmi/Manifest
+++ b/kde-apps/picmi/Manifest
@@ -1,2 +1,3 @@
DIST picmi-18.08.3.tar.xz 1356064 BLAKE2B 03b12621df303d08a6bd9f4c7c5f2ff6f93c8fbd6d2db0bfe96c21f80221acf29182fb26390229836ba21cc11b856229f9bcbcb70ae0ee9883b3d3bdbb792827 SHA512 9abd6a4d7c7bd1ab742fbac0bd5483965565943b90bc0282dc0f4be5333c4b510d862d5a0a3cf5c345bb13bfef7e4df8cfc6507513192f45270dc0437a018115
DIST picmi-18.12.0.tar.xz 1355948 BLAKE2B ff908012889b4bd7dfb4f28fc3b55150db5200ab2df95ecbf91e5df14605bd90e6cd7923693072c7a032f33b7d3d5330f95017cf1edd280a1be53147c8def9ed SHA512 78ca02b52a9aa3a7762ea87c06c26020708427e690452de475cc61dd1664e0747b88c74381b769b05c96af35da6a5004b7b4d3b8187aa34fa03e0d8d283cf8e2
+DIST picmi-18.12.1.tar.xz 1355900 BLAKE2B 283b3cf05935f7dc4451d39106f14586f395c0fad3865b1e828537d9d3d0c192afa2071ead2af3aeafc3356d55164f394ea4b518044a8ac542ff974fe2a2833c SHA512 f753f9bf2123d543e0d921be243671b42fb530cfe5319130b6d14e9fd0e2bc7444e3aa7c6afd8845cf878ea5736a1c62c430862fe4d158ea5250b34933aff3a8
diff --git a/kde-apps/picmi/picmi-18.12.1.ebuild b/kde-apps/picmi/picmi-18.12.1.ebuild
new file mode 100644
index 000000000000..723c9b859055
--- /dev/null
+++ b/kde-apps/picmi/picmi-18.12.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Nonogram logic game by KDE"
+HOMEPAGE="https://games.kde.org/game.php?game=picmi"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"