diff --git a/desktop/kde/misc/kcontacts/actions.py b/desktop/kde/misc/kcontacts/actions.py new file mode 100755 index 0000000000..06271e6356 --- /dev/null +++ b/desktop/kde/misc/kcontacts/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("README", "COPYING.LIB", "README.AddressFormat") diff --git a/desktop/kde/misc/kcontacts/pspec.xml b/desktop/kde/misc/kcontacts/pspec.xml new file mode 100755 index 0000000000..35326a127b --- /dev/null +++ b/desktop/kde/misc/kcontacts/pspec.xml @@ -0,0 +1,68 @@ + + + + + kcontacts + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:gui + Address book API for KDE. + Address book for KDE for Contacts. + http://download.kde.org/stable/applications/15.08.0/src/kcontacts-15.08.0.tar.xz + + qt5-base-devel + ki18n-devel + kcodecs-devel + kconfig-devel + kio-devel + extra-cmake-modules + + + + + kcontacts + + qt5-base + ki18n + kcodecs + kconfig + kcoreaddons + libgcc + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kcontacts-devel + Development files for kcontacts + + qt5-base-devel + kcontacts + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +