# Compiling Time: 0.20 SBU # Maintainer: Melko pkgname=accounts-qml-module pkgver=0.7 pkgrel=6 pkgdesc="Qt-based client library for accessing the online accounts database." depends=('signon>=8.60-2' 'libaccounts-qt>=1.15-10' 'qt5-base>=5.15.0') makedepends=('doxygen' 'qt5-tools>=5.15.0') groups=('xlib') archs=("x86_64") url="https://gitlab.com/accounts-sso/$pkgname" _F_scm_type="git" _F_scm_url="https://gitlab.com/accounts-sso/$pkgname.git" _F_scm_tag="VERSION_$pkgver" _F_qt_nocore="yes" Finclude scm qt5 _FQt_confopts+=" PREFIX=$Fprefix LIBDIR=$Fprefix/lib " up2date="lynx -dump $url/-/tags?sort=updated_desc | grep -m 1 VERSION_ | egrep -o '[0-9]+\.[0-9]+(0-9]+\.)?'" build() { Funpack_scm Fcd Fsed '-Werror' '' common-project-config.pri Fexec /bin/echo > doc/*.pri FQt_build } # optimization OK