From 4b811918af2a2e85342b67378f0495455623a4fa Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 16 Aug 2019 12:57:50 +0200 Subject: [PATCH] shotwell: update to 0.30.5. --- srcpkgs/shotwell/patches/fix-unused-method.patch | 10 ++++++++++ srcpkgs/shotwell/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/shotwell/patches/fix-unused-method.patch diff --git a/srcpkgs/shotwell/patches/fix-unused-method.patch b/srcpkgs/shotwell/patches/fix-unused-method.patch new file mode 100644 index 00000000000..c6db36d2c70 --- /dev/null +++ b/srcpkgs/shotwell/patches/fix-unused-method.patch @@ -0,0 +1,10 @@ +--- vapi/libgdata.vapi.orig 2019-08-12 11:01:50.347941770 +0200 ++++ vapi/libgdata.vapi 2019-08-12 11:02:02.993946056 +0200 +@@ -1916,7 +1916,6 @@ namespace GData { + public abstract bool is_authorized_for_domain (GData.AuthorizationDomain domain); + public abstract void process_request (GData.AuthorizationDomain? domain, Soup.Message message); + public virtual bool refresh_authorization (GLib.Cancellable? cancellable = null) throws GLib.Error; +- public virtual async bool refresh_authorization_async (GLib.Cancellable? cancellable) throws GLib.Error; + } + [CCode (cheader_filename = "gdata/gdata.h", type_id = "gdata_batchable_get_type ()")] + public interface Batchable : GData.Service { diff --git a/srcpkgs/shotwell/template b/srcpkgs/shotwell/template index 8667e75f4e8..641138f9fb9 100644 --- a/srcpkgs/shotwell/template +++ b/srcpkgs/shotwell/template @@ -1,6 +1,6 @@ # Template file for 'shotwell' pkgname=shotwell -version=0.30.4 +version=0.30.5 revision=1 build_style=meson hostmakedepends="gcr-devel glib-devel gnome-doc-utils itstool libgee08-devel @@ -14,6 +14,6 @@ maintainer="Enno Boland " license="LGPL-2.1-or-later, CC-BY-SA-3.0" homepage="https://wiki.gnome.org/Apps/Shotwell" distfiles="${GNOME_SITE}/shotwell/${version%.*}/shotwell-${version}.tar.xz" -checksum=b7bccf86831536c9f87d45fb159145662f372f1c8baae10b4ae679e1811c3ffa +checksum=af8be0396509c7a0ad435c9562d8ed29a496b97aa6fba5fc472c390a08fca4a5 lib32disabled=yes nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/20405/steps/shell_3/logs/stdio"