From d0c982ef00cb54d8ab4e4c6b22970041b8bde149 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 17:14:52 +0200 Subject: [PATCH] plasma-mediacenter version bump and check --- .../kde/plasma/plasma-mediacenter/actions.py | 19 +++++ .../kde/plasma/plasma-mediacenter/pspec.xml | 69 +++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 desktop/kde/plasma/plasma-mediacenter/actions.py create mode 100755 desktop/kde/plasma/plasma-mediacenter/pspec.xml diff --git a/desktop/kde/plasma/plasma-mediacenter/actions.py b/desktop/kde/plasma/plasma-mediacenter/actions.py new file mode 100644 index 0000000000..81e02e04ae --- /dev/null +++ b/desktop/kde/plasma/plasma-mediacenter/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", "COPYING.LIB", "LICENSE", "README", "ChangeLog") diff --git a/desktop/kde/plasma/plasma-mediacenter/pspec.xml b/desktop/kde/plasma/plasma-mediacenter/pspec.xml new file mode 100755 index 0000000000..8ae271ff15 --- /dev/null +++ b/desktop/kde/plasma/plasma-mediacenter/pspec.xml @@ -0,0 +1,69 @@ + + + + + plasma-mediacenter + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + A mediacenter user interface based on KDE Plasma components + A mediacenter user interface based on KDE Plasma components + http://download.kde.org/stable/plasma/5.3.2/plasma-mediacenter-5.3.2.tar.xz + + qt5-base-devel + qt5-multimedia-devel + libgcc + kf5-kfilemetadata-devel + kf5-baloo-devel + extra-cmake-modules + + + + + plasma-mediacenter + + qt5-base + kf5-baloo + kf5-kfilemetadata + libgcc + kfilemetadata + kcoreaddons + qt5-declarative + kguiaddons + kservice + kconfig + ki18n + kio + taglib + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-18 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +