From ec1c0fd2cdda3a60de43065bf5ebd4035af764fb Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 16:40:57 +0200 Subject: [PATCH] oxygen-themes version bump and check --- desktop/kde/plasma/oxygen-themes/actions.py | 19 +++++ desktop/kde/plasma/oxygen-themes/pspec.xml | 84 +++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 desktop/kde/plasma/oxygen-themes/actions.py create mode 100755 desktop/kde/plasma/oxygen-themes/pspec.xml diff --git a/desktop/kde/plasma/oxygen-themes/actions.py b/desktop/kde/plasma/oxygen-themes/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/plasma/oxygen-themes/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/oxygen-themes/pspec.xml b/desktop/kde/plasma/oxygen-themes/pspec.xml new file mode 100755 index 0000000000..66f7a7278f --- /dev/null +++ b/desktop/kde/plasma/oxygen-themes/pspec.xml @@ -0,0 +1,84 @@ + + + + + oxygen-themes + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 Oxygen themes + KDE5 Oxygen themes + http://download.kde.org/stable/plasma/5.3.2/oxygen-5.3.2.tar.xz + + qt5-base-devel + python3 + kdoctools-devel + libgcc + libxcb-devel + kdecorations-devel + frameworkintegration-devel + automoc4 + gettext + extra-cmake-modules + + + + + oxygen-themes + + qt5-base + python3 + ki18n + kconfig + libgcc + libxcb + kdecorations + qt5-x11extras + kguiaddons + kcompletion + kcoreaddons + kwindowsystem + kconfigwidgets + kwidgetsaddons + frameworkintegration + + + + /usr/share + /usr/share/locale + /usr/share/icons + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + kde-workspace + + + kde-workspace + + + + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-11 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +