diff --git a/desktop/kde/plasma/kwayland-integration/actions.py b/desktop/kde/plasma/kwayland-integration/actions.py new file mode 100644 index 0000000000..a3eeee1d33 --- /dev/null +++ b/desktop/kde/plasma/kwayland-integration/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.LIB") diff --git a/desktop/kde/plasma/kwayland-integration/pspec.xml b/desktop/kde/plasma/kwayland-integration/pspec.xml new file mode 100644 index 0000000000..e461ce9958 --- /dev/null +++ b/desktop/kde/plasma/kwayland-integration/pspec.xml @@ -0,0 +1,49 @@ + + + + + kwayland-integration + http://www.kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv3 + library + Provides integration plugins for various KDE frameworks for the wayland windowing system + Provides integration plugins for various KDE frameworks for the wayland windowing system + http://download.kde.org/stable/plasma/5.4.1/kwayland-integration-5.4.1.tar.xz + + kwayland-devel + qt5-base-devel + kwindowsystem-devel + extra-cmake-modules + kidletime-devel + + + + + kwayland-integration + + kwayland + kidletime + kwindowsystem + libgcc + qt5-base + + + /usr/lib + /usr/share/doc + + + + + + 2015-09-12 + 5.4.1 + First Release. + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file