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 + + +