Commit 41a2aa12 authored by Florent Revest's avatar Florent Revest

Add libaccounts-glib and libaccounts-qt5 recipes needed by buteo

parent 88cccb2f
SUMMARY = "GLib-based client library for the accounts database"
HOMEPAGE = "https://gitlab.com/accounts-sso/libaccounts-glib"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
SRC_URI = "git://gitlab.com/accounts-sso/libaccounts-glib.git;protocol=https"
SRCREV = "8d14b10652b2fe6c25d8ad8334e2d5023d254313"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
EXTRA_OECONF = "--disable-static --disable-gtk-doc --enable-introspection=no"
do_configure_prepend() {
gtkdocize
}
DEPENDS += "glib-2.0"
inherit autotools pkgconfig
B = "${S}"
DEPENDS += "libcheck libxml2 sqlite3"
FILES_${PN} += "/usr/share/dbus-1 /usr/share/backup-framework /usr/share/xml/accounts/schema/dtd"
FILES_${PN}-dev += "/usr/share/vala/vapi /usr/lib/python2.7/dist-packages/gi/overrides/"
SUMMARY = "Accounts management library for Qt applications"
HOMEPAGE = "https://gitlab.com/accounts-sso/libaccounts-qt"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
SRC_URI = "git://gitlab.com/accounts-sso/libaccounts-qt.git;protocol=https"
SRCREV = "5b272ae218ccdf1f67f4eed92e2cdbe21c56ceb8"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
do_configure_prepend() {
sed -i "/doc.pri/d" ${S}/accounts-qt.pro
}
do_install_append() {
rm -r ${D}/usr/bin/
}
DEPENDS += "qtbase libaccounts-glib "
FILES_${PN}-dev += "/usr/lib/cmake/AccountsQt5"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment