From 932e2a103cf6e9c6de87898970ae4abf2b0def64 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 2 Jul 2015 12:31:46 +0200 Subject: [PATCH] kscreen version bump and check --- desktop/kde/plasma/kscreen/actions.py | 19 ++++++++ desktop/kde/plasma/kscreen/pspec.xml | 69 +++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 desktop/kde/plasma/kscreen/actions.py create mode 100755 desktop/kde/plasma/kscreen/pspec.xml diff --git a/desktop/kde/plasma/kscreen/actions.py b/desktop/kde/plasma/kscreen/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/plasma/kscreen/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/plasma/kscreen/pspec.xml b/desktop/kde/plasma/kscreen/pspec.xml new file mode 100755 index 0000000000..4c495b428c --- /dev/null +++ b/desktop/kde/plasma/kscreen/pspec.xml @@ -0,0 +1,69 @@ + + + + + kscreen + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + Provides the interface and basic tools for the KDE workspace + Provides the interface and basic tools for the KDE workspace + http://download.kde.org/stable/plasma/5.3.2/kscreen-5.3.2.tar.xz + + qt5-base-devel + qt5-graphicaleffects + python3 + libgcc + kdoctools-devel + extra-cmake-modules + + + + + kscreen + + qt5-base + libgcc + libkscreen + qt5-declarative + kcoreaddons + kglobalaccel + kconfigwidgets + kwidgetsaddons + kdbusaddons + ki18n + kxmlgui + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +