diff --git a/desktop/kde/application/akonadi-search/actions.py b/desktop/kde/application/akonadi-search/actions.py new file mode 100755 index 0000000000..c212b767da --- /dev/null +++ b/desktop/kde/application/akonadi-search/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", "COPYING") diff --git a/desktop/kde/application/akonadi-search/pspec.xml b/desktop/kde/application/akonadi-search/pspec.xml new file mode 100755 index 0000000000..7bfab47f91 --- /dev/null +++ b/desktop/kde/application/akonadi-search/pspec.xml @@ -0,0 +1,77 @@ + + + + + akonadi-search + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + Library to provides access and handling of KAlarm calendar data + Library to provides access and handling of KAlarm calendar data + http://download.kde.org/stable/applications/15.08.0/src/akonadi-search-15.08.0.tar.xz + + qt5-base-devel + extra-cmake-modules + kcalcore-devel + boost-devel + kdoctools-devel + kidentitymanagement-devel + kdepimlibs-devel + + + + + akonadi-search + + qt5-base + kcalcore + xapian-core + kcontacts + ki18n + kmime + libgcc + kcodecs + kconfig + kdepimlibs + kcoreaddons + kdelibs4-support + + + /etc + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + akonadi-search-devel + Development files for akonadi-search + + qt5-base-devel + akonadi-search + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-23 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +