Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nautilus: update to 44.0.
@ 2023-03-23  2:06 someone13574
  2023-03-23  8:39 ` [PR REVIEW] " paper42
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23  2:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages nautilus-44.0
https://github.com/void-linux/void-packages/pull/42939

nautilus: update to 44.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

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

From c3d8548de6c8706383b183d37ef9b1c94e72ba8a Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Wed, 22 Mar 2023 22:03:28 -0400
Subject: [PATCH] nautilus: update to 44.0.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index bf934b66f63c..d8d242e0235b 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=43.2
+version=44.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -18,9 +18,9 @@ short_desc="GNOME file manager"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/44.0/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0
+checksum=57b99ebb8e2b9c1512d381e53096188c087b33410d6c52d87a27bd60ee76ac7f
 # tests timeout:
 # 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
 make_check=extended

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

* Re: [PR REVIEW] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
@ 2023-03-23  8:39 ` paper42
  2023-03-23 17:32 ` paper42
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-03-23  8:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42939#discussion_r1145846419

Comment:
that's a tag, not branch, use master instead

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

* Re: [PR REVIEW] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
  2023-03-23  8:39 ` [PR REVIEW] " paper42
@ 2023-03-23 17:32 ` paper42
  2023-03-23 19:08 ` [PR PATCH] [Updated] " someone13574
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-03-23 17:32 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42939#discussion_r1146549733

Comment:
this test takes 0.4s for me, can we remove this?

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

* Re: [PR PATCH] [Updated] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
  2023-03-23  8:39 ` [PR REVIEW] " paper42
  2023-03-23 17:32 ` paper42
@ 2023-03-23 19:08 ` someone13574
  2023-03-23 19:09 ` someone13574
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages nautilus-44.0
https://github.com/void-linux/void-packages/pull/42939

nautilus: update to 44.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

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

From 624d4faadb94130d07daec10fc726d190aec6b4e Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Wed, 22 Mar 2023 22:03:28 -0400
Subject: [PATCH] nautilus: update to 44.0.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index bf934b66f63c..d8d242e0235b 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=43.2
+version=44.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -18,9 +18,9 @@ short_desc="GNOME file manager"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/44.0/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0
+checksum=57b99ebb8e2b9c1512d381e53096188c087b33410d6c52d87a27bd60ee76ac7f
 # tests timeout:
 # 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
 make_check=extended

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

* Re: [PR PATCH] [Updated] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (2 preceding siblings ...)
  2023-03-23 19:08 ` [PR PATCH] [Updated] " someone13574
@ 2023-03-23 19:09 ` someone13574
  2023-03-23 19:37 ` someone13574
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages nautilus-44.0
https://github.com/void-linux/void-packages/pull/42939

nautilus: update to 44.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

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

From 25b05d6a361458849d006e988fbdf9063bd4ce26 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Wed, 22 Mar 2023 22:03:28 -0400
Subject: [PATCH] nautilus: update to 44.0.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index bf934b66f63c..4304eeddf6f9 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=43.2
+version=44.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -18,12 +18,9 @@ short_desc="GNOME file manager"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0
-# tests timeout:
-# 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
-make_check=extended
+checksum=57b99ebb8e2b9c1512d381e53096188c087b33410d6c52d87a27bd60ee76ac7f
 
 if [ "$CROSS_BUILD" ]; then
 	# tests try to use tracker-sandbox from the wrong path, because of some confusion with libdir:

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

* Re: [PR PATCH] [Updated] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (3 preceding siblings ...)
  2023-03-23 19:09 ` someone13574
@ 2023-03-23 19:37 ` someone13574
  2023-03-23 19:52 ` [PR REVIEW] " someone13574
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages nautilus-44.0
https://github.com/void-linux/void-packages/pull/42939

nautilus: update to 44.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

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

From 6327b69c673698fe7ac6bfc88690edd013c3c9f6 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Wed, 22 Mar 2023 22:03:28 -0400
Subject: [PATCH] nautilus: update to 44.0.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index bf934b66f63c..4304eeddf6f9 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=43.2
+version=44.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -18,12 +18,9 @@ short_desc="GNOME file manager"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0
-# tests timeout:
-# 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
-make_check=extended
+checksum=57b99ebb8e2b9c1512d381e53096188c087b33410d6c52d87a27bd60ee76ac7f
 
 if [ "$CROSS_BUILD" ]; then
 	# tests try to use tracker-sandbox from the wrong path, because of some confusion with libdir:

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

* Re: [PR REVIEW] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (4 preceding siblings ...)
  2023-03-23 19:37 ` someone13574
@ 2023-03-23 19:52 ` someone13574
  2023-03-23 19:53 ` someone13574
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 19:52 UTC (permalink / raw)
  To: ml

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

New review comment by someone13574 on void-packages repository

https://github.com/void-linux/void-packages/pull/42939#discussion_r1146753876

Comment:
CI fails without it, local build works fine

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

* Re: [PR REVIEW] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (5 preceding siblings ...)
  2023-03-23 19:52 ` [PR REVIEW] " someone13574
@ 2023-03-23 19:53 ` someone13574
  2023-03-23 19:54 ` someone13574
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 19:53 UTC (permalink / raw)
  To: ml

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

New review comment by someone13574 on void-packages repository

https://github.com/void-linux/void-packages/pull/42939#discussion_r1146753876

Comment:
CI times out and fails without it, local build works fine

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

* Re: [PR REVIEW] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (6 preceding siblings ...)
  2023-03-23 19:53 ` someone13574
@ 2023-03-23 19:54 ` someone13574
  2023-03-23 19:59 ` [PR PATCH] [Updated] " someone13574
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 19:54 UTC (permalink / raw)
  To: ml

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

New review comment by someone13574 on void-packages repository

https://github.com/void-linux/void-packages/pull/42939#discussion_r1146753876

Comment:
CI times out and fails without it on x86_64-* and i686, local build works fine

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

* Re: [PR PATCH] [Updated] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (7 preceding siblings ...)
  2023-03-23 19:54 ` someone13574
@ 2023-03-23 19:59 ` someone13574
  2023-03-23 20:34 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 19:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages nautilus-44.0
https://github.com/void-linux/void-packages/pull/42939

nautilus: update to 44.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

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

From c94a2f9a48556d2b1391bc4955deeb35dfaeac05 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Wed, 22 Mar 2023 22:03:28 -0400
Subject: [PATCH] nautilus: update to 44.0.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index bf934b66f63c..e635fca59426 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=43.2
+version=44.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -18,11 +18,12 @@ short_desc="GNOME file manager"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0
-# tests timeout:
-# 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
+checksum=57b99ebb8e2b9c1512d381e53096188c087b33410d6c52d87a27bd60ee76ac7f
+
+# CI test timout:
+# 13/13 test-nautilus-search-engine-tracker            TIMEOUT        480.60s   killed by signal 15 SIGTERM
 make_check=extended
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR REVIEW] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (8 preceding siblings ...)
  2023-03-23 19:59 ` [PR PATCH] [Updated] " someone13574
@ 2023-03-23 20:34 ` paper42
  2023-03-23 21:50 ` [PR PATCH] [Updated] " someone13574
  2023-03-23 22:23 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-03-23 20:34 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42939#discussion_r1146802869

Comment:
then we should use ci-skip instead of extended

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

* Re: [PR PATCH] [Updated] nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (9 preceding siblings ...)
  2023-03-23 20:34 ` [PR REVIEW] " paper42
@ 2023-03-23 21:50 ` someone13574
  2023-03-23 22:23 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: someone13574 @ 2023-03-23 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages nautilus-44.0
https://github.com/void-linux/void-packages/pull/42939

nautilus: update to 44.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

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

From eafc5892b351ff42373f6330842e5efebba16292 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Wed, 22 Mar 2023 22:03:28 -0400
Subject: [PATCH] nautilus: update to 44.0.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index bf934b66f63c..91329f37d77d 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=43.2
+version=44.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -18,12 +18,12 @@ short_desc="GNOME file manager"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0
+checksum=57b99ebb8e2b9c1512d381e53096188c087b33410d6c52d87a27bd60ee76ac7f
 # tests timeout:
 # 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
-make_check=extended
+make_check=ci-skip
 
 if [ "$CROSS_BUILD" ]; then
 	# tests try to use tracker-sandbox from the wrong path, because of some confusion with libdir:

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

* Re: [PR PATCH] [Merged]: nautilus: update to 44.0.
  2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
                   ` (10 preceding siblings ...)
  2023-03-23 21:50 ` [PR PATCH] [Updated] " someone13574
@ 2023-03-23 22:23 ` paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-03-23 22:23 UTC (permalink / raw)
  To: ml

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

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

nautilus: update to 44.0.
https://github.com/void-linux/void-packages/pull/42939

Description:
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

end of thread, other threads:[~2023-03-23 22:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  2:06 [PR PATCH] nautilus: update to 44.0 someone13574
2023-03-23  8:39 ` [PR REVIEW] " paper42
2023-03-23 17:32 ` paper42
2023-03-23 19:08 ` [PR PATCH] [Updated] " someone13574
2023-03-23 19:09 ` someone13574
2023-03-23 19:37 ` someone13574
2023-03-23 19:52 ` [PR REVIEW] " someone13574
2023-03-23 19:53 ` someone13574
2023-03-23 19:54 ` someone13574
2023-03-23 19:59 ` [PR PATCH] [Updated] " someone13574
2023-03-23 20:34 ` [PR REVIEW] " paper42
2023-03-23 21:50 ` [PR PATCH] [Updated] " someone13574
2023-03-23 22:23 ` [PR PATCH] [Merged]: " paper42

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