libaccounts-glib: rebuild for Python 3.10
This commit is contained in:
parent
023156b9b8
commit
76b62e1ba2
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'libaccounts-glib'
|
||||
pkgname=libaccounts-glib
|
||||
version=1.24
|
||||
revision=4
|
||||
wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
|
||||
revision=5
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
hostmakedepends="gtk-doc pkg-config python3-gobject-devel glib-devel gobject-introspection
|
||||
vala"
|
||||
hostmakedepends="gtk-doc pkg-config python3-gobject-devel
|
||||
glib-devel gobject-introspection vala"
|
||||
makedepends="sqlite-devel libxml2-devel libglib-devel python3-gobject-devel check-devel"
|
||||
short_desc="GLib-based client library for the accounts database"
|
||||
maintainer="John Rowley <enterthevoid@codesector.co>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://gitlab.com/accounts-sso/libaccounts-glib"
|
||||
distfiles="https://gitlab.com/accounts-sso/${pkgname}/repository/archive.tar.gz?ref=VERSION_${version}>${pkgname}-${version}.tar.gz"
|
||||
checksum=b0c52ddbd0305a37395890c61ec9ca9b389a3ee923a4364640205cf798a92f56
|
||||
distfiles="https://gitlab.com/accounts-sso/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=eebb1c6debfcf929efb388a0f28d8cc8ec9b32f273e4abe4224a33e5d299cd73
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Remove docs. During install of package, it will try
|
||||
|
|
Loading…
Reference in a new issue