diff --git a/desktop/kde/kde5-plasma/kde5-plasma-mediacenter/actions.py b/desktop/kde/kde5-plasma/kde5-plasma-mediacenter/actions.py new file mode 100644 index 0000000000..81e02e04ae --- /dev/null +++ b/desktop/kde/kde5-plasma/kde5-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/kde5-plasma/kde5-plasma-mediacenter/pspec.xml b/desktop/kde/kde5-plasma/kde5-plasma-mediacenter/pspec.xml new file mode 100755 index 0000000000..f9632481a5 --- /dev/null +++ b/desktop/kde/kde5-plasma/kde5-plasma-mediacenter/pspec.xml @@ -0,0 +1,58 @@ + + + + + kde5-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.1/plasma-mediacenter-5.3.1.tar.xz + + qt5-base-devel + qt5-multimedia-devel + kde5-baloo-devel + extra-cmake-modules + + + + + kde5-plasma-mediacenter + + qt5-base + kde5-baloo + kde5-kfilemetadata + kde5-kcoreaddons + qt5-declarative + kde5-kguiaddons + kde5-kservice + kde5-kconfig + kde5-ki18n + kde5-kio + taglib + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + + 2015-06-18 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +