From f123b64dc0d79976b09188d94f3f04fc12fb4832 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 24 Jul 2015 16:32:08 +0200 Subject: [PATCH 1/2] move bluez-qt from plasma to framework --- desktop/kde/framework/bluez-qt/actions.py | 20 +++++++ desktop/kde/framework/bluez-qt/pspec.xml | 65 +++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 desktop/kde/framework/bluez-qt/actions.py create mode 100755 desktop/kde/framework/bluez-qt/pspec.xml diff --git a/desktop/kde/framework/bluez-qt/actions.py b/desktop/kde/framework/bluez-qt/actions.py new file mode 100644 index 0000000000..8959ab078b --- /dev/null +++ b/desktop/kde/framework/bluez-qt/actions.py @@ -0,0 +1,20 @@ +#!/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 shelltools +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure("-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d") + +def build(): + kde5.make() + +def install(): + kde5.install() + + #pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/bluez-qt/pspec.xml b/desktop/kde/framework/bluez-qt/pspec.xml new file mode 100755 index 0000000000..0601c3afe3 --- /dev/null +++ b/desktop/kde/framework/bluez-qt/pspec.xml @@ -0,0 +1,65 @@ + + + + + bluez-qt + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + Qt wrapper for KDE 5 Bluez DBus API + Qt wrapper for KDE 5 DBus API. + http://download.kde.org/stable/plasma/5.3.2/bluez-qt-5.3.2.tar.xz + + qt5-base-devel + extra-cmake-modules + + + + + bluez-qt + + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + bluez-qt-devel + Development files for bluez-qt + + qt5-base-devel + bluez-qt + + + /usr/include + /usr/lib/cmake + + + + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + From 33eb35cddcf2ba81fdbf8999ab951543a9dab8b8 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 24 Jul 2015 23:24:14 +0200 Subject: [PATCH 2/2] plugins for dolphin such as git subversion and more --- .../application/dolphin-plugins/actions.py | 23 +++++++ .../kde/application/dolphin-plugins/pspec.xml | 60 +++++++++++++++++++ .../dolphin-plugins/translations.xml | 8 +++ 3 files changed, 91 insertions(+) create mode 100755 desktop/kde/application/dolphin-plugins/actions.py create mode 100755 desktop/kde/application/dolphin-plugins/pspec.xml create mode 100755 desktop/kde/application/dolphin-plugins/translations.xml diff --git a/desktop/kde/application/dolphin-plugins/actions.py b/desktop/kde/application/dolphin-plugins/actions.py new file mode 100755 index 0000000000..b35fd3feba --- /dev/null +++ b/desktop/kde/application/dolphin-plugins/actions.py @@ -0,0 +1,23 @@ +#!/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 shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +NoStrip=["/usr/share"] + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/application/dolphin-plugins/pspec.xml b/desktop/kde/application/dolphin-plugins/pspec.xml new file mode 100755 index 0000000000..96da16cb67 --- /dev/null +++ b/desktop/kde/application/dolphin-plugins/pspec.xml @@ -0,0 +1,60 @@ + + + + + dolphin-plugins + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + Extra dolphin plugins + This package contains plugins that offer integration in Dolphin with the following version control systems: + http://download1479.mediafire.com/719l4swr5iyg/ochhwkga7gprc5p/dolphin-plugins.tar.gz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + + + + + dolphin-plugins + + qt5-base + dolphin + kio + ki18n + libgcc + kconfig + kxmlgui + kcompletion + kcoreaddons + ktextwidgets + kdelibs4-support + + + kdesdk + + + kdesdk + + + /usr/share + /usr/lib + /usr/share/doc + + + + + + 2015-07-24 + 15.04.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/dolphin-plugins/translations.xml b/desktop/kde/application/dolphin-plugins/translations.xml new file mode 100755 index 0000000000..a707c1fc99 --- /dev/null +++ b/desktop/kde/application/dolphin-plugins/translations.xml @@ -0,0 +1,8 @@ + + + + dolphin-plugins + Dolphin eklentileri. + Dolphin için VCS (Version Control System) eklentileri. + +