From 8604c6fc525c97111d1610f868f2ce16bda410aa Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 18 Jun 2015 18:27:56 +0200 Subject: [PATCH] add menuedit for kde5 --- .../kde/kde5-plasma/kde5-kmenuedit/actions.py | 19 +++++ .../kde/kde5-plasma/kde5-kmenuedit/pspec.xml | 70 +++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 desktop/kde/kde5-plasma/kde5-kmenuedit/actions.py create mode 100755 desktop/kde/kde5-plasma/kde5-kmenuedit/pspec.xml diff --git a/desktop/kde/kde5-plasma/kde5-kmenuedit/actions.py b/desktop/kde/kde5-plasma/kde5-kmenuedit/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/kde5-plasma/kde5-kmenuedit/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/kde5-plasma/kde5-kmenuedit/pspec.xml b/desktop/kde/kde5-plasma/kde5-kmenuedit/pspec.xml new file mode 100755 index 0000000000..91ba734f10 --- /dev/null +++ b/desktop/kde/kde5-plasma/kde5-kmenuedit/pspec.xml @@ -0,0 +1,70 @@ + + + + + kde5-kmenuedit + 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.1/kmenuedit-5.3.1.tar.xz + + qt5-base-devel + kde5-kdoctools-devel + extra-cmake-modules + python3 + + + + + kde5-kmenuedit + + qt5-base + kde5-kconfig + kde5-kservice + kde5-kcompletion + kde5-kcoreaddons + kde5-kconfigwidgets + kde5-kwidgetsaddons + kde5-kdbusaddons + kde5-kdelibs4-support + kde5-khotkeys + kde5-ki18n + kde5-kiconthemes + kde5-kio + kde5-kxmlgui + kde5-sonnet + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + kde-workspace + + + kde-workspace + + + + + + 2015-06-15 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +