diff --git a/programming/library/libaccounts-qt5/actions.py b/programming/library/libaccounts-qt5/actions.py new file mode 100644 index 0000000000..3d77a7647a --- /dev/null +++ b/programming/library/libaccounts-qt5/actions.py @@ -0,0 +1,23 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + + +def setup(): + shelltools.system("sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro") + shelltools.system("qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR()) + + pisitools.dodoc("NOTES", "INSTALL", "COPYING", "README.md", "TODO") \ No newline at end of file diff --git a/programming/library/libaccounts-qt5/pspec.xml b/programming/library/libaccounts-qt5/pspec.xml new file mode 100644 index 0000000000..ba2710ea0f --- /dev/null +++ b/programming/library/libaccounts-qt5/pspec.xml @@ -0,0 +1,90 @@ + + + + + libaccounts-qt5 + https://gitlab.com/accounts-sso/libaccounts-qt + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + library + Qt5-based client library for accessing the online accounts database + Qt5-based client library for accessing the online accounts database + https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2 + + doxygen + qt5-base-devel + glib2-devel + libaccounts-glib-devel + + + + + libaccounts-qt5 + + glib2 + libgcc + qt5-base + libaccounts-glib + + + /usr/lib/libaccounts-qt5.so.* + /usr/share/doc/libaccounts-qt5 + --> + + + + + libaccounts-qt5-devel + Development files for libaccounts-qt5 + + libaccounts-qt5 + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/lib/libaccounts-qt5.so + + + + + libaccounts-qt5-docs + data:doc + Help files and API documents for libaccounts-qt5 + + libaccounts-qt5 + + + /usr/share/doc + + + + + libaccounts-qt5-tools + data:doc + This package contains the tools for the libaccounts-qt5 library + + libaccounts-qt5 + libgcc + qt5-base + + + /usr/bin + /usr/share/libaccounts-qt-tests + + + + + + 2015-10-20 + 1.14 + First release + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file