gnome-online-accounts: use rest0
This commit is contained in:
parent
3750ce4dda
commit
57e74b017f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-online-accounts'
|
||||
pkgname=gnome-online-accounts
|
||||
version=3.44.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="$(vopt_enable gir introspection)
|
||||
|
@ -13,14 +13,14 @@ configure_args="$(vopt_enable gir introspection)
|
|||
hostmakedepends="docbook-xsl gettext glib-devel
|
||||
libxslt pkg-config $(vopt_if gir vala)"
|
||||
makedepends="gcr-devel gtk+3-devel json-glib-devel libnotify-devel libsecret-devel
|
||||
libsoup-devel mit-krb5-devel rest-devel telepathy-glib-devel webkit2gtk-devel"
|
||||
libsoup-devel mit-krb5-devel rest0-devel telepathy-glib-devel webkit2gtk-devel"
|
||||
depends="hicolor-icon-theme"
|
||||
short_desc="GNOME service to access online accounts"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
|
||||
changelog="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/raw/gnome-3-44/NEWS"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
distfiles="${GNOME_SITE}/gnome-online-accounts/${version%.*}/gnome-online-accounts-${version}.tar.xz"
|
||||
checksum=381d5d4106f435b6f87786aa049be784774e15996adcc02789807afc87ea7342
|
||||
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue