summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
committerJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
commitc892d3edb4099fe424a61b0d1aa296132d872ba0 (patch)
treee010db999c552c23e6993bd429516c40db852fe6 /kde-apps/ksquares
parentkde-frameworks/kdelibs: Version bump 4.14.33 (diff)
downloadgentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/ksquares')
-rw-r--r--kde-apps/ksquares/Manifest1
-rw-r--r--kde-apps/ksquares/ksquares-17.04.2.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest
index aaf4b403eef1..9b53ad6915d3 100644
--- a/kde-apps/ksquares/Manifest
+++ b/kde-apps/ksquares/Manifest
@@ -1,2 +1,3 @@
DIST ksquares-16.12.3.tar.xz 136688 SHA256 c962928939d963c3814d76d880bcba694c5fb4a46d4fc2fafc74e7e0600a6d29 SHA512 976b21ead3130ee75304a01c9f2d3621fa069862610a857d2c2ad7282d2e6d0d398a1acc36efce6a43c7ebaacb89848a70f5e77c21bb30a0aa46720abc9879d2 WHIRLPOOL 7073727437943ae73c4fab329f433b3e8ce866010abafc004fdbd5c19438a98d261399089f78e79b66dceb7c8df2cb973409e659490424e78329981b6ac75cbf
DIST ksquares-17.04.1.tar.xz 216060 SHA256 01c99dfb82a45a803f980494f91f5ca415996af221b195261fb3ffd051aac787 SHA512 2fc07277d2411dfd9798c03bab754bfd2108b72a8fccd2656d0f3746fcc7650ddab98aa5d56ea9fad7bd9ed13c9d9d66e282a31f94bc107e9d6d0cba788b3a84 WHIRLPOOL 523ef19442b5c5871089a607bcbcc0ea842e0512b5e66de3960e9700993e23dfa93652899b5946f7efa92e4ff39ceb0def08ddca286cd71846e73997f4560182
+DIST ksquares-17.04.2.tar.xz 215172 SHA256 2047694134bd800de4979634e6e6a5525d2f4e93a834c71ed8dc88d0c441d61d SHA512 6668e14bbf4bbd7e5c9097cf40ced4bdd1f47e6a52dc420f1dde7c365c2e53f9986d86131ab163c895c6d71da3cc5ae4375472fcf68bcc99ba585533b3791726 WHIRLPOOL bfca09d7cac9226ee53d47be8b44a02d9bf4a5f8dd8a675cc696f2f53b6522cbfac4564f1437e0f327617ab487704632509a77674e08d7a60c014d112e24f1a8
diff --git a/kde-apps/ksquares/ksquares-17.04.2.ebuild b/kde-apps/ksquares/ksquares-17.04.2.ebuild
new file mode 100644
index 000000000000..dd1e4c074acf
--- /dev/null
+++ b/kde-apps/ksquares/ksquares-17.04.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="KDE clone of the game squares"
+HOMEPAGE="
+ https://www.kde.org/applications/games/ksquares/
+ https://games.kde.org/game.php?game=ksquares
+"
+KEYWORDS="~amd64 ~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}"