Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] evolution: update to 3.34.1 (and dep)
@ 2019-10-14  1:33 voidlinux-github
  2019-10-14  2:50 ` [PR PATCH] [Updated] evolution*: " voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14  1:33 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From 3cbebad0318809df2f76b9943793d606d5bfb902 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] 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"

From b2e2fd037957be53e1ec9e01b33fde1a00eb71a7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 3013deaee27827fe85c3120461dc5520fba39d87 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 82a7592680a6526d30da7f8614f32ae2a5eced7d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From 88e28ee586af735257cc4cc7a810960217433dc9 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: bump revision for evolution-data-server update.

---
 srcpkgs/folks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..daab1bf0b2a 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
 version=0.12.1
-revision=2
+revision=3
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
@ 2019-10-14  2:50 ` voidlinux-github
  2019-10-14  2:50 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14  2:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From 3cbebad0318809df2f76b9943793d606d5bfb902 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] 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"

From b2e2fd037957be53e1ec9e01b33fde1a00eb71a7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 3013deaee27827fe85c3120461dc5520fba39d87 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 82a7592680a6526d30da7f8614f32ae2a5eced7d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From bd883310a9d98fea8ce8f5cf476fc2b8cf39d1f5 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: bump revision for evolution-data-server update.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..6143fa8f793 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
 version=0.12.1
-revision=2
+revision=3
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,7 +11,7 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
 checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
  2019-10-14  2:50 ` [PR PATCH] [Updated] evolution*: " voidlinux-github
@ 2019-10-14  2:50 ` voidlinux-github
  2019-10-14 14:01 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14  2:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From 3cbebad0318809df2f76b9943793d606d5bfb902 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] 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"

From b2e2fd037957be53e1ec9e01b33fde1a00eb71a7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 3013deaee27827fe85c3120461dc5520fba39d87 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 82a7592680a6526d30da7f8614f32ae2a5eced7d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From bd883310a9d98fea8ce8f5cf476fc2b8cf39d1f5 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: bump revision for evolution-data-server update.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..6143fa8f793 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
 version=0.12.1
-revision=2
+revision=3
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,7 +11,7 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
 checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
  2019-10-14  2:50 ` [PR PATCH] [Updated] evolution*: " voidlinux-github
  2019-10-14  2:50 ` voidlinux-github
@ 2019-10-14 14:01 ` voidlinux-github
  2019-10-14 14:01 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14 14:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From 3cbebad0318809df2f76b9943793d606d5bfb902 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] 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"

From b2e2fd037957be53e1ec9e01b33fde1a00eb71a7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 3013deaee27827fe85c3120461dc5520fba39d87 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 82a7592680a6526d30da7f8614f32ae2a5eced7d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From 98a3ada6e3d4eaf6e0da5daf7d891e2d0ffc01c0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: update to 0.13.1.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..9a75a1f3c7b 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.12.1
-revision=2
+version=0.13.1
+revision=1
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,10 +11,10 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475
+checksum=3df1c663b82fe211aead2b31cae1fc41d124e85436375762f6745c45ba46aa5d
 nocross="Needs Vala, which needs evolution-dataserver GIR"
 
 # NOTE: Vala build opt is broken because upstream doesn't package all necessary

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-14 14:01 ` voidlinux-github
@ 2019-10-14 14:01 ` voidlinux-github
  2019-10-14 15:01 ` voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14 14:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From 3cbebad0318809df2f76b9943793d606d5bfb902 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] 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"

From b2e2fd037957be53e1ec9e01b33fde1a00eb71a7 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 3013deaee27827fe85c3120461dc5520fba39d87 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 82a7592680a6526d30da7f8614f32ae2a5eced7d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From 98a3ada6e3d4eaf6e0da5daf7d891e2d0ffc01c0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: update to 0.13.1.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..9a75a1f3c7b 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.12.1
-revision=2
+version=0.13.1
+revision=1
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,10 +11,10 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475
+checksum=3df1c663b82fe211aead2b31cae1fc41d124e85436375762f6745c45ba46aa5d
 nocross="Needs Vala, which needs evolution-dataserver GIR"
 
 # NOTE: Vala build opt is broken because upstream doesn't package all necessary

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-14 15:01 ` voidlinux-github
@ 2019-10-14 15:01 ` voidlinux-github
  2019-10-14 15:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From f66340a7a63f79894f42f53143dad31264e8cc94 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] libical: update to 3.0.6.

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

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 40f24327ef4..6e84c42f789 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
-hostmakedepends="libglib-devel libxml2-devel perl pkg-config"
-makedepends="libglib-devel libxml2-devel"
+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 $(vopt_if gir vala)"
+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"

From a4224257651e23b6c02c79356711216ee7d1ffd1 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 2be88989daaf022d2764ef485cdf3df8743535ad Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 8b9bd6a8e99fe990a6d3184c32358f46e0a6f734 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From bd3128b49d85bbf2a4a32aace5cba0103c2441a6 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: update to 0.13.1.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..9a75a1f3c7b 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.12.1
-revision=2
+version=0.13.1
+revision=1
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,10 +11,10 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475
+checksum=3df1c663b82fe211aead2b31cae1fc41d124e85436375762f6745c45ba46aa5d
 nocross="Needs Vala, which needs evolution-dataserver GIR"
 
 # NOTE: Vala build opt is broken because upstream doesn't package all necessary

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-14 14:01 ` voidlinux-github
@ 2019-10-14 15:01 ` voidlinux-github
  2019-10-14 15:01 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From f66340a7a63f79894f42f53143dad31264e8cc94 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] libical: update to 3.0.6.

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

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 40f24327ef4..6e84c42f789 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
-hostmakedepends="libglib-devel libxml2-devel perl pkg-config"
-makedepends="libglib-devel libxml2-devel"
+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 $(vopt_if gir vala)"
+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"

From a4224257651e23b6c02c79356711216ee7d1ffd1 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From 2be88989daaf022d2764ef485cdf3df8743535ad Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 8b9bd6a8e99fe990a6d3184c32358f46e0a6f734 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From bd3128b49d85bbf2a4a32aace5cba0103c2441a6 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: update to 0.13.1.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..9a75a1f3c7b 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.12.1
-revision=2
+version=0.13.1
+revision=1
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,10 +11,10 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475
+checksum=3df1c663b82fe211aead2b31cae1fc41d124e85436375762f6745c45ba46aa5d
 nocross="Needs Vala, which needs evolution-dataserver GIR"
 
 # NOTE: Vala build opt is broken because upstream doesn't package all necessary

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-14 15:30 ` voidlinux-github
@ 2019-10-14 15:30 ` voidlinux-github
  2019-10-15 13:43 ` [PR PATCH] [Closed]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From cc5eb32f75befb03879a97ec51b1769cce3cdbb1 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] libical: update to 3.0.6.

---
 srcpkgs/libical/template | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 40f24327ef4..82f5242e3c4 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,19 +1,26 @@
 # Template file for 'libical'
 pkgname=libical
-version=3.0.4
-revision=2
+version=3.0.6
+revision=1
 build_style=cmake
-hostmakedepends="libglib-devel libxml2-devel perl pkg-config"
-makedepends="libglib-devel libxml2-devel"
+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 $(vopt_if gir vala)"
+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
+disable_parallel_build=yes
 patch_args="-Np1"
 
+build_options="gir"
+build_options_default="gir"
+
 libical-devel_package() {
 	depends="icu-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

From 16ab13dae5361674d12ed43464c43571b286a8cb Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From be7267766061165f36a2690d3b5fd738f80b6365 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 1def7ba0d85134511f2478311daa57b63d7f9797 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From f69004422bffbf41f02923f352980fba0ee4cad0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: update to 0.13.1.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..9a75a1f3c7b 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.12.1
-revision=2
+version=0.13.1
+revision=1
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,10 +11,10 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475
+checksum=3df1c663b82fe211aead2b31cae1fc41d124e85436375762f6745c45ba46aa5d
 nocross="Needs Vala, which needs evolution-dataserver GIR"
 
 # NOTE: Vala build opt is broken because upstream doesn't package all necessary

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-14 15:01 ` voidlinux-github
@ 2019-10-14 15:30 ` voidlinux-github
  2019-10-14 15:30 ` voidlinux-github
  2019-10-15 13:43 ` [PR PATCH] [Closed]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-14 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages evolution
https://github.com/void-linux/void-packages/pull/15446

evolution*: update to 3.34.1 (and dep)
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


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

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

From cc5eb32f75befb03879a97ec51b1769cce3cdbb1 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:42:26 -0400
Subject: [PATCH 1/5] libical: update to 3.0.6.

---
 srcpkgs/libical/template | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 40f24327ef4..82f5242e3c4 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,19 +1,26 @@
 # Template file for 'libical'
 pkgname=libical
-version=3.0.4
-revision=2
+version=3.0.6
+revision=1
 build_style=cmake
-hostmakedepends="libglib-devel libxml2-devel perl pkg-config"
-makedepends="libglib-devel libxml2-devel"
+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 $(vopt_if gir vala)"
+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
+disable_parallel_build=yes
 patch_args="-Np1"
 
+build_options="gir"
+build_options_default="gir"
+
 libical-devel_package() {
 	depends="icu-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

From 16ab13dae5361674d12ed43464c43571b286a8cb Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:43:11 -0400
Subject: [PATCH 2/5] evolution-data-server: update to 3.34.1.

---
 common/shlibs                          | 10 +++++-----
 srcpkgs/evolution-data-server/template |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..162f128789a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -626,16 +626,16 @@ 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
-libecal-1.2.so.19 evolution-data-server-3.18.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-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
 libevolution-mail.so evolution-3.28.0_1
 libevolution-shell.so evolution-3.28.0_1
-libedata-cal-1.2.so.29 evolution-data-server-3.30.0_1
+libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1
 libgdata.so.22 libgdata-0.17.9_1
 libpcap.so.1 libpcap-1.1.1_1
 libiptc.so.0 iptables-1.4.7_1
diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index d781766e49a..471dff07cce 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,13 +1,13 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.32.4
+version=3.34.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
 hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
  $(vopt_if gir 'gobject-introspection')"
-makedepends="libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
+makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
  libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
 depends="$(vopt_if gir libgweather) libsoup-gnome"
 short_desc="Centralized access to appointments and contacts"
@@ -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=6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe
 
 build_options="gir"
 if [ -z "$CROSS_BUILD" ]; then

From be7267766061165f36a2690d3b5fd738f80b6365 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:02:09 -0400
Subject: [PATCH 3/5] evolution: update to 3.34.1.

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

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index c29be1fa0b8..173ca68b4b2 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.1
 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=656a92dd7f3e1afb6eef4f824fd17ae307c0904a67587ca5bb14ab9bd6f8bd42
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so"
 

From 1def7ba0d85134511f2478311daa57b63d7f9797 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:01:53 -0400
Subject: [PATCH 4/5] evolution-ews: update to 3.34.1.

---
 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..d96c66b7c19 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.1
 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=b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316

From f69004422bffbf41f02923f352980fba0ee4cad0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 13:45:56 -0400
Subject: [PATCH 5/5] folks: update to 0.13.1.

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index 376f1522505..9a75a1f3c7b 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,7 +1,7 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.12.1
-revision=2
+version=0.13.1
+revision=1
 build_style=meson
 configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
 hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
@@ -11,10 +11,10 @@ makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
 depends="zeitgeist"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2.1.0-or-later"
+license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3ca9f2d50fdf5a7a3d3f59c49bd54ceaf8d8181938762370e07535f86d36d475
+checksum=3df1c663b82fe211aead2b31cae1fc41d124e85436375762f6745c45ba46aa5d
 nocross="Needs Vala, which needs evolution-dataserver GIR"
 
 # NOTE: Vala build opt is broken because upstream doesn't package all necessary

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Closed]: evolution*: update to 3.34.1 (and dep)
  2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-14 15:30 ` voidlinux-github
@ 2019-10-15 13:43 ` voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-15 13:43 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

evolution*: update to 3.34.1 (and dep)
https://github.com/void-linux/void-packages/pull/15446

Description:
evolution*: update to 3.34.1
libical (evolution-data-server dep): update to 3.0.6.
folks: bump for shlib update


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-10-15 13:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  1:33 [PR PATCH] evolution: update to 3.34.1 (and dep) voidlinux-github
2019-10-14  2:50 ` [PR PATCH] [Updated] evolution*: " voidlinux-github
2019-10-14  2:50 ` voidlinux-github
2019-10-14 14:01 ` voidlinux-github
2019-10-14 14:01 ` voidlinux-github
2019-10-14 15:01 ` voidlinux-github
2019-10-14 15:01 ` voidlinux-github
2019-10-14 15:30 ` voidlinux-github
2019-10-14 15:30 ` voidlinux-github
2019-10-15 13:43 ` [PR PATCH] [Closed]: " voidlinux-github

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).