Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] gnome: update to 3.34
Date: Sun, 22 Sep 2019 23:22:42 +0200	[thread overview]
Message-ID: <20190922212242.NaHOFFfM8hw7yNI_elK5Q3xg-tHkRVqlJu8xR8rXW7g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14640@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages gnome
https://github.com/void-linux/void-packages/pull/14640

[WIP] gnome: update to 3.34
Working on updating the GNOME stuff.
Having issues with: 
- [x] Evolution (Fixed!)

[skip ci]

A patch file from https://github.com/void-linux/void-packages/pull/14640.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-14640.patch --]
[-- Type: text/x-diff, Size: 77007 bytes --]

From 7b0b515ac3cb51a778588f84769be939091ce61f Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 11:55:31 -0400
Subject: [PATCH 01/51] gdm: update to 3.34

---
 srcpkgs/gdm/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gdm/template b/srcpkgs/gdm/template
index ee3a71f2900..6f236d67356 100644
--- a/srcpkgs/gdm/template
+++ b/srcpkgs/gdm/template
@@ -1,7 +1,7 @@
 # Template file for 'gdm'
 pkgname=gdm
-version=3.32.0
-revision=2
+version=3.34.0
+revision=1
 build_helper="gir"
 build_style=gnu-configure
 configure_args="$(vopt_enable gir introspection)
@@ -21,7 +21,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/GDM"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=643db0c8c5089a96282b4c259b8823ca6dfad1ead6f2d0025d1c1211d36fd78b
+checksum=9b4e8ec133c9a665666bf66edbe75956964f7259eb1cf9262216cd49a405d05e
 nocross="gnome-shell can't be crosscompiled yet"
 
 conf_files="

From cbcc77f1aeb25ea4c99558d6788e48d2dc957db4 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 12:02:02 -0400
Subject: [PATCH 02/51] adwaita-icon-theme: update to 3.34

---
 srcpkgs/adwaita-icon-theme/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/adwaita-icon-theme/template b/srcpkgs/adwaita-icon-theme/template
index b1260b3ec2e..85a5d237ba5 100644
--- a/srcpkgs/adwaita-icon-theme/template
+++ b/srcpkgs/adwaita-icon-theme/template
@@ -1,6 +1,6 @@
 # Template file for 'adwaita-icon-theme'
 pkgname=adwaita-icon-theme
-version=3.32.0
+version=3.34.0
 revision=1
 archs=noarch
 build_style=gnu-configure
@@ -12,4 +12,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-or-later, CC-BY-SA-3.0"
 homepage="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=698db6e407bb987baec736c6a30216dfc0317e3ca2403c7adf3a5aa46c193286
+checksum=40b7e91f8263552b64d0f9beff33150291b086618ce498c71bf10035e48c7c7f

From 1ec196e53dee4fb198e89297b81d0d4f7eff1b04 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 13:04:02 -0400
Subject: [PATCH 03/51] glib: update to 2.62

---
 srcpkgs/glib/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 48c20a0be6f..ff7518adcdd 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,6 +1,6 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.60.6
+version=2.62.0
 revision=1
 build_style=meson
 configure_args="-Dfam=false -Dman=true -Dselinux=disabled
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GLib"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=ff8fab8d8deaa4fd0536c90f90d9769a09071779c7e6183907f6855645bffb6c
+checksum=6c257205a0a343b662c9961a58bb4ba1f1e31c82f5c6b909ec741194abc3da10
 
 build_options="gtk_doc"
 

From 55bd245188977b0fc800710d91993ffff8a29393 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 13:04:26 -0400
Subject: [PATCH 04/51] epiphany: update to 3.34

---
 srcpkgs/epiphany/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/epiphany/template b/srcpkgs/epiphany/template
index b5a3b890c75..3e549198784 100644
--- a/srcpkgs/epiphany/template
+++ b/srcpkgs/epiphany/template
@@ -1,7 +1,7 @@
 # Template file for 'epiphany'
 pkgname=epiphany
-version=3.32.4
-revision=2
+version=3.34.0
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Ddistributor_name=VoidLinux -Dunit_tests=disabled"
@@ -16,4 +16,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Web"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=c9a828578301af77ac9f3d3ce253b02f9f3a1561840cc8d74dd5645f92d0a995
+checksum=6ba1e66f8a987a0bd6618fbf8ffb26ee045994c24f508a69106f7110d1b79d13

From c76aaa012281da83a6c061cbf30c55b23c16d994 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 13:08:33 -0400
Subject: [PATCH 05/51] dconf: update to 3.34

---
 srcpkgs/dconf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dconf/template b/srcpkgs/dconf/template
index 8cf262e4576..3499401e70b 100644
--- a/srcpkgs/dconf/template
+++ b/srcpkgs/dconf/template
@@ -1,6 +1,6 @@
 # Template file for 'dconf'
 pkgname=dconf
-version=0.32.0
+version=0.34.0
 revision=1
 build_style=meson
 hostmakedepends="docbook-xsl glib-devel libxslt pkg-config vala"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/dconf"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=68bce78b19bc94cb2c3bb8587e37f9e5e338568c3a674f86edde9c9f1624ffab
+checksum=943a94ab16121de5580ceaed2605b87444d1bca1c6cd8beefb778bcb0aa2da52
 
 dconf-devel_package() {
 	depends="libglib-devel vala-devel>=0.24 dconf>=${version}_${revision}"

From 0b995d44ee2f5c5b9ad45fc2f9a2936850012512 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:12:11 -0400
Subject: [PATCH 06/51] baobab: update to 3.34

---
 srcpkgs/baobab/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/baobab/template b/srcpkgs/baobab/template
index 2150c4a8e1b..330379bf9ff 100644
--- a/srcpkgs/baobab/template
+++ b/srcpkgs/baobab/template
@@ -1,6 +1,6 @@
 # Template file for 'baobab'
 pkgname=baobab
-version=3.32.0
+version=3.34.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config itstool glib-devel vala"
@@ -11,4 +11,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, GFDL-1.1"
 homepage="https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=39414ce94045b35768acddf72d341e7d436cd71298994379d9cec50b57d2632c
+checksum=46ebd9466da6a68c340653e9095f1e905b6fac79305879a9e644634f7da98607

From 96f2d97eb98696efba32106439e51ab4b566d48e Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:16:43 -0400
Subject: [PATCH 07/51] eog: update to 3.34

---
 srcpkgs/eog/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/eog/template b/srcpkgs/eog/template
index 672830a87d6..5b244ebc83b 100644
--- a/srcpkgs/eog/template
+++ b/srcpkgs/eog/template
@@ -1,6 +1,6 @@
 # Template file for 'eog'
 pkgname=eog
-version=3.32.2
+version=3.34.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/EyeOfGnome"
 distfiles="${GNOME_SITE}/eog/${version%.*}/eog-${version}.tar.xz"
-checksum=be971985c9b997cd302e2be7303374425e588d81658de538f14c4cfa1fbe9dad
+checksum=24954f8ce737cc5309e93c0c659a1de22ef2a2d65a07f6a68c484681d8a359ee
 shlib_provides="libeog.so"
 lib32disabled=yes
 nocross="Can not use target eog as a generator because it is cross-built"

From e35b5f8253fe5ea06eb615b0976b45d0295636a7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:20:43 -0400
Subject: [PATCH 08/51] gnome-backgrounds: update to 3.34

---
 srcpkgs/gnome-backgrounds/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-backgrounds/template b/srcpkgs/gnome-backgrounds/template
index a5585c4b932..bf2d7679ac5 100644
--- a/srcpkgs/gnome-backgrounds/template
+++ b/srcpkgs/gnome-backgrounds/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-backgrounds'
 pkgname=gnome-backgrounds
-version=3.32.0
+version=3.34.0
 revision=1
 archs=noarch
 build_style=meson
@@ -9,4 +9,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, CC-BY-2.0, CC-BY-SA-2.0, CC-BY-SA-3.0"
 homepage="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3f53c31bc9ff31b27408159afe77d06875174bc554e4e7c225a4d5d16acbb3e8
+checksum=c2b7fb6db98c05e205053daaa7f58c7f06ff91b45c4006052af17c578ae7b47f

From fd95156d6a6871405ec84f019d6e60a8e6c095e2 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:22:37 -0400
Subject: [PATCH 09/51] gnome-books: update to 3.34

---
 srcpkgs/gnome-books/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-books/template b/srcpkgs/gnome-books/template
index 43bb31e4939..638d9140e43 100644
--- a/srcpkgs/gnome-books/template
+++ b/srcpkgs/gnome-books/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-books'
 pkgname=gnome-books
-version=3.32.0
+version=3.34.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -12,5 +12,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Books"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=a49e2ff49f1ee96ca66836e48c80f6f0fc863f7b9682dc684df26bce19f76cf2
+checksum=ca5716a09e526ee43aa69dafffe5057b30edc648f56f554070c54a1db19d7b94
 nocross="Mozjs60 .pc file's Cflags don't honor the sysroot which leads to missing includes"

From baaed882d4bf2a3877d8ea78716a31a354130c30 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:25:01 -0400
Subject: [PATCH 10/51] gnome-boxes: update to 3.34

---
 srcpkgs/gnome-boxes/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-boxes/template b/srcpkgs/gnome-boxes/template
index dc80d8a5556..bd3a63adf92 100644
--- a/srcpkgs/gnome-boxes/template
+++ b/srcpkgs/gnome-boxes/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-boxes'
 pkgname=gnome-boxes
-version=3.32.1
+version=3.34.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -18,4 +18,4 @@ license="LGPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Boxes"
 changelog="https://raw.githubusercontent.com/GNOME/gnome-boxes/gnome-3-32/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=84b2fa1632db0b1fe6e6e691cbe22e5c9880099b23124d96bc45933762ec3a95
+checksum=0d1fc3db85cfea1a70c19f99c3551c7c3711444ba94a4141ddf6bb87c3ca121f

From 118ea80178097b8a28ca59c4f249d5bfa62ab0b6 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:25:22 -0400
Subject: [PATCH 11/51] gedit: update to 3.34

---
 srcpkgs/gedit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index 904d3b7c3c4..1510f9d8f9c 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,6 +1,6 @@
 # Template file for 'gedit'
 pkgname=gedit
-version=3.32.2
+version=3.34.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -18,7 +18,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Gedit"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=742fef5e496f5d0dbc95dac5c5547f040dffbea55cd835e6618294eadd9959e0
+checksum=3e95e51d3ccb495a9ac95aa3ed7fe8fe37ccde7c678f37fa3cea684bc71d507e
 shlib_provides="libgedit-3.14.so"
 
 nocross=yes

From 20f3820d897a45ec274f5ccd1d917fde20cea468 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:54:16 -0400
Subject: [PATCH 12/51] gnome-calculator: update to 3.34

---
 srcpkgs/gnome-calculator/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gnome-calculator/template b/srcpkgs/gnome-calculator/template
index f92419d79c3..45b25690d5f 100644
--- a/srcpkgs/gnome-calculator/template
+++ b/srcpkgs/gnome-calculator/template
@@ -1,11 +1,11 @@
 # Template file for 'gnome-calculator'
 pkgname=gnome-calculator
-version=3.32.2
+version=3.34.0
 revision=1
 build_style=meson
 hostmakedepends="glib-devel itstool pkg-config vala"
-makedepends="gsettings-desktop-schemas-devel gtksourceview4-devel libmpc-devel
- libsoup-devel"
+makedepends="gsettings-desktop-schemas-devel gtksourceview4-devel
+ libgee08-devel libmpc-devel libsoup-devel"
 depends="desktop-file-utils gsettings-desktop-schemas hicolor-icon-theme"
 short_desc="GNOME calculator"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Calculator"
 changelog="https://raw.githubusercontent.com/GNOME/gnome-calculator/gnome-3-32/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=815c2327f35a263b857aa918f6ce00c91897e7cc6546f8af4bda08c1f4b0f739
+checksum=6b90d2b1409c6048ddbef42e59ce54bcb7b49bc086339ab510f10ebf5a6bf23f

From d6d54ce029cd463ae0038ea364452d4468744cd6 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 20:15:19 -0400
Subject: [PATCH 13/51] atkmm: update to 2.29.1

---
 srcpkgs/atkmm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/atkmm/template b/srcpkgs/atkmm/template
index a5453a1447a..e862abadf3c 100644
--- a/srcpkgs/atkmm/template
+++ b/srcpkgs/atkmm/template
@@ -1,6 +1,6 @@
 # Template file for 'atkmm'
 pkgname=atkmm
-version=2.28.0
+version=2.29.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-documentation"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtkmm.org"
 distfiles="${GNOME_SITE}/atkmm/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a
+checksum=4140baa3c7991e8e0c518b17939c1a655e3e578bcdaf2fc0f2767e07853af545
 
 atkmm-devel_package() {
 	depends="${makedepends} atkmm>=${version}_${revision}"

From c4d6cb97bf19174642830c47d3a45fce4979cdda Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 20:16:04 -0400
Subject: [PATCH 14/51] glibmm: update to 2.62.0

---
 srcpkgs/glibmm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glibmm/template b/srcpkgs/glibmm/template
index 141c8058787..23ef47c5994 100644
--- a/srcpkgs/glibmm/template
+++ b/srcpkgs/glibmm/template
@@ -1,6 +1,6 @@
 # Template file for 'glibmm'
 pkgname=glibmm
-version=2.60.0
+version=2.62.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="glib-devel perl pkg-config"
@@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtkmm.org"
 distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-${version}.tar.xz"
-checksum=a3a1b1c9805479a16c0018acd84b3bfff23a122aee9e3c5013bb81231aeef2bc
+checksum=36659f13cc73282392d1305858f3bbca46fbd1ce2f078cc9db8b9f79b2e93cfe
 
 glibmm-doc_package() {
 	archs=noarch

From 726ae27b366f1da1df6bea0ae566427b0e73d8fe Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 20:28:27 -0400
Subject: [PATCH 15/51] vala: update to 0.46.0

---
 srcpkgs/vala/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vala/template b/srcpkgs/vala/template
index cdde170852a..d6ad8790b4d 100644
--- a/srcpkgs/vala/template
+++ b/srcpkgs/vala/template
@@ -1,7 +1,7 @@
 # Template file for 'vala'
 pkgname=vala
 # Should be kept in sync with 'valadoc' (shared distfiles)
-version=0.44.7
+version=0.46.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-valadoc"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Vala"
 changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.42/NEWS"
 distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
-checksum=bf1ff4f59d5de2d626e98e98ef81cb75dc1e6a27610a7de4133597c430f1bd7c
+checksum=14e579ab85739097849570b642cf09a91ed27765313a5ca6f94d474b199c9f81
 shlib_provides="libvalaccodegen.so"
 
 post_install() {
@@ -22,8 +22,8 @@ post_install() {
 	# so the package that use it fall into our wrapper.
 	# keep the binary versioned, we don't know the potential
 	# fallout from using the unversioned one
-	vsed -e 's|^vapigen=.*|vapigen=vapigen-0.44|g' \
-		 -i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.44.pc
+	vsed -e 's|^vapigen=.*|vapigen=vapigen-0.46|g' \
+		 -i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.46.pc
 }
 
 libvala_package() {

From 46105801cb27097ed5c610c95901b91f140a6646 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 16:49:32 -0400
Subject: [PATCH 16/51] libgee08: update to 0.20.2

---
 srcpkgs/libgee08/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libgee08/template b/srcpkgs/libgee08/template
index a297273331d..b292d99c4c1 100644
--- a/srcpkgs/libgee08/template
+++ b/srcpkgs/libgee08/template
@@ -1,7 +1,7 @@
 # Template file for 'libgee08'
 pkgname=libgee08
-version=0.20.1
-revision=3
+version=0.20.2
+revision=1
 wrksrc="libgee-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://live.gnome.org/Libgee"
 distfiles="${GNOME_SITE}/libgee/${version%.*}/libgee-${version}.tar.xz"
-checksum=bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630
+checksum=9e035c4b755f46bfae70ba81cdcf8328b03f554373cec8c816e8b5680f85353c
 
 # Package build options
 build_options="gir vala"

From be663b18347198a2825c845ac616abc583dc9eb0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 17:47:21 -0400
Subject: [PATCH 17/51] gnome-clocks: update to 3.34

---
 srcpkgs/gnome-clocks/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-clocks/template b/srcpkgs/gnome-clocks/template
index a62c3591576..36e39cc2800 100644
--- a/srcpkgs/gnome-clocks/template
+++ b/srcpkgs/gnome-clocks/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-clocks'
 pkgname=gnome-clocks
-version=3.32.0
+version=3.34.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -15,4 +15,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Clocks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=6c8d90b0044f535f239bd94a7d0e46d0c9da32a6a141ff1233a78fa99a7cd4f0
+checksum=61195f357c63b65b75e209494e12a122a802c75333290e136813565dca94f03c

From ac75764700a6e46c84017e4ac4f36cd15ab6fcc2 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 17:57:27 -0400
Subject: [PATCH 18/51] gnome-control-center: update to 3.34

---
 srcpkgs/gnome-control-center/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-control-center/template b/srcpkgs/gnome-control-center/template
index b71bd9cbe42..814d05da97d 100644
--- a/srcpkgs/gnome-control-center/template
+++ b/srcpkgs/gnome-control-center/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-control-center'
 pkgname=gnome-control-center
-version=3.32.2
+version=3.34.0.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -23,8 +23,8 @@ short_desc="GNOME control center"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gnome-control-center"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=faa5092d1eb12dfe85c54fe025e0fb29520654bb219cc5086f7326ea6005d70e
+distfiles="${GNOME_SITE}/${pkgname}/3.34/${pkgname}-${version}.tar.xz"
+checksum=0a5ba598da8574e20599631cb00d8a8d2ae06be05dbb819611f337e6ef5a23cb
 
 build_options="cheese"
 desc_option_cheese="Add support for adding user account images with your webcam"

From 25c9aa816889d161ee57c8587cd63f71205adcdc Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 17:57:52 -0400
Subject: [PATCH 19/51] gnome-disk-utility: update to 3.34

---
 srcpkgs/gnome-disk-utility/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gnome-disk-utility/template b/srcpkgs/gnome-disk-utility/template
index 3433a8f9f93..0e5b7611fde 100644
--- a/srcpkgs/gnome-disk-utility/template
+++ b/srcpkgs/gnome-disk-utility/template
@@ -1,17 +1,20 @@
 # Template file for 'gnome-disk-utility'
 pkgname=gnome-disk-utility
-version=3.32.1
+version=3.34.0
 revision=1
 build_style=meson
-configure_args="-Dlibsystemd=false"
+configure_args="-Dlogind=$(vopt_if elogind libelogind none)"
 hostmakedepends="glib-devel gtk-doc intltool pkg-config libxslt"
 makedepends="gnome-settings-daemon-devel libcanberra-devel libdvdread-devel
- libnotify-devel libpwquality-devel libsecret-devel udisks2-devel libxslt-devel"
+ libnotify-devel libpwquality-devel libsecret-devel udisks2-devel libxslt-devel
+ $(vopt_if elogind elogind-devel)"
 depends="desktop-file-utils gptfdisk hicolor-icon-theme parted"
 short_desc="GNOME libraries and applications for dealing with storage devices"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Disks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=6f15e0d12e87205712f0779195503cda33cb50c40a421f9b94d0869aa25c7c23
+checksum=fe240fff0d26876560921bdc8f5d13a139f694844d59d8613be9524b41c267d5
 lib32disabled=yes
+
+build_options="elogind"

From eb039319b46e5a3eeca8bb0e8177410fe5e34a18 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 18:06:07 -0400
Subject: [PATCH 20/51] gnome-font-viewer: update to 3.34

---
 srcpkgs/gnome-font-viewer/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-font-viewer/template b/srcpkgs/gnome-font-viewer/template
index 085b7d013bc..6d035366d44 100644
--- a/srcpkgs/gnome-font-viewer/template
+++ b/srcpkgs/gnome-font-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-font-viewer'
 pkgname=gnome-font-viewer
-version=3.32.0
+version=3.34.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config glib-devel"
@@ -12,4 +12,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=43e1b0e759882d3597e650eb043e3d89c64cff9c124ceb6889e1a4a134286181
+checksum=aa6f0583e5f93aec095e537f0638b29de3d02491f0131ef584a7c55d39d6b98b

From 5d86c51d06e9d7a1eeb6569f1e8adc26a7544577 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 18:20:36 -0400
Subject: [PATCH 21/51] gnome-bluetooth: update to 3.34

---
 srcpkgs/gnome-bluetooth/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-bluetooth/template b/srcpkgs/gnome-bluetooth/template
index 26d33435dbe..988a7f19b6d 100644
--- a/srcpkgs/gnome-bluetooth/template
+++ b/srcpkgs/gnome-bluetooth/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-bluetooth'
 pkgname=gnome-bluetooth
-version=3.32.1
-revision=2
+version=3.34.0
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Dicon-update=false -Dgtk_doc=false
@@ -15,7 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GnomeBluetooth"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=6441cafd313af94fba28b701698074f97d693b9023788a74e8e6f16f817ba1aa
+checksum=e867e67423e1dc78c56c2ea11dec066ce0254238d559e4777c80fa2935eb6baf
 
 build_options="gir"
 build_options_default="gir"

From a2fa4cf608474e8e34b5094a1c9b38d5e992abfd Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 18:35:38 -0400
Subject: [PATCH 22/51] gnome-initial-setup: update to 3.34

---
 srcpkgs/gnome-initial-setup/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-initial-setup/template b/srcpkgs/gnome-initial-setup/template
index cda29a3406a..fce711ba8d8 100644
--- a/srcpkgs/gnome-initial-setup/template
+++ b/srcpkgs/gnome-initial-setup/template
@@ -1,9 +1,9 @@
 # Template file for 'gnome-initial-setup'
 pkgname=gnome-initial-setup
-version=3.32.1
+version=3.34.0
 revision=1
 build_style=meson
-configure_args="-Dsoftware-sources=disabled"
+configure_args="-Dsoftware-sources=disabled -Dsystemd=false"
 hostmakedepends="pkg-config glib-devel"
 makedepends="NetworkManager-devel accountsservice-devel libglib-devel
  gnome-desktop-devel cheese-devel libgweather-devel webkit2gtk-devel
@@ -17,4 +17,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Design/OS/InitialSetup"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3ea709826ee87e837518e316bc72334dc8dc6e65c6a82b96fe8879aadab990bf
+checksum=4ca3855c526f520a6c93f9338779c20f0b404b65c21bb820a472ef2373479ea6

From e5df7e2a3853a5d7421aae103b40dba971394f53 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 18:37:20 -0400
Subject: [PATCH 23/51] gnome-online-accounts: update to 3.34

---
 srcpkgs/gnome-online-accounts/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-online-accounts/template b/srcpkgs/gnome-online-accounts/template
index 1a74bb3a834..85911028d7d 100644
--- a/srcpkgs/gnome-online-accounts/template
+++ b/srcpkgs/gnome-online-accounts/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-online-accounts'
 pkgname=gnome-online-accounts
-version=3.32.0
-revision=2
+version=3.34.0
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="$(vopt_enable gir introspection)
@@ -20,7 +20,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=1c19e65771c8d16fa0016ab70d9a1ee2b75a84aeeedd24527a4e41b132e8d4aa
+checksum=c44fbce4eeb54703a2ab4954d54f11eb29666f9cf61b5275b9fe0fc033377f57
 
 build_options="gir vala"
 build_options_default="gir vala"

From cdcea7f384165af1d36f164e966bdd1f14e2bb4f Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 19:13:19 -0400
Subject: [PATCH 24/51] gcr update to 3.33.4

---
 srcpkgs/gcr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcr/template b/srcpkgs/gcr/template
index d7fc2b151bb..e07ac98dd13 100644
--- a/srcpkgs/gcr/template
+++ b/srcpkgs/gcr/template
@@ -1,7 +1,7 @@
 # Template file for 'gcr'
 pkgname=gcr
-version=3.28.1
-revision=3
+version=3.33.4
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="$(vopt_enable gir introspection) --disable-update-mime
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later, LGPL-2.1-or-later, GPL-2.0-or-later"
 homepage="http://www.gnome.org"
 distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
-checksum=95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b
+checksum=d562993f1f0b7a923765f49db1b21e3376ac4cb6da9331ccb2dc7b87c935c0c1
 
 # Package build options
 build_options="gir vala"

From 628282064dea99d3162e32013e52060d73f00a52 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 19:13:50 -0400
Subject: [PATCH 25/51] gnome-settings-daemon: update to 3.34

---
 srcpkgs/gnome-settings-daemon/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-settings-daemon/template b/srcpkgs/gnome-settings-daemon/template
index 7f179f2be4a..37dc8006474 100644
--- a/srcpkgs/gnome-settings-daemon/template
+++ b/srcpkgs/gnome-settings-daemon/template
@@ -1,10 +1,11 @@
 # Template file for 'gnome-settings-daemon'
 pkgname=gnome-settings-daemon
-version=3.32.1
+version=3.34.0
 revision=1
 build_style=meson
+configure_args="-Dsystemd=false"
 hostmakedepends="docbook-xsl glib-devel libglib-devel libxslt perl pkg-config"
-makedepends="NetworkManager-devel alsa-lib-devel colord-devel cups-devel
+makedepends="NetworkManager-devel alsa-lib-devel colord-devel cups-devel gcr-devel
  geoclue2-devel gnome-desktop-devel ibus-devel libcanberra-devel libgnomekbd-devel
  libgweather-devel libnotify-devel librsvg-devel libwacom-devel nss-devel
  polkit-devel pulseaudio-devel startup-notification-devel upower-devel
@@ -17,7 +18,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=7a36d14f5ca1aaa5b5d4cd0a8a743017819c12014e8f4cc88a0ed72a1ed0a009
+checksum=7ce4979817866911a94ecb75b36db56797e038c0c524c5c1a81aefccafc17337
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" polkit"

From 1e0d77da22515068d2785369891071d8adc7f103 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 19:14:19 -0400
Subject: [PATCH 26/51] gnome-session: update to 3.34

---
 srcpkgs/gnome-session/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-session/template b/srcpkgs/gnome-session/template
index 359c08d41f5..d454bdc7af5 100644
--- a/srcpkgs/gnome-session/template
+++ b/srcpkgs/gnome-session/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-session'
 pkgname=gnome-session
-version=3.32.0
-revision=2
+version=3.34.0
+revision=1
 build_style=meson
 configure_args="-Dsystemd_journal=false"
 hostmakedepends="glib-devel intltool pkg-config xmlto"
@@ -15,4 +15,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gnome-session"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=bbd4c4ead32f0b805d0e372a63207e4e0c756dd16e1d456b2a211a40da9d3f7f
+checksum=206a73f202bf9cfb5678ce2ff53478650307825b12d6843543700c6ee4e66d62

From ee620c4cf9566d028285f9b1f1aefd34e055fecd Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 19:14:58 -0400
Subject: [PATCH 27/51] gsettings-desktop-schemas: update to 3.34

---
 srcpkgs/gsettings-desktop-schemas/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gsettings-desktop-schemas/template b/srcpkgs/gsettings-desktop-schemas/template
index f421fa43e3b..7c3e76e6b3d 100644
--- a/srcpkgs/gsettings-desktop-schemas/template
+++ b/srcpkgs/gsettings-desktop-schemas/template
@@ -1,7 +1,7 @@
 # Template file for 'gsettings-desktop-schemas'
 pkgname=gsettings-desktop-schemas
-version=3.32.0
-revision=2
+version=3.34.0
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Dintrospection=$(vopt_if gir true false)"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=2d59b4b3a548859dfae46314ee4666787a00d5c82db382e97df7aa9d0e310a35
+checksum=288b04260f7040b0e004a8d59c773cfb4e32df4f1b4a0f9d705c51afccc95ead
 
 # Package build options
 build_options="gir"

From 194661377b8e56516ae50f2894bc9bb742d45ce9 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 19:33:36 -0400
Subject: [PATCH 28/51] gnome-user-docs: update to 3.34

---
 srcpkgs/gnome-user-docs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-user-docs/template b/srcpkgs/gnome-user-docs/template
index 9d96116ae29..431c54f3934 100644
--- a/srcpkgs/gnome-user-docs/template
+++ b/srcpkgs/gnome-user-docs/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-user-docs'
 pkgname=gnome-user-docs
-version=3.32.3
+version=3.34.0
 revision=1
 archs=noarch
 build_style=gnu-configure
@@ -13,4 +13,4 @@ license="CC-BY-3.0"
 homepage="https://github.com/GNOME/gnome-user-docs"
 #changelog="https://raw.githubusercontent.com/GNOME/gnome-user-docs/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=2fc2b50dcdb0ae49dd9a4f9d8bd993efe840ec0dbb910cb03f2ea3d728a07a37
+checksum=8f9907ff15fff97da75ece645cc86766703ac54d716d25563ba67ffed1af24ed

From ebed68e8dc8eafce1c4003606dffc1fa5c659c64 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 19:49:39 -0400
Subject: [PATCH 29/51] grillo: update to 0.3.10

---
 srcpkgs/grilo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/grilo/template b/srcpkgs/grilo/template
index a33ac24880c..88ddfdbd1b6 100644
--- a/srcpkgs/grilo/template
+++ b/srcpkgs/grilo/template
@@ -1,6 +1,6 @@
 # Template file for 'grilo'
 pkgname=grilo
-version=0.3.9
+version=0.3.10
 revision=1
 build_style=meson
 build_helper="gir"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://live.gnome.org/Grilo"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=730581cc62f2cfaadeac815760b80da8dcf3d08c454adad0d6128c930c5bcaf2
+checksum=7e44b2e74c31ed24eb97e43265a9e41effe8660287b02295111805c7bda7f1e8
 
 # Package build options
 build_options="gir vala"

From ca3230c9c6174505b19ae1ea9d015b3d5a7c8a51 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 20:14:11 -0400
Subject: [PATCH 30/51] grilo-plugins: update to 0.3.10

---
 srcpkgs/grilo-plugins/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/grilo-plugins/template b/srcpkgs/grilo-plugins/template
index d80593b8fa2..3fff9e1b0b5 100644
--- a/srcpkgs/grilo-plugins/template
+++ b/srcpkgs/grilo-plugins/template
@@ -1,6 +1,6 @@
 # Template file for 'grilo-plugins'
 pkgname=grilo-plugins
-version=0.3.8
+version=0.3.10
 revision=1
 build_style=meson
 hostmakedepends="pkg-config intltool itstool glib-devel gnome-doc-utils"
@@ -15,4 +15,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://live.gnome.org/Grilo"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4cdd770b1554ee49cf77705401a35daa3ebff81badc05bd69d7240f50e60d65b
+checksum=803b360fdb6d5fde1e647bdc40c16de3031b1a95b347b48b65fe4fc27a548d4a

From c53c4105e57118b893d6704d1edcf2c1c92f04e7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 20:28:25 -0400
Subject: [PATCH 31/51] gspell: update to 1.8.2

---
 srcpkgs/gspell/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bf34cf60268..7dcb9529f63 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
-version=1.8.1
-revision=4
+version=1.8.2
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.gnome.org"
 distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz"
-checksum=819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5
+checksum=bb9195c3a95bacf556d0203e9691f7489e0d3bc5ae1e5a440c89b2f2435d3ed6
 
 # Package build options
 build_options="gir vala"

From 4db31a2e0195403fc72e3cf7564a52e97b5f76cc Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 20:30:31 -0400
Subject: [PATCH 32/51] gssdp: update to 1.2.1

---
 srcpkgs/gssdp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gssdp/template b/srcpkgs/gssdp/template
index d6a644b2375..502f8ea8249 100644
--- a/srcpkgs/gssdp/template
+++ b/srcpkgs/gssdp/template
@@ -1,7 +1,7 @@
 # Template file for 'gssdp'
 pkgname=gssdp
-version=1.2.0
-revision=2
+version=1.2.1
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dvapi=$(vopt_if vala true false) -Dexamples=false
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/action/show/Projects/GUPnP"
 distfiles="${GNOME_SITE}/gssdp/${version%.*}/gssdp-${version}.tar.xz"
-checksum=22cbef547f522f0b062933e302482ebdb397e2f3703899757562ddffbbfd00d1
+checksum=6b57b79a96e229367981b6f00474e4bbc795909a2d3160c748cba3395b3556d3
 
 # Package build options
 build_options="gir vala"

From e486981016b3a20aade421a9aaeddaa44bcfb16e Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 21:03:44 -0400
Subject: [PATCH 33/51] gtksourceview: update to 3.24.11

---
 srcpkgs/gtksourceview/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gtksourceview/template b/srcpkgs/gtksourceview/template
index 62bc6829c28..cf7cb5139a6 100644
--- a/srcpkgs/gtksourceview/template
+++ b/srcpkgs/gtksourceview/template
@@ -1,7 +1,7 @@
 # Template file for 'gtksourceview'
 pkgname=gtksourceview
-version=3.24.10
-revision=2
+version=3.24.11
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=ab5406cdd0bdcf66afcd52b1e048a2f43c0f3ab391644ee30d9ac419b93cd59b
+checksum=691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd
 
 # Package build options
 build_options="gir vala"

From 98b5e7fcf9fcc2e325a1a94feecea1351cea5cf7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 21:04:02 -0400
Subject: [PATCH 34/51] gtksourceview4: update to 4.4.0

---
 srcpkgs/gtksourceview4/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gtksourceview4/template b/srcpkgs/gtksourceview4/template
index 6848716773c..8819fc42adf 100644
--- a/srcpkgs/gtksourceview4/template
+++ b/srcpkgs/gtksourceview4/template
@@ -1,12 +1,12 @@
 # Template file for 'gtksourceview4'
 pkgname=gtksourceview4
-version=4.2.0
-revision=2
+version=4.4.0
+revision=1
 wrksrc="gtksourceview-${version}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--enable-glade-catalog $(vopt_enable gir introspection)
- $(vopt_enable vala) $(vopt_enable gtk_doc gtk-doc)"
+configure_args="-Dglade_catalog=true -Dgir=$(vopt_if gir true false)
+ -Dvapi=$(vopt_if vala true false) -Dgtk_doc=$(vopt_if gtk_doc true false)"
 hostmakedepends="gtk+3-devel glib-devel itstool libxslt pkg-config
  $(vopt_if vala vala) $(vopt_if gtk_doc gtk-doc)"
 makedepends="glade3-devel gtk+3-devel libglib-devel libxml2-devel
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
 distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
-checksum=c431eb234dc83c7819e58f77dd2af973252c7750da1c9d125ddc94268f94f675
+checksum=9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a
 
 # Package build options
 build_options="gir vala gtk_doc"

From 1e83637bf611ee4dad582ed7be06f84554be3086 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 18:49:08 -0400
Subject: [PATCH 35/51] gnome-online-miners: update to 3.34

---
 srcpkgs/gnome-online-miners/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-online-miners/template b/srcpkgs/gnome-online-miners/template
index b1a93746c94..85559c4c217 100644
--- a/srcpkgs/gnome-online-miners/template
+++ b/srcpkgs/gnome-online-miners/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-online-miners'
 pkgname=gnome-online-miners
-version=3.30.0
+version=3.34.0
 revision=1
-lib32disabled=yes
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel
@@ -15,7 +14,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=2c29a9922b1d32aeb0e615db6717c8e060417d3b6568ed617c9817fb39af4a5e
+checksum=845c2260fb12f14315c800d04d60f37e076c7c7b4222587ae75f108562fa52d8
+lib32disabled=yes
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From af6e3c8643b61241e1e1e568ed36eba81e016fff Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 19:42:29 -0400
Subject: [PATCH 36/51] gnome-video-effects: update to 0.5

---
 srcpkgs/gnome-video-effects/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/gnome-video-effects/template b/srcpkgs/gnome-video-effects/template
index d50ffc6fc1f..bb14e7b857a 100644
--- a/srcpkgs/gnome-video-effects/template
+++ b/srcpkgs/gnome-video-effects/template
@@ -1,14 +1,14 @@
 # Template file for 'gnome-video-effects'
 pkgname=gnome-video-effects
-version=0.4.3
-revision=2
+version=0.5.0
+revision=1
 archs=noarch
-build_style=gnu-configure
-hostmakedepends="pkg-config intltool"
+build_style=meson
+hostmakedepends="pkg-config"
 makedepends="gstreamer1-devel"
 short_desc="Collection of GStreamer effects for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2-only"
 homepage="http://www.gnome.org"
-distfiles="${GNOME_SITE}/${pkgname}/0.4/${pkgname}-${version}.tar.xz"
-checksum=5a7ee0f5ade4b7d921f1b99f3b97d7d7bb830f2fef0f1daee20a7a1867708219
+distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
+checksum=4dc68e9b38fdfc1e8e0414e2d7ee83ace78efdee76f30506cc9dcd07394ad0c8

From 66544a99d237776c83882a1380ffe9392a9abeb2 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 21:55:04 -0400
Subject: [PATCH 37/51] gupnp: update to 1.2.1

---
 srcpkgs/gupnp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gupnp/template b/srcpkgs/gupnp/template
index c7930839811..69436de84bf 100644
--- a/srcpkgs/gupnp/template
+++ b/srcpkgs/gupnp/template
@@ -1,7 +1,7 @@
 # Template file for 'gupnp'
 pkgname=gupnp
-version=1.2.0
-revision=2
+version=1.2.1
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GUPnP"
 distfiles="${GNOME_SITE}/gupnp/${version%.*}/gupnp-${version}.tar.xz"
-checksum=fd74a2c236f3dbe6f403405cecfd0632a14c7888a0f6c679da5eefb8c2a62124
+checksum=a9aa557eff415598e05999d0ab122f202a978ff827688d3f951023117a315f5e
 
 # Package build options
 build_options="gir vala"

From d4aace8a8749c660a3d3bd6c5c53ba74d7e270f8 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sat, 21 Sep 2019 21:55:34 -0400
Subject: [PATCH 38/51] gvfs: update to 1.42.0

---
 srcpkgs/gvfs/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template
index 552062513bd..2470b7b155d 100644
--- a/srcpkgs/gvfs/template
+++ b/srcpkgs/gvfs/template
@@ -1,6 +1,6 @@
 # Template file for 'gvfs'
 pkgname=gvfs
-version=1.40.2
+version=1.42.0
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=no -Dtmpfilesdir=no -Dlogind=false
@@ -11,15 +11,15 @@ makedepends="avahi-glib-libs-devel dbus-glib-devel fuse-devel gcr-devel
  libarchive-devel libbluetooth-devel libbluray-devel libcap-devel
  libcdio-paranoia-devel libgcrypt-devel libgdata-devel libglib-devel
  libgphoto2-devel libgudev-devel libimobiledevice-devel libmtp-devel
- libnfs-devel libsecret-devel libsoup-gnome-devel libxml2-devel polkit-devel
- samba-devel udisks2-devel"
+ libnfs-devel libsecret-devel libsoup-gnome-devel libxml2-devel fuse3-devel
+ gsettings-desktop-schemas-devel polkit-devel samba-devel udisks2-devel"
 short_desc="Userspace virtual filesystem"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/gvfs"
 changelog="https://gitlab.gnome.org/GNOME/gvfs/raw/gnome-3-32/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=bdefe8fec6a1097f0c126fa2a4533667c98a86e237ac640518000e16b363971e
+checksum=d0958d9ceefb54bb8ddda74ef51e10fe03dff93f74634784bd309ea434066cf1
 
 # Manually declare shlibs used by the subpkgs.
 shlib_provides="libgvfscommon.so libgvfsdaemon.so"

From b8c9a8c124775823468fdf4ac63e3d107acf3e69 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 14:49:36 -0400
Subject: [PATCH 39/51] gobject-introspection: update to 1.62

Had to mess around with the patches here. Everything seems to be working again!
---
 ...t-cross-compilation-support-to-meson.patch |  12 +-
 ...lete-upstream-attempt-at-cross-compi.patch |  48 ----
 .../patches/fix-cross-tests.patch             | 262 +-----------------
 srcpkgs/gobject-introspection/template        |   6 +-
 4 files changed, 16 insertions(+), 312 deletions(-)
 delete mode 100644 srcpkgs/gobject-introspection/patches/0003-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch

diff --git a/srcpkgs/gobject-introspection/patches/0001-Port-cross-compilation-support-to-meson.patch b/srcpkgs/gobject-introspection/patches/0001-Port-cross-compilation-support-to-meson.patch
index ba6f21b43c6..8e62502e63e 100644
--- a/srcpkgs/gobject-introspection/patches/0001-Port-cross-compilation-support-to-meson.patch
+++ b/srcpkgs/gobject-introspection/patches/0001-Port-cross-compilation-support-to-meson.patch
@@ -2,7 +2,7 @@ diff --git gir/meson.build gir/meson.build
 index 3d021bc..9852996 100644
 --- a/gir/meson.build
 +++ b/gir/meson.build
-@@ -36,15 +36,27 @@ gir_files = [
+@@ -41,16 +41,26 @@ gir_files = [
  typelibdir = join_paths(get_option('libdir'), 'girepository-1.0')
  install_data(gir_files, install_dir: girdir)
  
@@ -11,6 +11,7 @@ index 3d021bc..9852996 100644
 -  girscanner,
 -  '--output=@OUTPUT@',
 -  '--no-libtool',
+-  '--quiet',
 -  '--reparse-validate',
 -  '--add-include-path', join_paths(meson.current_build_dir()),
 -  '--add-include-path', join_paths(meson.current_source_dir()),
@@ -35,7 +36,6 @@ index 3d021bc..9852996 100644
 +      '--add-include-path', join_paths(meson.current_source_dir()),
 +    ]
 +endif
-+
  
  dep_type = glib_dep.type_name()
  if dep_type == 'internal'
@@ -106,7 +106,7 @@ diff --git meson.build meson.build
 index 0ab2dc3..2544ff3 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -163,7 +163,9 @@ endif
+@@ -168,7 +167,9 @@ endif
  subdir('girepository')
  subdir('tools')
  subdir('giscanner')
@@ -121,9 +121,9 @@ diff --git meson_options.txt meson_options.txt
 index 445a68a..a325511 100644
 --- a/meson_options.txt
 +++ b/meson_options.txt
-@@ -25,3 +25,23 @@ option('python', type: 'string', value: 'python3',
- option('gir_dir_prefix', type: 'string',
-   description: 'Intermediate prefix for gir installation under ${prefix}'
+@@ -45,3 +45,23 @@ option('enable-introspection-data', type: 'boolean', value : true,
+ option('pkgconfig-sysroot-path', type: 'string',
+   description: 'Specify a sysroot path to prepend to pkgconfig output (useful when cross-compiling)'
  )
 +
 +option('enable-host-gi', type: 'boolean', value : false,
diff --git a/srcpkgs/gobject-introspection/patches/0003-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch b/srcpkgs/gobject-introspection/patches/0003-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
deleted file mode 100644
index 86cd4ead2a0..00000000000
--- a/srcpkgs/gobject-introspection/patches/0003-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From ca0fb17e268c176ac89df081b1efa4a42989f014 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Wed, 23 Mar 2016 17:07:28 +0200
-Subject: [PATCH] Revert an incomplete upstream attempt at cross-compile
- support
-
-Upstream-Status: Pending
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
-
----
- common.mk                | 4 ----
- giscanner/gdumpparser.py | 6 ------
- 2 files changed, 10 deletions(-)
-
-diff --git a/common.mk b/common.mk
-index b778f7a..e26c637 100644
---- a/common.mk
-+++ b/common.mk
-@@ -24,12 +24,8 @@ INTROSPECTION_SCANNER_ARGS = \
-     --add-include-path=$(top_builddir) \
-     --add-include-path=$(top_builddir)/gir
- 
--# GI_CROSS_LAUNCHER is the command to use for executing g-ir-compiler.
--# Normally will be undefined but can be set (e.g. to wine or qemu)
--# when cross-compiling
- INTROSPECTION_COMPILER = \
-     env PATH=".libs:$(PATH)" \
--        $(GI_CROSS_LAUNCHER) \
-         $(top_builddir)/g-ir-compiler$(EXEEXT)
- 
- INTROSPECTION_COMPILER_ARGS = \
-diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
-index cd9d94d..b41772c 100644
---- a/giscanner/gdumpparser.py
-+++ b/giscanner/gdumpparser.py
-@@ -161,12 +161,6 @@ blob containing data gleaned from GObject's primitive introspection."""
-         out_path = os.path.join(self._binary.tmpdir, 'dump.xml')
- 
-         args = []
--
--        # Prepend the launcher command and arguments, if defined
--        launcher = os.environ.get('GI_CROSS_LAUNCHER')
--        if launcher:
--            args.extend(launcher.split())
--
-         args.extend(self._binary.args)
-         args.append('--introspect-dump=%s,%s' % (in_path, out_path))
- 
diff --git a/srcpkgs/gobject-introspection/patches/fix-cross-tests.patch b/srcpkgs/gobject-introspection/patches/fix-cross-tests.patch
index 75c3804d6a6..12befe193f7 100644
--- a/srcpkgs/gobject-introspection/patches/fix-cross-tests.patch
+++ b/srcpkgs/gobject-introspection/patches/fix-cross-tests.patch
@@ -1,5 +1,5 @@
-diff --git tests/meson.build tests/meson.build
-index 7e01595..813a1d1 100644
+diff --git a/tests/meson.build b/tests/meson.build
+index 369abac8e7..9086609c87 100644
 --- a/tests/meson.build
 +++ b/tests/meson.build
 @@ -45,13 +45,24 @@ test_install_dir = join_paths(get_option('datadir'), 'gobject-introspection-1.0'
@@ -26,15 +26,16 @@ index 7e01595..813a1d1 100644
 -    python,
 -    girscanner,
 +    ev_scanner_command,
+     '--quiet',
      '--generate-typelib-tests=Everything,@OUTPUT0@,@OUTPUT1@',
      '--function-decoration=_GI_TEST_EXTERN',
-     '--include-first-in-src=config.h',
-@@ -101,13 +112,7 @@ if glib_dep.type_name() == 'pkgconfig'
+@@ -109,14 +120,7 @@ if glib_dep.type_name() == 'pkgconfig'
      output: 'Everything-1.0.gir',
      depends: [everything_lib] + typelibs,
      command: [
 -      python,
 -      girscanner,
+-      '--quiet',
 -      '--output=@OUTPUT@',
 -      '--no-libtool',
 -      '--reparse-validate',
@@ -44,12 +45,13 @@ index 7e01595..813a1d1 100644
        '--warn-all',
        '--warn-error',
        '--namespace=Everything',
-@@ -125,13 +130,7 @@ if glib_dep.type_name() == 'pkgconfig'
+@@ -134,14 +138,7 @@ if glib_dep.type_name() == 'pkgconfig'
      output: 'GIMarshallingTests-1.0.gir',
      depends: [gimarshallingtests_lib] + typelibs,
      command: [
 -      python,
 -      girscanner,
+-      '--quiet',
 -      '--output=@OUTPUT@',
 -      '--no-libtool',
 -      '--reparse-validate',
@@ -59,253 +61,3 @@ index 7e01595..813a1d1 100644
        '--warn-all',
        '--warn-error',
        '--namespace=GIMarshallingTests',
-@@ -145,15 +144,25 @@ if glib_dep.type_name() == 'pkgconfig'
-     ]
-   )
- 
-+if get_option('enable-gi-cross-wrapper') != ''
-+    gircompiler_command = [get_option('enable-gi-cross-wrapper'), gircompiler.full_path(), '-o', '@OUTPUT@', '@INPUT@',
-+              '--includedir', meson.current_build_dir(),
-+              '--includedir', meson.current_source_dir(),
-+    ]
-+else
-+    gircompiler_command = [gircompiler, '-o', '@OUTPUT@', '@INPUT@',
-+              '--includedir', meson.current_build_dir(),
-+              '--includedir', join_paths(meson.build_root(), 'gir'),
-+    ]
-+endif
-+
-+
-   foreach gir : test_gir_files
-     test_typelibs += custom_target('generate-typelib-@0@'.format(gir).underscorify(),
-       input: gir,
-       output: '@BASENAME@.typelib',
-       depends: [gobject_gir, ],
--      command: [gircompiler, '-o', '@OUTPUT@', '@INPUT@',
--                '--includedir', join_paths(meson.build_root(), 'gir'),
--                '--includedir', meson.current_build_dir()
--      ],
-+      command: gircompiler_command,
-     )
-   endforeach
- 
-diff --git tests/offsets/meson.build tests/offsets/meson.build
-index ca1471f..3a86fb3 100644
---- a/tests/offsets/meson.build
-+++ b/tests/offsets/meson.build
-@@ -18,13 +18,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'Offsets-1.0.gir',
-     depends: [test_offsets_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--warn-all',
-       '--warn-error',
-       '--namespace=Offsets',
-@@ -43,10 +37,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     input: test_offsets_gir,
-     output: '@BASENAME@.typelib',
-     depends: [gobject_gir, ],
--    command: [gircompiler, '-o', '@OUTPUT@', '@INPUT@',
--              '--includedir', join_paths(meson.build_root(), 'gir'),
--              '--includedir', meson.current_build_dir()
--    ],
-+    command: gircompiler_command,
-   )
- 
-   gitestoffsets_exe = executable('gitestoffsets',
-diff --git tests/scanner/meson.build tests/scanner/meson.build
-index 4210488..b311cfd 100644
---- a/tests/scanner/meson.build
-+++ b/tests/scanner/meson.build
-@@ -99,25 +99,13 @@ regress_lib = shared_library('regress-1.0',
- 
- python_path = run_command(python, ['-c', 'import sys; sys.stdout.write(sys.executable)']).stdout()
- 
--gircompiler_command = [
--  gircompiler, '-o', '@OUTPUT@', '@INPUT@',
--  '--includedir', join_paths(meson.build_root(), 'gir'),
--  '--includedir', meson.current_build_dir(),
--]
--
- if glib_dep.type_name() == 'pkgconfig'
-   typedef_gir = custom_target('gir-typedef',
-     input: ['typedefs.c', 'typedefs.h'],
-     output: 'Typedefs-1.0.gir',
-     depends: [typedef_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--warn-all',
-       '--warn-error',
-       '--namespace=Typedefs',
-@@ -149,13 +137,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'Bar-1.0.gir',
-     depends: [barapp_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--warn-all',
-       '--warn-error',
-       '--namespace=Bar',
-@@ -186,13 +168,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'SLetter-1.0.gir',
-     depends: [sletter_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--warn-all',
-       '--warn-error',
-       '--namespace=SLetter',
-@@ -222,13 +198,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'WarnLib-1.0.gir',
-     depends: [warnlib_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--namespace=WarnLib',
-       '--nsversion=1.0',
-       '--include=Gio-2.0',
-@@ -256,13 +226,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'Utility-1.0.gir',
-     depends: [utility_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--warn-all',
-       '--warn-error',
-       '--namespace=Utility',
-@@ -292,13 +256,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'GtkFrob-1.0.gir',
-     depends: [gtkfrob_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--warn-all',
-       '--warn-error',
-       '--namespace=GtkFrob',
-@@ -329,13 +287,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'GetType-1.0.gir',
-     depends: [gettype_lib] + typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--namespace=GetType',
-       '--nsversion=1.0',
-       '--identifier-prefix=GetType',
-@@ -365,10 +317,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'Symbolfilter-1.0.gir',
-     depends: typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
-+      scanner_command,
-       '--reparse-validate',
-       '--namespace=Symbolfilter',
-       '--nsversion=1.0',
-@@ -391,12 +340,8 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'Identfilter-1.0.gir',
-     depends: typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
-+      scanner_command,
-       '--accept-unprefixed',
--      '--reparse-validate',
-       '--namespace=Identfilter',
-       '--nsversion=1.0',
-       '--header-only',
-@@ -418,13 +363,9 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'Headeronly-1.0.gir',
-     depends: typelibs,
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
-+      scanner_command,
-       '--warn-all',
-       '--warn-error',
--      '--reparse-validate',
-       '--namespace=Headeronly',
-       '--nsversion=1.0',
-       '--header-only',
-@@ -452,13 +393,7 @@ if glib_dep.type_name() == 'pkgconfig'
-     output: 'Regress-1.0.gir',
-     depends: [regress_lib] + typelibs + [utility_gir],
-     command: [
--      python,
--      girscanner,
--      '--output=@OUTPUT@',
--      '--no-libtool',
--      '--reparse-validate',
--      '--add-include-path', join_paths(meson.source_root(), 'gir'),
--      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-+      scanner_command,
-       '--add-include-path', meson.current_build_dir(),
-       '--namespace=Regress',
-       '--nsversion=1.0',
-@@ -484,7 +419,10 @@ if glib_dep.type_name() == 'pkgconfig'
-     'generate-typelib-regress',
-     input: regress_gir,
-     output: '@BASENAME@.typelib',
--    command: gircompiler_command,
-+    command: [
-+      gircompiler_command,
-+      '--includedir', meson.current_build_dir(),
-+    ]
-   )
-   test_typelibs += regress_typelib
- endif
diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template
index c0bb1e412ce..d27f16a6299 100644
--- a/srcpkgs/gobject-introspection/template
+++ b/srcpkgs/gobject-introspection/template
@@ -1,7 +1,7 @@
 # Template file for 'gobject-introspection'
 pkgname=gobject-introspection
-version=1.60.0
-revision=7
+version=1.62.0
+revision=1
 build_style=meson
 pycompile_dirs="usr/lib/${pkgname}/giscanner"
 hostmakedepends="flex pkg-config"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GObjectIntrospection"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=9efe4090cb59717126701e97062e784773f800b8d47af14c4d278ebf194df35d
+checksum=b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2
 pycompile_version="$py3_ver"
 
 patch_args="-Np1"

From 907b506dcc0dd0028df0303b91742b0165c9b964 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 14:51:05 -0400
Subject: [PATCH 40/51] tracker: update to 2.3.0

---
 srcpkgs/tracker/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index cf0e6c716c6..fbf85178586 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
-version=2.2.2
-revision=2
+version=2.3.0
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dfts=true -Dfunctional_tests=false
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://live.gnome.org/Tracker"
 distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
-checksum=c6a73462f9aa9c32efa139003d2abd2ac5f70f8af6ce744729954975a661e2e6
+checksum=2c04534da83419b0bc65216e367da51a420f52bb8449f4cc4542c651e5c6bf7b
 
 post_patch() {
 	if [ "$CROSS_BUILD" ]; then

From d6851dd19b4053a2aa13ac8848cb0e56ac68e42c Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 14:55:16 -0400
Subject: [PATCH 41/51] evolution-data-server: update to 3.34

---
 srcpkgs/evolution-data-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..0b89498f4ad 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,6 +1,6 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.0
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
@@ -16,7 +16,7 @@ license="LGPL-2.1-only"
 homepage="https://wiki.gnome.org/Apps/Evolution"
 changelog="https://raw.githubusercontent.com/GNOME/evolution-data-server/gnome-3-30/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=83f67cb4b680e892b22b51bcde64c788b7ac63e92a99de401fb347e3794f4c7f
+checksum=fb9db0a824ae01ecc63c82cf8e503fecdcba7118b919f04bda7d8d91f3e486cf
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 70d6ed38bfebb403ec89689c3d2c79ead43851ba Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 14:55:57 -0400
Subject: [PATCH 42/51] evolution-ews: update to 3.34

---
 srcpkgs/evolution-ews/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/evolution-ews/template b/srcpkgs/evolution-ews/template
index 8d187a40d75..cffda48d5d3 100644
--- a/srcpkgs/evolution-ews/template
+++ b/srcpkgs/evolution-ews/template
@@ -1,6 +1,6 @@
 # Template file for 'evolution-ews'
 pkgname=evolution-ews
-version=3.32.1
+version=3.34.0
 revision=1
 build_style=cmake
 configure_args="-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution"
@@ -12,4 +12,4 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Apps/Evolution"
 changelog="https://raw.githubusercontent.com/GNOME/evolution-ews/gnome-3-30/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=0a6cf6d682060ed4bc7065d8320bc63022caa1885c5503d06b8087ae9eb284b0
+checksum=30a7991e6ef7e62a199c27c3bd01d14426b9868b3368f40f753ddb02c3e544b8

From ef755935de17b7fb079c03ad97e19bc9939cfd96 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 14:56:20 -0400
Subject: [PATCH 43/51] evolution: update to 3.34

---
 srcpkgs/evolution/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..23c481f29bb 100644
--- a/srcpkgs/evolution/template
+++ b/srcpkgs/evolution/template
@@ -1,6 +1,6 @@
 # Template file for 'evolution'
 pkgname=evolution
-version=3.32.4
+version=3.34.0
 revision=1
 build_style=cmake
 configure_args="-DENABLE_AUTOAR=OFF -DENABLE_LIBCRYPTUI=OFF -DENABLE_GTKSPELL=OFF
@@ -9,7 +9,7 @@ configure_args="-DENABLE_AUTOAR=OFF -DENABLE_LIBCRYPTUI=OFF -DENABLE_GTKSPELL=OF
 hostmakedepends="gnome-doc-utils gobject-introspection intltool itstool
  pkg-config"
 makedepends="NetworkManager-devel clutter-gtk-devel enchant2-devel
- evolution-data-server-devel gtkhtml-devel libcanberra-devel
+ evolution-data-server-devel gspell-devel gtkhtml-devel libcanberra-devel
  $(vopt_if gir libgweather-devel) libnotify-devel webkit2gtk-devel ytnef-devel
  gnome-desktop-devel"
 depends="gnome-keyring"
@@ -19,7 +19,7 @@ license="LGPL-2.1-or-later, LGPL-3.0-or-later, GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Evolution"
 changelog="https://raw.githubusercontent.com/GNOME/evolution/gnome-3-28/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=10af2af919bc0b5e7f6acbd1231ad573f6101ff095469613ce485b07c9ab1502
+checksum=d9d04567d953d74ad67603e65be869700fd64837949eaec08b87a993448dd28c
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From bdb7370e17c94c384b40ef6593dd0b9c9aa84e25 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 14:56:56 -0400
Subject: [PATCH 44/51] gtk-doc: update to 1.32

---
 srcpkgs/gtk-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-doc/template b/srcpkgs/gtk-doc/template
index 4d4523cc1df..3b1236e872d 100644
--- a/srcpkgs/gtk-doc/template
+++ b/srcpkgs/gtk-doc/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-doc'
 pkgname=gtk-doc
-version=1.31
+version=1.32
 revision=1
 archs=noarch
 build_style=gnu-configure
@@ -14,4 +14,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, GFDL-1.1-or-later"
 homepage="http://www.gtk.org/gtk-doc/"
 distfiles="${GNOME_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=a51687956d0377ac70904d03fdc73c9e116589b4a01453fa92162442b3657011
+checksum=de0ef034fb17cb21ab0c635ec730d19746bce52984a6706e7bbec6fb5e0b907c

From 0b5aa3fd049848314d3fa46a30cb6058fe3911ca Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 20 Sep 2019 20:26:53 -0400
Subject: [PATCH 45/51] [ci skip] update shlibs

libvala to 0.46
libgnome-desktop to .so.18
libebook-contacts to .so.3
libedata-book to .so.26
libebook to .so.20
---
 common/shlibs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index b5b6086d24f..ad4c5726933 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,10 +626,11 @@ libcamel-1.2.so.62 evolution-data-server-3.30.0_1
 libedataserver-1.2.so.24 evolution-data-server-3.32.0_1
 libebackend-1.2.so.10 evolution-data-server-3.17.90_1
 libedataserverui-1.2.so.2 evolution-data-server-3.28.0_1
-libebook-contacts-1.2.so.2 evolution-data-server-3.17.90_1
-libedata-book-1.2.so.25 evolution-data-server-3.8.0_1
-libebook-1.2.so.19 evolution-data-server-3.24.0_1
+libebook-contacts-1.2.so.3 evolution-data-server-3.34.0_1
+libedata-book-1.2.so.26 evolution-data-server-3.34.0_1
+libebook-1.2.so.20 evolution-data-server-3.34.0_1
 libecal-1.2.so.19 evolution-data-server-3.18.0_1
+libecal-2.0.so.1 evolution-data-server-3.34.0_1
 libevolution-calendar.so evolution-3.28.0_1
 libevolution-util.so evolution-3.28.0_1
 libemail-engine.so evolution-3.28.0_1
@@ -1175,7 +1176,7 @@ libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.0.0_1
 libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.0.0_1
 libgstplayer-1.0.so.0 gst-plugins-bad1-1.0.0_1
 libgstgl-1.0.so.0 gst-plugins-base1-1.14.0_1
-libgnome-desktop-3.so.17 gnome-desktop-3.28.0_1
+libgnome-desktop-3.so.17 gnome-desktop-3.32.0_1
 libsecret-1.so.0 libsecret-0.10_1
 libgweather-3.so.15 libgweather-3.28.0_1
 libgnomekbd.so.8 libgnomekbd-3.6.0_1
@@ -2930,7 +2931,7 @@ libsysprof-2.so sysprof-3.24.1_1
 libsysprof-ui-2.so sysprof-3.24.1_1
 libmozjs-52.so mozjs52-52.3.0_1
 libmozjs-52.so.0 mozjs52-52.3.0_1
-libvala-0.44.so.0 libvala-0.44.0_1
+libvala-0.46.so.0 libvala-0.46.0_1
 libvaladoc-0.44.so.0 libvaladoc-0.44.2_1
 libvalaccodegen.so libvala-0.44.0_1
 libphodav-2.0.so.0 phodav-2.2_1

From 05f1dd5a6f035345a2200ad395a90d143dbd1b56 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 15:08:09 -0400
Subject: [PATCH 46/51] gnome-desktop: update to 3.34

---
 srcpkgs/gnome-desktop/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-desktop/template b/srcpkgs/gnome-desktop/template
index e8cd6c94cbc..8161a516167 100644
--- a/srcpkgs/gnome-desktop/template
+++ b/srcpkgs/gnome-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-desktop'
 pkgname=gnome-desktop
-version=3.32.2
+version=3.34.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gnome-desktop"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=099f71b29310c999c28f2bf272c846bbd7efc8c6c438b37d15f374230ce92d2e
+checksum=8d331ee655c1d56b2b97562a07c7a7598ff6706a11ff1cdce97423ebc6b62426
 
 build_options="gir"
 build_options_default="gir"

From d7ff2dba99f4011edced64451bbd9236d3e9e94f Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 15:12:13 -0400
Subject: [PATCH 47/51] libdazzle: update to 3.34

---
 srcpkgs/libdazzle/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libdazzle/template b/srcpkgs/libdazzle/template
index 3ce55a10ff5..52533ad3851 100644
--- a/srcpkgs/libdazzle/template
+++ b/srcpkgs/libdazzle/template
@@ -1,6 +1,6 @@
 # Template file for 'libdazzle'
 pkgname=libdazzle
-version=3.32.3
+version=3.34.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libdazzle"
 changelog="https://raw.githubusercontent.com/GNOME/libdazzle/libdazzle-3-32/NEWS"
 distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
-checksum=6c8d9b1514b5f6422107596f4145b89b8f2a99abef6383e086dfcd28c28667e8
+checksum=8d8524bcb2acd6bda0fb3efe96f0bf3e8860ca18eed1fc55dc1c27756b49637c
 
 build_options="gir vala"
 build_options_default="gir vala"

From 9591038ed301c34d5eb8a4661d94d3db5cb41927 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 15:15:03 -0400
Subject: [PATCH 48/51] gnome-calendar: update to 3.34

---
 srcpkgs/gnome-calendar/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-calendar/template b/srcpkgs/gnome-calendar/template
index ef2c96c3323..479bbdf7f70 100644
--- a/srcpkgs/gnome-calendar/template
+++ b/srcpkgs/gnome-calendar/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-calendar'
 pkgname=gnome-calendar
-version=3.32.2
+version=3.34.0
 revision=1
 build_style=meson
 hostmakedepends="glib-devel pkg-config $(vopt_if gir 'gobject-introspection')"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Calendar"
 changelog="https://gitlab.gnome.org/GNOME/gnome-calendar/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=f3500bedc257e3c7b82c5f4187b189dec99b76f445c96b01ca2d22f9371be71e
+checksum=eb90905a07bc4c8455d83b8f4aa33fc1dabc9c40fe2bee1e5dc2db3bbac6713d
 
 build_options="gir"
 build_options_default="gir"

From 9faf6099c924f444fc81467c006d6cfc95b1ec34 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 16:03:36 -0400
Subject: [PATCH 49/51] gnome-maps: update to 3.34

---
 srcpkgs/gnome-maps/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-maps/template b/srcpkgs/gnome-maps/template
index 0585e4574c7..cf1f14c8e98 100644
--- a/srcpkgs/gnome-maps/template
+++ b/srcpkgs/gnome-maps/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-maps'
 pkgname=gnome-maps
-version=3.32.2.1
+version=3.34.0
 revision=1
 build_style=meson
 hostmakedepends="glib-devel gobject-introspection intltool pkg-config AppStream"
@@ -11,6 +11,6 @@ short_desc="GNOME maps application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Maps"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*.*}/${pkgname}-${version}.tar.xz"
-checksum=8be6a83cea6545bc8aa3353e6be7bfe7f699795db38dc8d2f958c917700c29d4
+distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
+checksum=990b7f8cf7605a66efb01ab72ca18f6ca4d63f54261bb4b371bb96f97f10516f
 nocross="evolution-dataserver cross gir doesn't work"

From 35528fe3aafce517c98a7b5934efbb851ae92e4c Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 16:06:29 -0400
Subject: [PATCH 50/51] gnome-photos: update to 3.34

---
 srcpkgs/gnome-photos/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-photos/template b/srcpkgs/gnome-photos/template
index 48ec55c4afc..2742b688af0 100644
--- a/srcpkgs/gnome-photos/template
+++ b/srcpkgs/gnome-photos/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-photos'
 pkgname=gnome-photos
-version=3.32.0
-revision=2
+version=3.34.0
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Ddogtail=false"
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Photos"
 distfiles="${GNOME_SITE}/gnome-photos/${version%.*}/gnome-photos-${version}.tar.xz"
-checksum=52c171326523a34412c416c27b66efd250b7dee79f8ac68ff0ebfb8d59c51b98
+checksum=758047cd61fe2ee84b0efc6bacf356f76135d01e475a0b2c33c1bcd26229448a
 
 build_options="gir"
 build_options_default="gir"

From c233a5ad91fc8b526e542715b0e3b3fef3303d88 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 22 Sep 2019 14:51:53 -0400
Subject: [PATCH 51/51] [ci skip] libical: update to 3.0.6

---
 srcpkgs/libical/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 40f24327ef4..d9870f25b34 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,19 +1,25 @@
 # Template file for 'libical'
 pkgname=libical
-version=3.0.4
-revision=2
+version=3.0.6
+revision=1
 build_style=cmake
+build_helper="gir"
+configure_args="-DICAL_BUILD_DOCS=false
+ $(vopt_if gir '-DGOBJECT_INTROSPECTION=true -DICAL_GLIB_VAPI=true')"
 hostmakedepends="libglib-devel libxml2-devel perl pkg-config"
-makedepends="libglib-devel libxml2-devel"
+makedepends="libglib-devel libxml2-devel $(vopt_if gir vala-devel)"
 checkdepends="tzdata"
 short_desc="Reference implementation of the iCalendar data type and format"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1, MPL-1"
+license="LGPL-2.1-only, MPL-2.0"
 homepage="http://libical.github.io/libical/"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=20f39343701ccd3ad896a9f9e982fdf85c1d3a35572e9d962216b69a64aef2ae
+checksum=fd2404a3df42390268e9fb804ef9f235e429b6f0da8992a148cbb3614946d99b
 patch_args="-Np1"
 
+build_options="gir"
+build_options_default="gir"
+
 libical-devel_package() {
 	depends="icu-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

  parent reply	other threads:[~2019-09-22 21:22 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-22  1:43 [PR PATCH] " voidlinux-github
2019-09-22  1:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22  1:51 ` voidlinux-github
2019-09-22  7:10 ` voidlinux-github
2019-09-22 12:48 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22 12:48 ` voidlinux-github
2019-09-22 18:00 ` voidlinux-github
2019-09-22 19:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22 19:03 ` voidlinux-github
2019-09-22 19:07 ` voidlinux-github
2019-09-22 19:07 ` voidlinux-github
2019-09-22 20:39 ` voidlinux-github
2019-09-22 20:39 ` voidlinux-github
2019-09-22 21:22 ` voidlinux-github
2019-09-22 21:22 ` voidlinux-github [this message]
2019-09-22 21:31 ` voidlinux-github
2019-09-22 21:31 ` voidlinux-github
2019-09-22 21:34 ` voidlinux-github
2019-09-22 21:34 ` voidlinux-github
2019-09-22 22:09 ` voidlinux-github
2019-09-22 22:09 ` voidlinux-github
2019-09-22 22:28 ` voidlinux-github
2019-09-22 22:28 ` voidlinux-github
2019-09-22 22:30 ` voidlinux-github
2019-09-22 22:30 ` voidlinux-github
2019-09-22 22:33 ` voidlinux-github
2019-09-22 22:33 ` voidlinux-github
2019-09-22 22:36 ` voidlinux-github
2019-09-22 22:36 ` voidlinux-github
2019-09-22 23:34 ` voidlinux-github
2019-09-22 23:34 ` voidlinux-github
2019-09-23  0:37 ` voidlinux-github
2019-09-23  0:37 ` voidlinux-github
2019-09-23  0:57 ` voidlinux-github
2019-09-23  0:57 ` voidlinux-github
2019-09-23  1:04 ` voidlinux-github
2019-09-23  1:04 ` voidlinux-github
2019-09-23 17:18 ` voidlinux-github
2019-09-23 17:18 ` voidlinux-github
2019-09-23 17:18 ` voidlinux-github
2019-09-23 17:18 ` voidlinux-github
2019-09-23 17:20 ` voidlinux-github
2019-09-23 17:20 ` voidlinux-github
2019-09-24 17:11 ` voidlinux-github
2019-09-24 17:11 ` voidlinux-github
2019-09-24 17:24 ` voidlinux-github
2019-09-24 17:24 ` voidlinux-github
2019-09-24 19:05 ` voidlinux-github
2019-09-24 19:05 ` voidlinux-github
2019-09-24 19:11 ` voidlinux-github
2019-09-25 18:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25 18:37 ` voidlinux-github
2019-09-25 18:38 ` voidlinux-github
2019-09-25 18:38 ` voidlinux-github
2019-09-25 18:42 ` voidlinux-github
2019-09-25 21:21 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25 21:21 ` voidlinux-github
2019-09-26  0:42 ` voidlinux-github
2019-09-26  0:42 ` voidlinux-github
2019-09-26  0:51 ` voidlinux-github
2019-09-26  0:51 ` voidlinux-github
2019-09-26  1:18 ` voidlinux-github
2019-09-26  1:18 ` voidlinux-github
2019-09-26 13:13 ` voidlinux-github
2019-09-26 13:40 ` voidlinux-github
2019-09-26 13:40 ` voidlinux-github
2019-09-26 16:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-26 16:58 ` voidlinux-github
2019-09-26 16:59 ` voidlinux-github
2019-09-26 16:59 ` voidlinux-github
2019-09-26 17:01 ` voidlinux-github
2019-09-26 20:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-26 20:25 ` voidlinux-github
2019-10-08 23:23 ` voidlinux-github
2019-10-08 23:23 ` voidlinux-github
2019-10-09  0:12 ` voidlinux-github
2019-10-09  0:14 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-09  0:14 ` voidlinux-github
2019-10-10  9:09 ` voidlinux-github
2019-10-11  0:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-11  0:51 ` voidlinux-github
2019-10-11  0:58 ` voidlinux-github
2019-10-11  0:58 ` voidlinux-github
2019-10-12  1:18 ` voidlinux-github
2019-10-12  1:18 ` voidlinux-github
2019-10-12  1:40 ` voidlinux-github
2019-10-13 19:48 ` voidlinux-github
2019-10-14  0:56 ` voidlinux-github
2019-10-14  1:36 ` voidlinux-github
2019-10-14  1:36 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-14  2:24 ` voidlinux-github
2019-10-14  2:38 ` voidlinux-github
2019-10-14  2:51 ` voidlinux-github
2019-10-14  2:51 ` voidlinux-github
2019-10-14  2:55 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190922212242.NaHOFFfM8hw7yNI_elK5Q3xg-tHkRVqlJu8xR8rXW7g@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).