mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnome-online-accounts: update to 3.46.0.
This commit is contained in:
parent
deecd97e0e
commit
f92dfb851b
1 changed files with 11 additions and 16 deletions
|
@ -1,27 +1,22 @@
|
||||||
# Template file for 'gnome-online-accounts'
|
# Template file for 'gnome-online-accounts'
|
||||||
pkgname=gnome-online-accounts
|
pkgname=gnome-online-accounts
|
||||||
version=3.44.0
|
version=3.46.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)
|
configure_args="$(vopt_bool gir introspection) $(vopt_bool gir vapi)
|
||||||
--enable-documentation --enable-backend
|
-Dmedia_server=true -Dman=true"
|
||||||
--enable-google --enable-kerberos --enable-flickr
|
hostmakedepends="pkg-config gettext glib-devel docbook-xsl libxslt"
|
||||||
--enable-facebook --disable-static --enable-exchange --enable-imap-smtp
|
makedepends="gtk+3-devel libwebkit2gtk41-devel json-glib-devel libsecret-devel
|
||||||
--enable-owncloud --enable-windows-live
|
rest-devel gcr-devel mit-krb5-devel libsoup3-devel"
|
||||||
--enable-lastfm --enable-media-server"
|
|
||||||
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 rest0-devel telepathy-glib-devel webkit2gtk-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="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
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-3-44/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/raw/gnome-43/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=381d5d4106f435b6f87786aa049be784774e15996adcc02789807afc87ea7342
|
checksum=5e7859ce4858a6b99d3995ed70527d66e297bb90bbf75ec8780fe9da22c1fcaa
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue