From eb8d7a84b03bb967f11c62f21a7a59221edaba46 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 20 Aug 2015 13:10:48 +0200 Subject: [PATCH] kpatience first game for pisi linux 2.0 --- desktop/kde/games/kpat/actions.py | 19 +++++++++ desktop/kde/games/kpat/pspec.xml | 70 +++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100755 desktop/kde/games/kpat/actions.py create mode 100755 desktop/kde/games/kpat/pspec.xml diff --git a/desktop/kde/games/kpat/actions.py b/desktop/kde/games/kpat/actions.py new file mode 100755 index 0000000000..3a89dc36f4 --- /dev/null +++ b/desktop/kde/games/kpat/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING", "COPYING.DOC") diff --git a/desktop/kde/games/kpat/pspec.xml b/desktop/kde/games/kpat/pspec.xml new file mode 100755 index 0000000000..456314cd10 --- /dev/null +++ b/desktop/kde/games/kpat/pspec.xml @@ -0,0 +1,70 @@ + + + + + kpat + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + Patience card game + To play KPatience you need, as the name suggests, patience. For simple games, where the way the game goes depends only upon how the cards fall, your patience might be the only thing you need. + http://download.kde.org/stable/applications/15.08.0/src/kpat-15.08.0.tar.xz + + qt5-base-devel + kdoctools-devel + cmake + extra-cmake-modules + python3 + + + + + kpat + + qt5-base + kdelibs4-support + libkdegames + kdeclarative + knewstuff + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + kguiaddons + kcompletion + kcoreaddons + kdbusaddons + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2015-08-20 + 15.08.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2015-08-16 + 15.04.3 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +