gnome-online-accounts: update to 3.50.2.
This commit is contained in:
parent
a89e1e2934
commit
bd356914bb
|
@ -881,7 +881,7 @@ libp11-kit.so.0 p11-kit-0.7_1
|
||||||
librest-1.0.so.0 rest-0.9.1_1
|
librest-1.0.so.0 rest-0.9.1_1
|
||||||
librest-extras-1.0.so.0 rest-0.9.1_1
|
librest-extras-1.0.so.0 rest-0.9.1_1
|
||||||
libgoa-1.0.so.0 gnome-online-accounts-3.2.0_1
|
libgoa-1.0.so.0 gnome-online-accounts-3.2.0_1
|
||||||
libgoa-backend-1.0.so.1 gnome-online-accounts-3.10.0_1
|
libgoa-backend-1.0.so.2 gnome-online-accounts-3.50.0_1
|
||||||
liboauth.so.0 liboauth-0.9.4_1
|
liboauth.so.0 liboauth-0.9.4_1
|
||||||
liblcms2.so.2 lcms2-2.2_1
|
liblcms2.so.2 lcms2-2.2_1
|
||||||
libcolord.so.2 libcolord-1.1.7_1
|
libcolord.so.2 libcolord-1.1.7_1
|
||||||
|
|
|
@ -1,28 +1,30 @@
|
||||||
# Template file for 'gnome-online-accounts'
|
# Template file for 'gnome-online-accounts'
|
||||||
pkgname=gnome-online-accounts
|
pkgname=gnome-online-accounts
|
||||||
version=3.48.0
|
version=3.50.2
|
||||||
revision=1
|
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)
|
||||||
-Dmedia_server=true -Dman=true"
|
-Dman=true"
|
||||||
hostmakedepends="pkg-config gettext glib-devel docbook-xsl libxslt"
|
hostmakedepends="pkg-config gettext glib-devel docbook-xsl libxslt vala
|
||||||
makedepends="gtk+3-devel libwebkit2gtk41-devel json-glib-devel libsecret-devel
|
gtk4-update-icon-cache"
|
||||||
rest-devel gcr-devel mit-krb5-devel libsoup3-devel"
|
makedepends="gtk4-devel json-glib-devel libsecret-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-44/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/raw/gnome-46/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=418bb9fcffdbd72a98205ad365137617fc1e3551a54de74f6a98d45d266175bf
|
checksum=df16ad975d139c6bfc4ebb2ec8bb8327297a791ef2bf0b977c78076af5faa98e
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
gnome-online-accounts-devel_package() {
|
gnome-online-accounts-devel_package() {
|
||||||
depends="gtk+3-devel ${sourcepkg}>=${version}_${revision}"
|
depends="gtk4-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue