summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-05-18 15:42:18 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-18 16:03:33 +0200
commit66ef0203d4c540eb29b88a9ca47a71d54d5fa2dd (patch)
tree5096e0b3a3b9501276d23ccbdefa39f613d758d5 /kde-apps/ksquares
parentapp-misc/tmux: Add 2.1-r1 and ship terminfo file. (diff)
downloadgentoo-66ef0203d4c540eb29b88a9ca47a71d54d5fa2dd.tar.gz
gentoo-66ef0203d4c540eb29b88a9ca47a71d54d5fa2dd.tar.bz2
gentoo-66ef0203d4c540eb29b88a9ca47a71d54d5fa2dd.zip
kde-apps: Version bump KDE Applications 16.04.1
Except KDE PIM which is not ready for production yet, which is available (masked) in kde overlay. Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-apps/ksquares')
-rw-r--r--kde-apps/ksquares/Manifest1
-rw-r--r--kde-apps/ksquares/ksquares-16.04.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest
index 783f94a3f0cb..8f6c74c072bb 100644
--- a/kde-apps/ksquares/Manifest
+++ b/kde-apps/ksquares/Manifest
@@ -1,2 +1,3 @@
DIST ksquares-15.12.3.tar.xz 80584 SHA256 fb57ab6bf6aef9e10a65e3af99fdcb4750ef069bad0dce647c4bae29ac30321a SHA512 9730e5b49f9526c363b1c86a21fac4dfecc84ad9a76a48407a0d3165a6efc17890e9ba9a99c83fc3fa79de9250376cbde2c687d8c5ae6c7c08573d073964f9e8 WHIRLPOOL b1ae845fde7cbb3205ec208f03590a4ae81fb3b4827f1714b79fa939afef4a440a402fea29403db87848d2d90af41774de242d365464c8daed2d697cbee21d1b
+DIST ksquares-16.04.1.tar.xz 80600 SHA256 e90a1d954434f07164c2c00e0162635d2da69d3287e0d07eb8ffc2c693165cd1 SHA512 06956de9f7da2975085a3d4ea24fbbca5267f19ddc2bd1295f1e423d0cbb507f243e2d7f7f2497a76ff45a01c799222b0b45ad04920d74faeca134e93d12cad9 WHIRLPOOL e57390aa40f7717db6757fce84090f1208346ff29c42e5cab79e28d830704dfb7df0290b66c16333e994faaf92d89c7efd5bfd228c9397d19a6a35259673a2de
DIST ksquares-4.14.3.tar.xz 79424 SHA256 f1d84b530de595303416ff96dbe36994931e8fe7a1c1341250a161f78d37efff SHA512 337ed9495f1a48f8310c86d3aab2daaa6171a009cbea31a153da67d28b2dac563344d0ccf7beef774e0f359dd3f3bc769835764e74009447f6121a23b12a4acc WHIRLPOOL 755f277fc44c7fe75514fcde2e9d256997bbdedb5065c64f62494526e8623e24dad3e9a6de23b601acfc326356424ad2463998c73a532588928f24f0a89e01b6
diff --git a/kde-apps/ksquares/ksquares-16.04.1.ebuild b/kde-apps/ksquares/ksquares-16.04.1.ebuild
new file mode 100644
index 000000000000..d8305bc891a9
--- /dev/null
+++ b/kde-apps/ksquares/ksquares-16.04.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"