diff --git a/desktop/kde/application/kpimtextedit/actions.py b/desktop/kde/application/kpimtextedit/actions.py new file mode 100755 index 0000000000..7b7a4739b4 --- /dev/null +++ b/desktop/kde/application/kpimtextedit/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 pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING.LIB") diff --git a/desktop/kde/application/kpimtextedit/pspec.xml b/desktop/kde/application/kpimtextedit/pspec.xml new file mode 100755 index 0000000000..d787efee22 --- /dev/null +++ b/desktop/kde/application/kpimtextedit/pspec.xml @@ -0,0 +1,71 @@ + + + + + kpimtextedit + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:gui + A textedit with PIM-specific features. + Text Edit with KDE-PIM specific features. + http://download.kde.org/stable/applications/15.08.0/src/kpimtextedit-15.08.0.tar.xz + + qt5-base-devel + ki18n-devel + kcodecs-devel + kconfig-devel + kio-devel + extra-cmake-modules + + + + + kpimtextedit + + qt5-base + ki18n + kcodecs + kio + sonnet + libgcc + kemoticons + kcompletion + ktextwidgets + kwidgetsaddons + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kpimtextedit-devel + Development files for kpimtextedit + + qt5-base-devel + kpimtextedit + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +