summaryrefslogtreecommitdiff
path: root/kde-apps/ksquares
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/ksquares')
-rw-r--r--kde-apps/ksquares/Manifest2
-rw-r--r--kde-apps/ksquares/ksquares-19.04.0.ebuild31
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest
index 57c755939de5..0b037868b3ae 100644
--- a/kde-apps/ksquares/Manifest
+++ b/kde-apps/ksquares/Manifest
@@ -1,3 +1,5 @@
DIST ksquares-18.12.3.tar.xz 259604 BLAKE2B 0637440aab60c15c9d607bfa43625bb4a3ba8b3f07a8f9bc233637e6824e4f5671fd95c841fe9099a2873d446c84398e1225b91ed3523c3bfbddc256a2d61448 SHA512 3075a4724bc8cf3d25d94a725818db31f75b4d1ef54e00faff9cab84ffdac7585dc79af7fff0e667a1f679602f22c0ba2dffca10b9e980dcc2850558e1f982bd
+DIST ksquares-19.04.0.tar.xz 259712 BLAKE2B b2c29bbb5d9334edbc428a111a78bc504a7bd5e1e870c7c8c5b3175e312d99fa2081ee8e7f4ba89e4240773338e9655115bbce80202ef67531d25534239f27e4 SHA512 20b93e06b64062a3efe5985fbebd637a4f06ba1319ea0cc91c61a217966529fd74dfb47e7f2e441c888e872bfd8fecc809cd7838175fd0967db44adca5fa78ce
EBUILD ksquares-18.12.3.ebuild 757 BLAKE2B b840fc7517c0b80494a40c0a746f4e1ac03d9edef370d42a435a65ab9c7e7bf3d31a52e52a7469ced51a123b73bf06704c3a45d4bf433ba803e0c4f9e929267d SHA512 8a9cef2f5054fe5bf76289c48e52c9d5156bfc257a8503d48287347ea556915c27044f6cf6961015cccf5ee4826a857d2423f187ba5f5ddc27429309c64cdce3
+EBUILD ksquares-19.04.0.ebuild 755 BLAKE2B 1bb97b1845e11e78125067cec91534628c7ea3b5988cf856d998d753002e008a074f8a0b91b0a24c88667446d14bc1f93ff687769a57a33a51a6bfb1d9261e7d SHA512 7b7568c395b7f3570db367fb4f5858bf54dc5d80e0562917333b831506db253f66991918868a3a55db46c72adfe1b146614fee41aa2755026457abcffae3b3ec
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-apps/ksquares/ksquares-19.04.0.ebuild b/kde-apps/ksquares/ksquares-19.04.0.ebuild
new file mode 100644
index 000000000000..02e653df7aa9
--- /dev/null
+++ b/kde-apps/ksquares/ksquares-19.04.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"
+inherit kde5
+
+DESCRIPTION="KDE clone of the game squares"
+HOMEPAGE="
+ https://kde.org/applications/games/ksquares/
+ https://games.kde.org/game.php?game=ksquares
+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(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 kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"