Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] folks: update to 0.15.8
@ 2024-03-19  6:43 chrysos349
  2024-03-19  6:54 ` [PR PATCH] [Updated] " chrysos349
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  6:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 5804918acb47917add357ae954e0c875ccdc8889 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

---
 .../folks/patches/disable-failing-tests.patch | 36 +++++++++++++++++++
 srcpkgs/folks/template                        |  4 +--
 2 files changed, 38 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/folks/patches/disable-failing-tests.patch

diff --git a/srcpkgs/folks/patches/disable-failing-tests.patch b/srcpkgs/folks/patches/disable-failing-tests.patch
new file mode 100644
index 00000000000000..da1855f425244e
--- /dev/null
+++ b/srcpkgs/folks/patches/disable-failing-tests.patch
@@ -0,0 +1,36 @@
+diff -ru a/tests/bluez/meson.build b/tests/bluez/meson.build
+--- a/tests/bluez/meson.build
++++ b/tests/bluez/meson.build
+@@ -2,7 +2,7 @@
+ bluez_tests = [
+   'device-properties',
+   'individual-retrieval',
+-  'vcard-parsing',
++# 'vcard-parsing',
+ ]
+ 
+ bluez_tests_deps = [
+diff -ru a/tests/dummy/meson.build b/tests/dummy/meson.build
+--- a/tests/dummy/meson.build
++++ b/tests/dummy/meson.build
+@@ -3,7 +3,7 @@
+   'individual-retrieval',
+   'add-persona',
+   'linkable-properties',
+-  'search-view',
++# 'search-view',
+ ]
+ 
+ dummy_tests_deps = [
+diff -ru a/tests/telepathy/meson.build b/tests/telepathy/meson.build
+--- a/tests/telepathy/meson.build
++++ b/tests/telepathy/meson.build
+@@ -14,7 +14,7 @@
+ #  'persona-store-capabilities',
+ #  'individual-retrieval',
+ #  'individual-properties',
+-  'init',
++#  'init',
+ ]
+ 
+ telepathy_tests_deps = [
diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..efb148aff39e13 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 make_check_pre="dbus-run-session"
 
 build_options="gir"

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
@ 2024-03-19  6:54 ` chrysos349
  2024-03-19  7:05 ` chrysos349
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  6:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From c53f67792a82a8f23c8e6a2c2de12d1a9110dfb2 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

---
 .../folks/patches/disable-failing-tests.patch | 52 +++++++++++++++++++
 srcpkgs/folks/template                        |  4 +-
 2 files changed, 54 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/folks/patches/disable-failing-tests.patch

diff --git a/srcpkgs/folks/patches/disable-failing-tests.patch b/srcpkgs/folks/patches/disable-failing-tests.patch
new file mode 100644
index 00000000000000..da390fbd33840e
--- /dev/null
+++ b/srcpkgs/folks/patches/disable-failing-tests.patch
@@ -0,0 +1,52 @@
+diff --git a/tests/bluez/meson.build b/tests/bluez/meson.build
+index 5249d7230..45fc2155a 100644
+--- a/tests/bluez/meson.build
++++ b/tests/bluez/meson.build
+@@ -2,7 +2,7 @@
+ bluez_tests = [
+   'device-properties',
+   'individual-retrieval',
+-  'vcard-parsing',
++  #'vcard-parsing',
+ ]
+ 
+ bluez_tests_deps = [
+diff --git a/tests/dummy/meson.build b/tests/dummy/meson.build
+index 29478140a..e4af4cadf 100644
+--- a/tests/dummy/meson.build
++++ b/tests/dummy/meson.build
+@@ -3,7 +3,7 @@ dummy_tests = [
+   'individual-retrieval',
+   'add-persona',
+   'linkable-properties',
+-  'search-view',
++  #'search-view',
+ ]
+ 
+ dummy_tests_deps = [
+diff --git a/tests/folks/meson.build b/tests/folks/meson.build
+index 2b2f3334c..02e5d0c75 100644
+--- a/tests/folks/meson.build
++++ b/tests/folks/meson.build
+@@ -1,7 +1,7 @@
+ # in order from least to most complex
+ _folks_tests = [
+   'small-set',
+-  'abstract-field-details',
++  #'abstract-field-details',
+   'async-locking',
+   'utils',
+   'primary-store-changes',
+diff --git a/tests/telepathy/meson.build b/tests/telepathy/meson.build
+index 6e342b6f2..618fccc18 100644
+--- a/tests/telepathy/meson.build
++++ b/tests/telepathy/meson.build
+@@ -14,7 +14,7 @@ telepathy_tests = [
+ #  'persona-store-capabilities',
+ #  'individual-retrieval',
+ #  'individual-properties',
+-  'init',
++#'init',
+ ]
+ 
+ telepathy_tests_deps = [
diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..efb148aff39e13 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 make_check_pre="dbus-run-session"
 
 build_options="gir"

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
  2024-03-19  6:54 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-19  7:05 ` chrysos349
  2024-03-19  8:18 ` [PR REVIEW] " oreo639
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  7:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From ed9aaeab778b58cdc468a9895272d95f1d024170 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

---
 .../folks/patches/disable-failing-tests.patch | 53 +++++++++++++++++++
 srcpkgs/folks/template                        |  4 +-
 2 files changed, 55 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/folks/patches/disable-failing-tests.patch

diff --git a/srcpkgs/folks/patches/disable-failing-tests.patch b/srcpkgs/folks/patches/disable-failing-tests.patch
new file mode 100644
index 00000000000000..99e605681826f1
--- /dev/null
+++ b/srcpkgs/folks/patches/disable-failing-tests.patch
@@ -0,0 +1,53 @@
+diff --git a/tests/bluez/meson.build b/tests/bluez/meson.build
+index 5249d7230..45fc2155a 100644
+--- a/tests/bluez/meson.build
++++ b/tests/bluez/meson.build
+@@ -2,7 +2,7 @@
+ bluez_tests = [
+   'device-properties',
+   'individual-retrieval',
+-  'vcard-parsing',
++  #'vcard-parsing',
+ ]
+ 
+ bluez_tests_deps = [
+diff --git a/tests/dummy/meson.build b/tests/dummy/meson.build
+index 29478140a..f53404f46 100644
+--- a/tests/dummy/meson.build
++++ b/tests/dummy/meson.build
+@@ -2,8 +2,8 @@
+ dummy_tests = [
+   'individual-retrieval',
+   'add-persona',
+-  'linkable-properties',
+-  'search-view',
++  #'linkable-properties',
++  #'search-view',
+ ]
+ 
+ dummy_tests_deps = [
+diff --git a/tests/folks/meson.build b/tests/folks/meson.build
+index 2b2f3334c..092ebd691 100644
+--- a/tests/folks/meson.build
++++ b/tests/folks/meson.build
+@@ -1,6 +1,6 @@
+ # in order from least to most complex
+ _folks_tests = [
+-  'small-set',
++  #'small-set',
+   'abstract-field-details',
+   'async-locking',
+   'utils',
+diff --git a/tests/telepathy/meson.build b/tests/telepathy/meson.build
+index 6e342b6f2..618fccc18 100644
+--- a/tests/telepathy/meson.build
++++ b/tests/telepathy/meson.build
+@@ -14,7 +14,7 @@ telepathy_tests = [
+ #  'persona-store-capabilities',
+ #  'individual-retrieval',
+ #  'individual-properties',
+-  'init',
++#'init',
+ ]
+ 
+ telepathy_tests_deps = [
diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..efb148aff39e13 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 make_check_pre="dbus-run-session"
 
 build_options="gir"

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

* Re: [PR REVIEW] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
  2024-03-19  6:54 ` [PR PATCH] [Updated] " chrysos349
  2024-03-19  7:05 ` chrysos349
@ 2024-03-19  8:18 ` oreo639
  2024-03-19  8:19 ` oreo639
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2024-03-19  8:18 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49366#discussion_r1529913546

Comment:
Can you explain why these tests fail?

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

* Re: [PR REVIEW] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (2 preceding siblings ...)
  2024-03-19  8:18 ` [PR REVIEW] " oreo639
@ 2024-03-19  8:19 ` oreo639
  2024-03-19  8:38 ` [PR PATCH] [Updated] " chrysos349
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2024-03-19  8:19 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49366#discussion_r1529913546

Comment:
Probably good to explain what parts of these tests fail.

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (3 preceding siblings ...)
  2024-03-19  8:19 ` oreo639
@ 2024-03-19  8:38 ` chrysos349
  2024-03-19  8:51 ` [PR REVIEW] " chrysos349
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  8:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 65029310bb03caa08435ce0d3d277055918c5945 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..efb148aff39e13 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 make_check_pre="dbus-run-session"
 
 build_options="gir"

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

* Re: [PR REVIEW] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (4 preceding siblings ...)
  2024-03-19  8:38 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-19  8:51 ` chrysos349
  2024-03-19  8:52 ` chrysos349
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  8:51 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49366#discussion_r1529959772

Comment:
tests fail in ci due to the timeouts.
x86_64
```
Summary of Failures:

44/44 folks:DummyBackend / search-view             TIMEOUT        30.01s
```
i686
```
Summary of Failures:

33/44 folks:BluezBackend / device-properties       TIMEOUT        30.01s
34/44 folks:BluezBackend / vcard-parsing           TIMEOUT        30.01s
35/44 folks:Telepathy / init                       TIMEOUT        30.01s
```

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

* Re: [PR REVIEW] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (5 preceding siblings ...)
  2024-03-19  8:51 ` [PR REVIEW] " chrysos349
@ 2024-03-19  8:52 ` chrysos349
  2024-03-19  9:00 ` [PR PATCH] [Updated] " chrysos349
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  8:52 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49366#discussion_r1529959772

Comment:
tests fail in ci due to the timeouts.
x86_64
```
Summary of Failures:

44/44 folks:DummyBackend / search-view             TIMEOUT        30.01s
```
i686
```
Summary of Failures:

33/44 folks:BluezBackend / device-properties       TIMEOUT        30.01s
34/44 folks:BluezBackend / vcard-parsing           TIMEOUT        30.01s
35/44 folks:Telepathy / init                       TIMEOUT        30.01s
```

that's why i commented them out.

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (6 preceding siblings ...)
  2024-03-19  8:52 ` chrysos349
@ 2024-03-19  9:00 ` chrysos349
  2024-03-19  9:23 ` chrysos349
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  9:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 64a7636b33255b0aa21440fb03bb6d09d888ad42 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

---
 srcpkgs/folks/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..0f2145846b48fc 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -17,8 +17,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
-make_check_pre="dbus-run-session"
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 
 build_options="gir"
 build_options_default="gir"
@@ -36,3 +35,8 @@ folks-devel_package() {
 		fi
 	}
 }
+
+do_check() {
+	# increase timeout-multiplier for failing tests in ci
+	dbus-run-session meson test -C build --print-errorlogs -t 4
+}

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (7 preceding siblings ...)
  2024-03-19  9:00 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-19  9:23 ` chrysos349
  2024-03-19 10:19 ` chrysos349
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19  9:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From b9c68d1c0895f17b9bffbb4344cb261d81674ff0 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..5c1a4f942a7cf4 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,14 +10,14 @@ hostmakedepends="pkg-config gettext glib-devel python3-dbusmock
 makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
  libgee-devel evolution-data-server-devel $(vopt_if gir vala-devel)"
 depends="zeitgeist"
-checkdepends="dbus bluez"
+checkdepends="python3-dbusmock bluez"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 make_check_pre="dbus-run-session"
 
 build_options="gir"

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (8 preceding siblings ...)
  2024-03-19  9:23 ` chrysos349
@ 2024-03-19 10:19 ` chrysos349
  2024-03-19 10:40 ` chrysos349
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 0faedfd55658dec10db48b116676553d9ce2e513 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..5c1a4f942a7cf4 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,14 +10,14 @@ hostmakedepends="pkg-config gettext glib-devel python3-dbusmock
 makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
  libgee-devel evolution-data-server-devel $(vopt_if gir vala-devel)"
 depends="zeitgeist"
-checkdepends="dbus bluez"
+checkdepends="python3-dbusmock bluez"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 make_check_pre="dbus-run-session"
 
 build_options="gir"

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (9 preceding siblings ...)
  2024-03-19 10:19 ` chrysos349
@ 2024-03-19 10:40 ` chrysos349
  2024-03-19 10:55 ` chrysos349
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 8ccf231d63d83e1e004318b51af19ccc92c32f95 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..fbd94cac89baac 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,15 +10,14 @@ hostmakedepends="pkg-config gettext glib-devel python3-dbusmock
 makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
  libgee-devel evolution-data-server-devel $(vopt_if gir vala-devel)"
 depends="zeitgeist"
-checkdepends="dbus bluez"
+checkdepends="python3-dbusmock bluez"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
-make_check_pre="dbus-run-session"
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 
 build_options="gir"
 build_options_default="gir"
@@ -36,3 +35,9 @@ folks-devel_package() {
 		fi
 	}
 }
+
+do_check() {
+	# set timeout-multiplier and disable parallelism to fix failing tests
+	MESON_TESTTHREADS=1 dbus-run-session meson test -C build \
+		--print-errorlogs --timeout-multiplier 3
+}

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (10 preceding siblings ...)
  2024-03-19 10:40 ` chrysos349
@ 2024-03-19 10:55 ` chrysos349
  2024-03-19 11:06 ` chrysos349
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19 10:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From d01366df998b3e2c888004076c4635f7ac7c6291 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..364144ba5c3bac 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,15 +10,14 @@ hostmakedepends="pkg-config gettext glib-devel python3-dbusmock
 makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
  libgee-devel evolution-data-server-devel $(vopt_if gir vala-devel)"
 depends="zeitgeist"
-checkdepends="dbus bluez"
+checkdepends="python3-dbusmock bluez"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
-make_check_pre="dbus-run-session"
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 
 build_options="gir"
 build_options_default="gir"
@@ -36,3 +35,9 @@ folks-devel_package() {
 		fi
 	}
 }
+
+do_check() {
+	# set timeout-multiplier to fix failing tests in the ci
+	dbus-run-session meson test -C build \
+		--print-errorlogs --timeout-multiplier 3
+}

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

* Re: [PR PATCH] [Updated] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (11 preceding siblings ...)
  2024-03-19 10:55 ` chrysos349
@ 2024-03-19 11:06 ` chrysos349
  2024-03-19 11:16 ` [PR REVIEW] " chrysos349
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19 11:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages folks
https://github.com/void-linux/void-packages/pull/49366

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From f021fc7feadee5557cf19913b1837d17bda79055 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 19 Mar 2024 09:40:31 +0300
Subject: [PATCH] folks: update to 0.15.8

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

diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template
index cd9aba2b071411..03f009584cb0b7 100644
--- a/srcpkgs/folks/template
+++ b/srcpkgs/folks/template
@@ -1,6 +1,6 @@
 # Template file for 'folks'
 pkgname=folks
-version=0.15.6
+version=0.15.8
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,16 +10,19 @@ hostmakedepends="pkg-config gettext glib-devel python3-dbusmock
 makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
  libgee-devel evolution-data-server-devel $(vopt_if gir vala-devel)"
 depends="zeitgeist"
-checkdepends="dbus bluez"
+checkdepends="python3-dbusmock bluez"
 short_desc="GObject Library to aggregate people into metacontacts"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Folks"
 changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz"
-checksum=c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248
+checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2
 make_check_pre="dbus-run-session"
 
+# disable parallelism to fix some failing tests in the ci
+export MESON_TESTTHREADS=1
+
 build_options="gir"
 build_options_default="gir"
 

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

* Re: [PR REVIEW] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (12 preceding siblings ...)
  2024-03-19 11:06 ` chrysos349
@ 2024-03-19 11:16 ` chrysos349
  2024-03-19 11:25 ` oreo639
  2024-03-20  9:45 ` [PR PATCH] [Merged]: " oreo639
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-19 11:16 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49366#discussion_r1530167032

Comment:
test timeouts in the ci were fixed by disabling parallelism.

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

* Re: [PR REVIEW] folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (13 preceding siblings ...)
  2024-03-19 11:16 ` [PR REVIEW] " chrysos349
@ 2024-03-19 11:25 ` oreo639
  2024-03-20  9:45 ` [PR PATCH] [Merged]: " oreo639
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2024-03-19 11:25 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49366#discussion_r1530177958

Comment:
Tysm for investigating.

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

* Re: [PR PATCH] [Merged]: folks: update to 0.15.8
  2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
                   ` (14 preceding siblings ...)
  2024-03-19 11:25 ` oreo639
@ 2024-03-20  9:45 ` oreo639
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2024-03-20  9:45 UTC (permalink / raw)
  To: ml

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

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

folks: update to 0.15.8
https://github.com/void-linux/void-packages/pull/49366

Description:
https://github.com/void-linux/void-packages/pull/48752#issuecomment-2005911423

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

end of thread, other threads:[~2024-03-20  9:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-19  6:43 [PR PATCH] folks: update to 0.15.8 chrysos349
2024-03-19  6:54 ` [PR PATCH] [Updated] " chrysos349
2024-03-19  7:05 ` chrysos349
2024-03-19  8:18 ` [PR REVIEW] " oreo639
2024-03-19  8:19 ` oreo639
2024-03-19  8:38 ` [PR PATCH] [Updated] " chrysos349
2024-03-19  8:51 ` [PR REVIEW] " chrysos349
2024-03-19  8:52 ` chrysos349
2024-03-19  9:00 ` [PR PATCH] [Updated] " chrysos349
2024-03-19  9:23 ` chrysos349
2024-03-19 10:19 ` chrysos349
2024-03-19 10:40 ` chrysos349
2024-03-19 10:55 ` chrysos349
2024-03-19 11:06 ` chrysos349
2024-03-19 11:16 ` [PR REVIEW] " chrysos349
2024-03-19 11:25 ` oreo639
2024-03-20  9:45 ` [PR PATCH] [Merged]: " oreo639

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