mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
gnome-online-accounts: 3.52.3.1.
This commit is contained in:
parent
a0c6c06083
commit
c5c4619d04
1 changed files with 8 additions and 7 deletions
|
@ -1,24 +1,24 @@
|
|||
# Template file for 'gnome-online-accounts'
|
||||
pkgname=gnome-online-accounts
|
||||
version=3.50.2
|
||||
revision=2
|
||||
version=3.52.3.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="$(vopt_bool gir introspection) $(vopt_bool gir vapi)
|
||||
-Dman=true"
|
||||
hostmakedepends="pkg-config gettext glib-devel docbook-xsl libxslt vala
|
||||
gtk4-update-icon-cache"
|
||||
makedepends="gtk4-devel json-glib-devel libsecret-devel
|
||||
gtk4-update-icon-cache gi-docgen"
|
||||
makedepends="gtk4-devel json-glib-devel libsecret-devel keyutils-devel
|
||||
rest-devel gcr4-devel mit-krb5-devel libsoup3-devel libadwaita-devel"
|
||||
depends="hicolor-icon-theme"
|
||||
short_desc="GNOME service to access online accounts"
|
||||
maintainer="Orphaned <orphan@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-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"
|
||||
distfiles="${GNOME_SITE}/gnome-online-accounts/${version%.*}/gnome-online-accounts-${version}.tar.xz"
|
||||
checksum=df16ad975d139c6bfc4ebb2ec8bb8327297a791ef2bf0b977c78076af5faa98e
|
||||
distfiles="${GNOME_SITE}/gnome-online-accounts/${version%.*.*}/gnome-online-accounts-${version}.tar.xz"
|
||||
checksum=49ed727d6fc49474996fa7edf0919b21e4fc856ea37e6e30f17b50b103af9701
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
@ -34,6 +34,7 @@ gnome-online-accounts-devel_package() {
|
|||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/vala
|
||||
vmove usr/share/doc/gnome-online-accounts/Goa-1.0
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue