diff --git a/desktop/kde/application/kcalcore/actions.py b/desktop/kde/application/kcalcore/actions.py new file mode 100755 index 0000000000..9083d58f59 --- /dev/null +++ b/desktop/kde/application/kcalcore/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 pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/application/kcalcore/pspec.xml b/desktop/kde/application/kcalcore/pspec.xml new file mode 100755 index 0000000000..431cc57611 --- /dev/null +++ b/desktop/kde/application/kcalcore/pspec.xml @@ -0,0 +1,68 @@ + + + + + kcalcore + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + The KDE calendar access library + Access Library for the Calendar in KDE + http://download.kde.org/stable/applications/15.08.0/src/kcalcore-15.08.0.tar.xz + + qt5-base-devel + kdelibs4-support-devel + extra-cmake-modules + kdoctools-devel + libical-devel + + + + + kcalcore + + qt5-base + kdelibs4-support + libical + libgcc + kcodecs + kconfig + kcoreaddons + libutil-linux + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kcalcore-devel + Development files for kcalcore + + qt5-base-devel + kcalcore + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/kcalutils/actions.py b/desktop/kde/application/kcalutils/actions.py new file mode 100755 index 0000000000..9083d58f59 --- /dev/null +++ b/desktop/kde/application/kcalutils/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 pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/application/kcalutils/pspec.xml b/desktop/kde/application/kcalutils/pspec.xml new file mode 100755 index 0000000000..6f6766a161 --- /dev/null +++ b/desktop/kde/application/kcalutils/pspec.xml @@ -0,0 +1,69 @@ + + + + + kcalutils + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + The KDE calendar utility library + Calendar utility library for KDE + http://download.kde.org/stable/applications/15.08.0/src/kcalutils-15.08.0.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + + + + + kcalutils + + qt5-base + kcalcore + kidentitymanagement + ki18n + libgcc + kcodecs + kconfig + kcoreaddons + kiconthemes + kwidgetsaddons + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kcalutils-devel + Development files for kcalutils + + qt5-base-devel + kcalutils + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/kholidays/actions.py b/desktop/kde/application/kholidays/actions.py new file mode 100755 index 0000000000..7e23056ee1 --- /dev/null +++ b/desktop/kde/application/kholidays/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 pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + #pisitools.dodoc("COPYING.LIB", "README", "CHANGELOG", "AUTHORS") diff --git a/desktop/kde/application/kholidays/pspec.xml b/desktop/kde/application/kholidays/pspec.xml new file mode 100755 index 0000000000..9d68384cc1 --- /dev/null +++ b/desktop/kde/application/kholidays/pspec.xml @@ -0,0 +1,68 @@ + + + + + kholidays + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + KDE library for regional holiday information + KDE library for regional holiday information + http://download.kde.org/stable/applications/15.08.0/src/kholidays-15.08.0.tar.xz + + qt5-base-devel + kitemviews-devel + kdoctools-devel + cmake + extra-cmake-modules + + + + + kholidays + + qt5-base + kdelibs4-support + ki18n + libgcc + kitemviews + kcompletion + + + /etc + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kholidays-devel + Development files for kdelibs4-support + + qt5-base-devel + kholidays + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/kidentitymanagement/actions.py b/desktop/kde/application/kidentitymanagement/actions.py new file mode 100755 index 0000000000..10fb7f22b4 --- /dev/null +++ b/desktop/kde/application/kidentitymanagement/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 pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING.LIB") diff --git a/desktop/kde/application/kidentitymanagement/pspec.xml b/desktop/kde/application/kidentitymanagement/pspec.xml new file mode 100755 index 0000000000..a66df10be0 --- /dev/null +++ b/desktop/kde/application/kidentitymanagement/pspec.xml @@ -0,0 +1,73 @@ + + + + + kidentitymanagement + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + KDE PIM libraries + Library for the KDE-PIM(Personal-Infomation-Management + http://download.kde.org/stable/applications/15.08.0/src/kidentitymanagement-15.08.0.tar.xz + + qt5-base-devel + kdoctools-devel + kpimtextedit-devel + cmake + extra-cmake-modules + + + + + kidentitymanagement + + qt5-base + kpimtextedit + kio + ki18n + libgcc + kcodecs + kconfig + kxmlgui + kcompletion + kcoreaddons + ktextwidgets + kwidgetsaddons + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kidentitymanagement-devel + Development files for kidentitymanagement + + qt5-base-devel + kidentitymanagement + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/kimap/actions.py b/desktop/kde/application/kimap/actions.py new file mode 100755 index 0000000000..783a3ea3d9 --- /dev/null +++ b/desktop/kde/application/kimap/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 pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING.LIB", "COPYING") diff --git a/desktop/kde/application/kimap/pspec.xml b/desktop/kde/application/kimap/pspec.xml new file mode 100755 index 0000000000..6d407a0238 --- /dev/null +++ b/desktop/kde/application/kimap/pspec.xml @@ -0,0 +1,70 @@ + + + + + kimap + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + Job-based API for interacting with IMAP servers + API for interacting with IMAP servers + http://download.kde.org/stable/applications/15.08.0/src/kimap-15.08.0.tar.xz + + qt5-base-devel + kdoctools-devel + kmime-devel + boost-devel + kdelibs4-support-devel + cmake + extra-cmake-modules + + + + + kimap + + qt5-base + kmime + kio + ki18n + libgcc + kcodecs + cyrus-sasl + kcoreaddons + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kimap-devel + Development files for kimap + + qt5-base-devel + kimap + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/kmbox/actions.py b/desktop/kde/application/kmbox/actions.py new file mode 100755 index 0000000000..3debf3e685 --- /dev/null +++ b/desktop/kde/application/kmbox/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.insinto("/usr/include/KF5/KMbox", "/usr/include/KF5/kmbox_version.h") + #pisitools.dodoc("COPYING.LIB", "README", "CHANGELOG", "AUTHORS") diff --git a/desktop/kde/application/kmbox/pspec.xml b/desktop/kde/application/kmbox/pspec.xml new file mode 100755 index 0000000000..b6e1a5140d --- /dev/null +++ b/desktop/kde/application/kmbox/pspec.xml @@ -0,0 +1,66 @@ + + + + + kmbox + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + Library for accessing mail storages in MBox format + Library for accessing mail storages in MBox format + http://download.kde.org/stable/applications/15.08.0/src/kmbox-15.08.0.tar.xz + + qt5-base-devel + kcompletion-devel + ki18n-devel + boost-devel + kdoctools-devel + cmake + extra-cmake-modules + + + + + kmbox + + qt5-base + kmime + libgcc + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kmbox-devel + Development files for kmbox + + qt5-base-devel + kmbox + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + 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 + + +