From 82dbe7043e6e8de984183de53b1c97616c136df4 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 25 Jun 2015 21:08:54 +0200 Subject: [PATCH] ktextwidgets version bump and check --- desktop/kde/framework/ktextwidgets/actions.py | 25 ++++++ desktop/kde/framework/ktextwidgets/pspec.xml | 79 +++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100755 desktop/kde/framework/ktextwidgets/actions.py create mode 100755 desktop/kde/framework/ktextwidgets/pspec.xml diff --git a/desktop/kde/framework/ktextwidgets/actions.py b/desktop/kde/framework/ktextwidgets/actions.py new file mode 100755 index 0000000000..c14cef5133 --- /dev/null +++ b/desktop/kde/framework/ktextwidgets/actions.py @@ -0,0 +1,25 @@ +#!/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 \ + -DSYSCONF_INSTALL_DIR=/etc \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DPYTHON_EXECUTABLE=/usr/bin/python3 \ + -DBUILD_TESTING=OFF") + +def build(): + cmaketools.make() + +def install(): + cmaketools.install() + + pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/ktextwidgets/pspec.xml b/desktop/kde/framework/ktextwidgets/pspec.xml new file mode 100755 index 0000000000..3a08cba09b --- /dev/null +++ b/desktop/kde/framework/ktextwidgets/pspec.xml @@ -0,0 +1,79 @@ + + + + + ktextwidgets + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + KDE5 text editing widgets + KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text. + http://download.kde.org/stable/frameworks/5.11/ktextwidgets-5.11.0.tar.xz + + qt5-base-devel + python3 + extra-cmake-modules + + + + + ktextwidgets + + qt5-base + libgcc + kconfig + kcompletion + kconfigwidgets + kiconthemes + kwidgetsaddons + ki18n + sonnet + kservice + kcoreaddons + kwindowsystem + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + ktextwidgets-devel + Development files for ktextwidgets + + qt5-base-devel + ktextwidgets + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release + Stefan Gronewold(groni) + groni@pisilinux.org + + +