From 8cda9d8754bc6bc36dac207ff22cbb2c5303ee0f Mon Sep 17 00:00:00 2001 From: groni Date: Wed, 1 Jul 2015 12:59:13 +0200 Subject: [PATCH 1/5] kfilemetadata rebuild and check --- .../kde/kde5-plasma/kfilemetadata/actions.py | 24 +++++++ .../kde/kde5-plasma/kfilemetadata/pspec.xml | 71 +++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100755 desktop/kde/kde5-plasma/kfilemetadata/actions.py create mode 100755 desktop/kde/kde5-plasma/kfilemetadata/pspec.xml diff --git a/desktop/kde/kde5-plasma/kfilemetadata/actions.py b/desktop/kde/kde5-plasma/kfilemetadata/actions.py new file mode 100755 index 0000000000..d4e8d7f374 --- /dev/null +++ b/desktop/kde/kde5-plasma/kfilemetadata/actions.py @@ -0,0 +1,24 @@ +#!/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 pisitools +from pisi.actionsapi import cmaketools + +def setup(): + cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ + -DLIB_INSTALL_DIR=lib \ + -DPYTHON_EXECUTABLE=/usr/bin/python \ + -DBUILD_TESTING=OFF") + +def build(): + cmaketools.make() + +def install(): + cmaketools.install() + + pisitools.dodoc("COPYING-CMAKE-SCRIPTS", "COPYING.LGPL-3") + diff --git a/desktop/kde/kde5-plasma/kfilemetadata/pspec.xml b/desktop/kde/kde5-plasma/kfilemetadata/pspec.xml new file mode 100755 index 0000000000..14b6375e74 --- /dev/null +++ b/desktop/kde/kde5-plasma/kfilemetadata/pspec.xml @@ -0,0 +1,71 @@ + + + + + kfilemetadata + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 library for extracting meta data from files. + KDE library for extracting meta data from files. + http://download.kde.org/stable/plasma/5.3.1/kfilemetadata-5.9.1.tar.xz + + qt5-base-devel + python + extra-cmake-modules + + + + + kfilemetadata + + qt5-base + ebook-tools + libgcc + exiv2-libs + taglib + ffmpeg + taglib + poppler-qt5 + karchive + ki18n + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kfilemetadata-devel + Development files for kfilemetadata + + qt5-base-devel + kfilemetadata + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-06-03 + 5.9.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + From f97a03b4f8fb1a3198c7a3792d8e526295383315 Mon Sep 17 00:00:00 2001 From: groni Date: Wed, 1 Jul 2015 14:12:30 +0200 Subject: [PATCH 2/5] bluez-qt version bump and check --- desktop/kde/plasma/bluez-qt/actions.py | 20 ++++++++ desktop/kde/plasma/bluez-qt/pspec.xml | 65 ++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 desktop/kde/plasma/bluez-qt/actions.py create mode 100755 desktop/kde/plasma/bluez-qt/pspec.xml diff --git a/desktop/kde/plasma/bluez-qt/actions.py b/desktop/kde/plasma/bluez-qt/actions.py new file mode 100644 index 0000000000..8959ab078b --- /dev/null +++ b/desktop/kde/plasma/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/plasma/bluez-qt/pspec.xml b/desktop/kde/plasma/bluez-qt/pspec.xml new file mode 100755 index 0000000000..0601c3afe3 --- /dev/null +++ b/desktop/kde/plasma/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 1f794e269b91f212f0c28e5b54e70e30141bb84b Mon Sep 17 00:00:00 2001 From: groni Date: Wed, 1 Jul 2015 14:29:20 +0200 Subject: [PATCH 3/5] bluedevil version bump and check --- desktop/kde/plasma/bluedevil/actions.py | 19 +++++++ desktop/kde/plasma/bluedevil/pspec.xml | 70 +++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 desktop/kde/plasma/bluedevil/actions.py create mode 100755 desktop/kde/plasma/bluedevil/pspec.xml diff --git a/desktop/kde/plasma/bluedevil/actions.py b/desktop/kde/plasma/bluedevil/actions.py new file mode 100644 index 0000000000..445fd55022 --- /dev/null +++ b/desktop/kde/plasma/bluedevil/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("README.md", "COPYING.LIB") diff --git a/desktop/kde/plasma/bluedevil/pspec.xml b/desktop/kde/plasma/bluedevil/pspec.xml new file mode 100755 index 0000000000..37410fce4f --- /dev/null +++ b/desktop/kde/plasma/bluedevil/pspec.xml @@ -0,0 +1,70 @@ + + + + + bluedevil + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + KDE 5 Bluetooth Stack + Integrate the Bluetooth technology within KDE workspace and applications + http://download.kde.org/stable/plasma/5.3.2/bluedevil-5.3.2.tar.xz + + qt5-base-devel + kded-devel + plasma-framework-devel + extra-cmake-modules + + + + + bluedevil + + qt5-base + libgcc + bluez-qt + kio + ki18n + kconfig + qt5-declarative + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + + 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 a8e936712876452a2e303c242504b61d74013fe4 Mon Sep 17 00:00:00 2001 From: groni Date: Wed, 1 Jul 2015 14:44:19 +0200 Subject: [PATCH 4/5] kfilemetadata version bump --- desktop/kde/plasma/kfilemetadata/actions.py | 24 +++++++ desktop/kde/plasma/kfilemetadata/pspec.xml | 78 +++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100755 desktop/kde/plasma/kfilemetadata/actions.py create mode 100755 desktop/kde/plasma/kfilemetadata/pspec.xml diff --git a/desktop/kde/plasma/kfilemetadata/actions.py b/desktop/kde/plasma/kfilemetadata/actions.py new file mode 100755 index 0000000000..d4e8d7f374 --- /dev/null +++ b/desktop/kde/plasma/kfilemetadata/actions.py @@ -0,0 +1,24 @@ +#!/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 pisitools +from pisi.actionsapi import cmaketools + +def setup(): + cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ + -DLIB_INSTALL_DIR=lib \ + -DPYTHON_EXECUTABLE=/usr/bin/python \ + -DBUILD_TESTING=OFF") + +def build(): + cmaketools.make() + +def install(): + cmaketools.install() + + pisitools.dodoc("COPYING-CMAKE-SCRIPTS", "COPYING.LGPL-3") + diff --git a/desktop/kde/plasma/kfilemetadata/pspec.xml b/desktop/kde/plasma/kfilemetadata/pspec.xml new file mode 100755 index 0000000000..58611ffc49 --- /dev/null +++ b/desktop/kde/plasma/kfilemetadata/pspec.xml @@ -0,0 +1,78 @@ + + + + + kfilemetadata + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 library for extracting meta data from files. + KDE library for extracting meta data from files. + http://download.kde.org/stable/plasma/5.3.2/kfilemetadata-5.9.2.tar.xz + + qt5-base-devel + python + extra-cmake-modules + + + + + kfilemetadata + + qt5-base + ebook-tools + libgcc + exiv2-libs + taglib + ffmpeg + taglib + poppler-qt5 + karchive + ki18n + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kfilemetadata-devel + Development files for kfilemetadata + + qt5-base-devel + kfilemetadata + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-07-01 + 5.9.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-03 + 5.9.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + From 984f5d23edec068c0505dbcd0089c5d1ece1c4ee Mon Sep 17 00:00:00 2001 From: groni Date: Wed, 1 Jul 2015 14:59:40 +0200 Subject: [PATCH 5/5] baloo version bump and check --- desktop/kde/plasma/baloo/actions.py | 19 ++++++ desktop/kde/plasma/baloo/pspec.xml | 99 +++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 desktop/kde/plasma/baloo/actions.py create mode 100755 desktop/kde/plasma/baloo/pspec.xml diff --git a/desktop/kde/plasma/baloo/actions.py b/desktop/kde/plasma/baloo/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/plasma/baloo/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/baloo/pspec.xml b/desktop/kde/plasma/baloo/pspec.xml new file mode 100755 index 0000000000..5301eb9950 --- /dev/null +++ b/desktop/kde/plasma/baloo/pspec.xml @@ -0,0 +1,99 @@ + + + + + baloo + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + Framework for searching and managing metadata + Baloo is a framework for searching and managing metada + http://download.kde.org/stable/plasma/5.3.2/baloo-5.9.2.tar.xz + + qt5-base-devel + kdoctools-devel + python3 + extra-cmake-modules + + + + + baloo + + qt5-base + qt5-declarative + xapian-core + kcoreaddons + kdbusaddons + kauth + libgcc + kcmutils + kconfig + kcrash + kdelibs4-support + ki18n + kidletime + kio + krunner + solid + kf5-kfilemetadata + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + baloo + + + baloo + + + + + baloo-devel + Development files for baloo-widgets + + qt5-base-devel + baloo + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + baloo-devel + + + baloo-devel + + + + + + 2015-07-01 + 5.9.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.9.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + +