From 26e8ef1d572425ff3489592346d6f6e6250f090a Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 15:11:11 +0200 Subject: [PATCH 1/6] powerdevil version bump and check --- desktop/kde/plasma/powerdevil/actions.py | 19 ++++++ desktop/kde/plasma/powerdevil/pspec.xml | 87 ++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 desktop/kde/plasma/powerdevil/actions.py create mode 100755 desktop/kde/plasma/powerdevil/pspec.xml diff --git a/desktop/kde/plasma/powerdevil/actions.py b/desktop/kde/plasma/powerdevil/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/plasma/powerdevil/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/powerdevil/pspec.xml b/desktop/kde/plasma/powerdevil/pspec.xml new file mode 100755 index 0000000000..b4b31b4af9 --- /dev/null +++ b/desktop/kde/plasma/powerdevil/pspec.xml @@ -0,0 +1,87 @@ + + + + + powerdevil + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE power manager module + KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings + http://download.kde.org/stable/plasma/5.3.2/powerdevil-5.3.2.tar.xz + + qt5-base-devel + kdoctools-devel + kidletime-devel + libgcc + libxcb-devel + libudev-devel + plasma-workspace-devel + extra-cmake-modules + + + + + powerdevil + + qt5-base + kdoctools + kidletime + libgcc + libxcb + libudev + plasma-workspace + kio + kauth + ki18n + solid + kconfig + kxmlgui + kservice + qt5-x11extras + libkscreen + kf5-kactivities + kcompletion + kcoreaddons + kdbusaddons + kglobalaccel + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-29 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + From 5bae0bd55d7ad6d9d9e8431ebf9772a0f48dec09 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 15:47:55 +0200 Subject: [PATCH 2/6] plasma-desktop version bump and check --- desktop/kde/plasma/plasma-desktop/actions.py | 19 +++ desktop/kde/plasma/plasma-desktop/pspec.xml | 132 +++++++++++++++++++ 2 files changed, 151 insertions(+) create mode 100644 desktop/kde/plasma/plasma-desktop/actions.py create mode 100755 desktop/kde/plasma/plasma-desktop/pspec.xml diff --git a/desktop/kde/plasma/plasma-desktop/actions.py b/desktop/kde/plasma/plasma-desktop/actions.py new file mode 100644 index 0000000000..05ee11b37a --- /dev/null +++ b/desktop/kde/plasma/plasma-desktop/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("HACKING", "COPYING") diff --git a/desktop/kde/plasma/plasma-desktop/pspec.xml b/desktop/kde/plasma/plasma-desktop/pspec.xml new file mode 100755 index 0000000000..84c7561591 --- /dev/null +++ b/desktop/kde/plasma/plasma-desktop/pspec.xml @@ -0,0 +1,132 @@ + + + + + plasma-desktop + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 plasma workspace + This package contains the basic packages for a Plasma workspace. + http://download.kde.org/stable/plasma/5.3.2/plasma-desktop-5.3.2.tar.xz + + qt5-base-devel + boost-devel + kdoctools-devel + kio-devel + libX11-devel + libgcc + libxcb-devel + freetype-devel + libusb-compat-devel + xorg-server-devel + xorg-input-evdev-devel + xorg-input-synaptics-devel + extra-cmake-modules + + + + + plasma-desktop + + qt5-base + kio + libX11 + libgcc + libxcb + freetype + libusb-compat + kf5-baloo + libxkbfile + kconfigwidgets + kwindowsystem + kpeople + knotifications + kwin + kwindowsystem + knotifyconfig + libcanberra + sonnet + powerdevil + system-settings + libXi+ + libXft + qt5-svg + libXfixes + fontconfig + kauth + ki18n + solid + libXcursor + qt5-phonon + kparts + kcodecs + kconfig + krunner + kwallet + kxmlgui + karchive + kcmutils + kservice + qt5-x11extras + knewstuff + xcb-util-image + kbookmarks + kemoticons + kguiaddons + kitemviews + pulseaudio-libs + qt5-declarative + kf5-kactivities + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + kdeclarative + kglobalaccel + kwidgetsaddons + kdelibs4-support + plasma-framework + plasma-workspace + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + kcm-touchpad-frameworks + + + kcm-touchpad-frameworks, kdebase-workspace + + + + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-29 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + From 9c0c5416188d90678b8add1595d8ff9b3a4f56c7 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 15:53:54 +0200 Subject: [PATCH 3/6] kwrited version bump and check --- desktop/kde/plasma/kwrited/actions.py | 19 +++++++ desktop/kde/plasma/kwrited/pspec.xml | 71 +++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 desktop/kde/plasma/kwrited/actions.py create mode 100755 desktop/kde/plasma/kwrited/pspec.xml diff --git a/desktop/kde/plasma/kwrited/actions.py b/desktop/kde/plasma/kwrited/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/plasma/kwrited/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/kwrited/pspec.xml b/desktop/kde/plasma/kwrited/pspec.xml new file mode 100755 index 0000000000..741843fbaf --- /dev/null +++ b/desktop/kde/plasma/kwrited/pspec.xml @@ -0,0 +1,71 @@ + + + + + kwrited + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 daemon listening for wall and write messages + KDE5 daemon listening for wall and write messages + http://download.kde.org/stable/plasma/5.3.2/kwrited-5.3.2.tar.xz + + qt5-base-devel + ki18n-devel + kdoctools-devel + kcoreaddons-devel + knotifications-devel + kpty-devel + libgcc + kdelibs4-support-devel + kdbusaddons-devel + extra-cmake-modules + + + + + kwrited + + qt5-base + kpty + libgcc + kcoreaddons + knotifications + kdbusaddons + + + /usr/share + /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-14 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + From 0d284c018a990ad86b05da15e3d13aa916803680 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 16:04:58 +0200 Subject: [PATCH 4/6] khotkeys version bump and check --- desktop/kde/plasma/khotkeys/actions.py | 19 +++++ desktop/kde/plasma/khotkeys/pspec.xml | 104 +++++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 desktop/kde/plasma/khotkeys/actions.py create mode 100755 desktop/kde/plasma/khotkeys/pspec.xml diff --git a/desktop/kde/plasma/khotkeys/actions.py b/desktop/kde/plasma/khotkeys/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/plasma/khotkeys/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/khotkeys/pspec.xml b/desktop/kde/plasma/khotkeys/pspec.xml new file mode 100755 index 0000000000..f0a7f1adf1 --- /dev/null +++ b/desktop/kde/plasma/khotkeys/pspec.xml @@ -0,0 +1,104 @@ + + + + + khotkeys + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 hotkey daemon + KDE hotkey daemon module allows you to configure custom keyboard shortcuts and mouse gestures. + http://download.kde.org/stable/plasma/5.3.2/khotkeys-5.3.2.tar.xz + + qt5-base-devel + python3 + kdoctools-devel + libgcc + libX11-devel + kconfig-devel + kservice-devel + qt5-x11extras-devel + kcompletion-devel + kcoreaddons-devel + ktextwidgets-devel + kwindowsystem-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kcmutils-devel + kdbusaddons-devel + kdelibs4-support-devel + kglobalaccel-devel + ki18n-devel + kio-devel + kxmlgui-devel + plasma-framework-devel + plasma-workspace-devel + libgcc + extra-cmake-modules + + + + + khotkeys + + qt5-base + kconfig + libgcc + libX11 + kservice + qt5-x11extras + kcompletion + kcoreaddons + ktextwidgets + kwindowsystem + kconfigwidgets + kwidgetsaddons + kcmutils + kdbusaddons + kdelibs4-support + kglobalaccel + ki18n + kio + kxmlgui + plasma-framework + plasma-workspace + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + kde-workspace + + + kde-workspace + + + + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-15 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + From 48e3c65f5b5eb7c9d01ddccf725e575313fee2d0 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 16:07:17 +0200 Subject: [PATCH 5/6] plasma-desktop remove unused dependency --- desktop/kde/plasma/plasma-desktop/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/kde/plasma/plasma-desktop/pspec.xml b/desktop/kde/plasma/plasma-desktop/pspec.xml index 84c7561591..47cebdb11d 100755 --- a/desktop/kde/plasma/plasma-desktop/pspec.xml +++ b/desktop/kde/plasma/plasma-desktop/pspec.xml @@ -82,7 +82,7 @@ kitemviews pulseaudio-libs qt5-declarative - kf5-kactivities + kactivities kcompletion kcoreaddons kdbusaddons From 17f929152327c0a546aa10fcaa6941ed9a6d9147 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 3 Jul 2015 16:13:53 +0200 Subject: [PATCH 6/6] milou version bump and check --- desktop/kde/plasma/milou/actions.py | 18 ++++++++ desktop/kde/plasma/milou/pspec.xml | 71 +++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 desktop/kde/plasma/milou/actions.py create mode 100755 desktop/kde/plasma/milou/pspec.xml diff --git a/desktop/kde/plasma/milou/actions.py b/desktop/kde/plasma/milou/actions.py new file mode 100644 index 0000000000..ccb7abe2b6 --- /dev/null +++ b/desktop/kde/plasma/milou/actions.py @@ -0,0 +1,18 @@ +#!/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() + diff --git a/desktop/kde/plasma/milou/pspec.xml b/desktop/kde/plasma/milou/pspec.xml new file mode 100755 index 0000000000..decce922d7 --- /dev/null +++ b/desktop/kde/plasma/milou/pspec.xml @@ -0,0 +1,71 @@ + + + + + milou + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDedicated search application built on top of Baloo + Dedicated search application built on top of Baloo + http://download.kde.org/stable/plasma/5.3.2/milou-5.3.2.tar.xz + + qt5-base-devel + qt5-declarative + python3 + libgcc + kdoctools-devel + kdeclarative-devel + ki18n-devel + krunner-devel + plasma-framework-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + extra-cmake-modules + + + + + milou + + qt5-base + qt5-declarative + krunner + libgcc + kconfig + kservice + kcoreaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + + 2015-07-03 + 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 + + +