From ab71548f51868727dd1a73d0192d63ecf65d6704 Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 19 Jul 2015 16:26:22 +0200 Subject: [PATCH] kdesdk-thumbnailers version bump and check --- .../kde/sdk/kdesdk-thumbnailers/actions.py | 19 +++++++ desktop/kde/sdk/kdesdk-thumbnailers/pspec.xml | 54 +++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 desktop/kde/sdk/kdesdk-thumbnailers/actions.py create mode 100755 desktop/kde/sdk/kdesdk-thumbnailers/pspec.xml diff --git a/desktop/kde/sdk/kdesdk-thumbnailers/actions.py b/desktop/kde/sdk/kdesdk-thumbnailers/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/sdk/kdesdk-thumbnailers/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 kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/sdk/kdesdk-thumbnailers/pspec.xml b/desktop/kde/sdk/kdesdk-thumbnailers/pspec.xml new file mode 100755 index 0000000000..49869d7bdb --- /dev/null +++ b/desktop/kde/sdk/kdesdk-thumbnailers/pspec.xml @@ -0,0 +1,54 @@ + + + + + kdesdk-thumbnailers + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + Translation file thumbnail generators + Translation file thumbnail generators + mirrors://kde/stable/applications/15.04.3/src/kdesdk-thumbnailers-15.04.3.tar.xz + + qt-devel + gettext-devel + kdelibs-devel + kde-runtime-devel + + + + + kdesdk-thumbnailers + + qt + gettext + libgcc + kdelibs + + + kdesdk + + + kdesdk + + + /usr/share + /usr/lib + /usr/share/doc + + + + + + 2014-07-19 + 15.04.3 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + +