gnome-online-accounts: 3.52.3.1.

This commit is contained in:
oreo639 2025-02-10 02:32:19 -08:00 committed by oreo639
parent a0c6c06083
commit c5c4619d04

View file

@ -1,24 +1,24 @@
# Template file for 'gnome-online-accounts' # Template file for 'gnome-online-accounts'
pkgname=gnome-online-accounts pkgname=gnome-online-accounts
version=3.50.2 version=3.52.3.1
revision=2 revision=1
build_style=meson build_style=meson
build_helper="gir" build_helper="gir"
configure_args="$(vopt_bool gir introspection) $(vopt_bool gir vapi) configure_args="$(vopt_bool gir introspection) $(vopt_bool gir vapi)
-Dman=true" -Dman=true"
hostmakedepends="pkg-config gettext glib-devel docbook-xsl libxslt vala hostmakedepends="pkg-config gettext glib-devel docbook-xsl libxslt vala
gtk4-update-icon-cache" gtk4-update-icon-cache gi-docgen"
makedepends="gtk4-devel json-glib-devel libsecret-devel makedepends="gtk4-devel json-glib-devel libsecret-devel keyutils-devel
rest-devel gcr4-devel mit-krb5-devel libsoup3-devel libadwaita-devel" rest-devel gcr4-devel mit-krb5-devel libsoup3-devel libadwaita-devel"
depends="hicolor-icon-theme" depends="hicolor-icon-theme"
short_desc="GNOME service to access online accounts" short_desc="GNOME service to access online accounts"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" homepage="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
changelog="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/raw/gnome-46/NEWS" changelog="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/raw/gnome-47/NEWS"
#changelog="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/raw/master/NEWS" #changelog="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/gnome-online-accounts/${version%.*}/gnome-online-accounts-${version}.tar.xz" distfiles="${GNOME_SITE}/gnome-online-accounts/${version%.*.*}/gnome-online-accounts-${version}.tar.xz"
checksum=df16ad975d139c6bfc4ebb2ec8bb8327297a791ef2bf0b977c78076af5faa98e checksum=49ed727d6fc49474996fa7edf0919b21e4fc856ea37e6e30f17b50b103af9701
build_options="gir" build_options="gir"
build_options_default="gir" build_options_default="gir"
@ -34,6 +34,7 @@ gnome-online-accounts-devel_package() {
if [ "$build_option_gir" ]; then if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
vmove usr/share/vala vmove usr/share/vala
vmove usr/share/doc/gnome-online-accounts/Goa-1.0
fi fi
} }
} }