From d3b470ec48ef61da626cb57f3738dfa7269bff38 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 2 Jul 2015 13:28:53 +0200 Subject: [PATCH] kwin version bump and check --- desktop/kde/plasma/kwin/actions.py | 19 ++++ desktop/kde/plasma/kwin/pspec.xml | 161 +++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 desktop/kde/plasma/kwin/actions.py create mode 100755 desktop/kde/plasma/kwin/pspec.xml diff --git a/desktop/kde/plasma/kwin/actions.py b/desktop/kde/plasma/kwin/actions.py new file mode 100644 index 0000000000..f586811bf7 --- /dev/null +++ b/desktop/kde/plasma/kwin/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("COMPLIANCE", "CONFIGURING", "COPYING", "HACKING", "README") diff --git a/desktop/kde/plasma/kwin/pspec.xml b/desktop/kde/plasma/kwin/pspec.xml new file mode 100755 index 0000000000..f90267b54e --- /dev/null +++ b/desktop/kde/plasma/kwin/pspec.xml @@ -0,0 +1,161 @@ + + + + + kwin + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 window manager + KWin is the window manager of the K desktop environment. + http://download.kde.org/stable/plasma/5.3.2/kwin-5.3.2.tar.xz + + qt5-base-devel + qt5-tools-devel + qt5-multimedia-devel + kwayland + kdecorations-devel + qt5-script-devel + qt5-x11extras-devel + qt5-declarative-devel + kiconthemes-devel + kauth-devel + libXxf86vm-devel + libXext-devel + kf5-kactivities-devel + kcmutils-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kcrash-devel + kdeclarative-devel + kdoctools-devel + kglobalaccel-devel + ki18n-devel + kinit + kio-devel + knewstuff-devel + knotifications-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + plasma-framework-devel + mesa-devel + libICE-devel + libSM-devel + wayland-devel + wayland-client + wayland-cursor + libxkbcommon-devel + xcb-util-keysyms-devel + xcb-util-image-devel + libXcursor-devel + libepoxy-devel + libgcc + libX11-devel + libxcb-devel + + + + + kwin + + qt5-base + libgcc + libX11 + libxcb + qt5-script+ + kwayland+ + kdecorations+ + qt5-x11extras+ + qt5-declarative+ + kiconthemes+ + kauth+ + kf5-kactivities+ + kcmutils+ + kcompletion+ + kconfig+ + kconfigwidgets+ + kcoreaddons+ + kcrash+ + kdeclarative+ + kglobalaccel+ + ki18n+ + kio+ + knewstuff+ + knotifications+ + kservice+ + kwidgetsaddons+ + kwindowsystem+ + kxmlgui+ + plasma-framework+ + mesa+ + libICE+ + libSM+ + wayland-cursor+ + libxkbcommon+ + xcb-util-keysyms+ + xcb-util-image+ + libepoxy+ + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + kde-workspace + + + kde-workspace + + + + + kwin-devel + Development files for kwin + + qt5-base-devel + kwin + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + kde-workspace-devel + + + kde-workspace-devel + + + + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-12 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +