libaccounts-glib: update to 1.24.
This commit is contained in:
parent
6a9f8c3ff4
commit
5fb045bbaf
|
@ -2568,7 +2568,7 @@ libflimage.so.2 xforms-1.2.4_2
|
||||||
libutilspp.so.0 curlpp-0.7.3_2
|
libutilspp.so.0 curlpp-0.7.3_2
|
||||||
libcurlpp.so.1 curlpp-0.8.1_1
|
libcurlpp.so.1 curlpp-0.8.1_1
|
||||||
libtcd.so.1 libtcd-2.2.7.r2_1
|
libtcd.so.1 libtcd-2.2.7.r2_1
|
||||||
libaccounts-glib.so.0 libaccounts-glib-1.21_1
|
libaccounts-glib.so.1 libaccounts-glib-1.24_1
|
||||||
libaccounts-qt5.so.1 libaccounts-qt5-1.14_1
|
libaccounts-qt5.so.1 libaccounts-qt5-1.14_1
|
||||||
libshotwell-plugin-dev-1.0.so.0 shotwell-0.30.0_1
|
libshotwell-plugin-dev-1.0.so.0 shotwell-0.30.0_1
|
||||||
libshotwell-plugin-common.so.0 shotwell-0.30.0_1
|
libshotwell-plugin-common.so.0 shotwell-0.30.0_1
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'libaccounts-glib'
|
# Template file for 'libaccounts-glib'
|
||||||
pkgname=libaccounts-glib
|
pkgname=libaccounts-glib
|
||||||
version=1.23
|
version=1.24
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
|
||||||
|
build_style=meson
|
||||||
|
hostmakedepends="gtk-doc pkg-config glib-devel gobject-introspection vala"
|
||||||
|
makedepends="sqlite-devel libxml2-devel libglib-devel python-gobject-devel
|
||||||
|
check-devel"
|
||||||
short_desc="GLib-based client library for the accounts database"
|
short_desc="GLib-based client library for the accounts database"
|
||||||
maintainer="John Rowley <enterthevoid@codesector.co>"
|
maintainer="John Rowley <enterthevoid@codesector.co>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://gitlab.com/accounts-sso/libaccounts-glib"
|
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"
|
distfiles="https://gitlab.com/accounts-sso/${pkgname}/repository/archive.tar.gz?ref=VERSION_${version}>${pkgname}-${version}.tar.gz"
|
||||||
checksum=b4686af19b86cbedc0eb6a00aceee70f2c61254013d2cadd8aba15e9c540fff7
|
checksum=b0c52ddbd0305a37395890c61ec9ca9b389a3ee923a4364640205cf798a92f56
|
||||||
hostmakedepends="gtk-doc autoconf automake libtool pkg-config glib-devel"
|
nocross="Hard depends on both gobject-introspection & python-gobject"
|
||||||
makedepends="sqlite-devel libxml2-devel libglib-devel"
|
|
||||||
wrksrc="${pkgname}-VERSION_${version}-8d14b10652b2fe6c25d8ad8334e2d5023d254313"
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
libaccounts-glib-devel_package() {
|
libaccounts-glib-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue