Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tracker{,-miners}: update to 3.7.3
@ 2024-06-22  9:12 chrysos349
  2024-06-23  8:42 ` oreo639
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: chrysos349 @ 2024-06-22  9:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tracker
https://github.com/void-linux/void-packages/pull/50928

tracker{,-miners}: update to 3.7.3
#### 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)

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

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

From b451baa9755019687a790484dda0a76fe6a82f36 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:02:09 +0300
Subject: [PATCH 1/2] tracker: update to 3.7.3

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

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 8b0d9e3658c354..ade0b53255ac82 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker'
 pkgname=tracker
-version=3.7.1
+version=3.7.3
 revision=1
 build_style=meson
 build_helper="gir qemu"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Tracker"
 changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
-checksum=cd91b885ee9839cde5387f8e05ed24a7108d1627629cb6b1b2aa51a9603e130a
+checksum=ab3d4a50937e04c5ed7846f6dbb999e2909819402f389ca592ee6b77dd28d1f9
 make_check_pre="dbus-run-session"
 
 if [ "$CROSS_BUILD" ]; then

From 44f5734623ffa3b93037d1f4880f5bec11816edb Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:09:56 +0300
Subject: [PATCH 2/2] tracker-miners: update to 3.7.3

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 92b3863efd342c..060869c2030066 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.7.1
-revision=2
+version=3.7.3
+revision=1
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss
@@ -28,7 +28,7 @@ license="GPL-2.0-or-later"
 homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=50a3abe40cfb0b35ced43ec716dbf1368992e444ef7a0babf202c7ac6ab2f6f4
+checksum=e74388154b5c197b4b7ee42f0dce8c5fbbddd4d361093ef88d4fb303e33da5fe
 make_check_pre="dbus-run-session"
 make_check=ci-skip # TODO: d-bus tests timeout ci
 

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

* Re: tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
@ 2024-06-23  8:42 ` oreo639
  2024-06-23  8:44 ` oreo639
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-06-23  8:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/50928#issuecomment-2184904749

Comment:
You need to add `-Dfanotify=disabled` to tracker-miners when building on musl until musl is updated to 2.x (or fanotify support it patched in).

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

* Re: tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
  2024-06-23  8:42 ` oreo639
@ 2024-06-23  8:44 ` oreo639
  2024-06-23  9:08 ` [PR PATCH] [Updated] " chrysos349
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-06-23  8:44 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/50928#issuecomment-2184904749

Comment:
You need to add `-Dfanotify=disabled` to tracker-miners when building on musl until musl is updated to 2.x (or fanotify support is patched in).

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

* Re: [PR PATCH] [Updated] tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
  2024-06-23  8:42 ` oreo639
  2024-06-23  8:44 ` oreo639
@ 2024-06-23  9:08 ` chrysos349
  2024-06-23  9:24 ` [PR REVIEW] " oreo639
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: chrysos349 @ 2024-06-23  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tracker
https://github.com/void-linux/void-packages/pull/50928

tracker{,-miners}: update to 3.7.3
#### 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)

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

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

From 48a12af2d04916de539a822f0ddaf7f7b49f8dee Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:02:09 +0300
Subject: [PATCH 1/2] tracker: update to 3.7.3

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

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 8b0d9e3658c354..ade0b53255ac82 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker'
 pkgname=tracker
-version=3.7.1
+version=3.7.3
 revision=1
 build_style=meson
 build_helper="gir qemu"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Tracker"
 changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
-checksum=cd91b885ee9839cde5387f8e05ed24a7108d1627629cb6b1b2aa51a9603e130a
+checksum=ab3d4a50937e04c5ed7846f6dbb999e2909819402f389ca592ee6b77dd28d1f9
 make_check_pre="dbus-run-session"
 
 if [ "$CROSS_BUILD" ]; then

From 59b62eca89b602fe586286d8e5cf98a0d2739e83 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:09:56 +0300
Subject: [PATCH 2/2] tracker-miners: update to 3.7.3

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 92b3863efd342c..fd6cd04cdfbba5 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.7.1
-revision=2
+version=3.7.3
+revision=1
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss
@@ -28,7 +28,7 @@ license="GPL-2.0-or-later"
 homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=50a3abe40cfb0b35ced43ec716dbf1368992e444ef7a0babf202c7ac6ab2f6f4
+checksum=e74388154b5c197b4b7ee42f0dce8c5fbbddd4d361093ef88d4fb303e33da5fe
 make_check_pre="dbus-run-session"
 make_check=ci-skip # TODO: d-bus tests timeout ci
 
@@ -36,6 +36,10 @@ build_options="landlock"
 desc_option_landlock="Enable enhanced sandboxing (requires linux5.13+ kernel support)"
 build_options_default="landlock"
 
+if [ "$XBPS_LIBC" = "musl" ]; then
+	configure_args+=" -Dfanotify=disabled"
+fi
+
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	CFLAGS+=" -DSYS_landlock_create_ruleset=444 -DSYS_landlock_add_rule=445 -DSYS_landlock_restrict_self=446"
 fi

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

* Re: [PR REVIEW] tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
                   ` (2 preceding siblings ...)
  2024-06-23  9:08 ` [PR PATCH] [Updated] " chrysos349
@ 2024-06-23  9:24 ` oreo639
  2024-06-23 10:42 ` [PR PATCH] [Updated] " chrysos349
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-06-23  9:24 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/50928#discussion_r1650027662

Comment:
This should be `$XBPS_TARGET_LIBC`

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

* Re: [PR PATCH] [Updated] tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
                   ` (3 preceding siblings ...)
  2024-06-23  9:24 ` [PR REVIEW] " oreo639
@ 2024-06-23 10:42 ` chrysos349
  2024-06-23 18:48 ` chrysos349
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: chrysos349 @ 2024-06-23 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tracker
https://github.com/void-linux/void-packages/pull/50928

tracker{,-miners}: update to 3.7.3
#### 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)

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

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

From 2978cda6ecd94ddb8c3da7cc03532aecba7cf6d1 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:02:09 +0300
Subject: [PATCH 1/2] tracker: update to 3.7.3

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

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 8b0d9e3658c354..ade0b53255ac82 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker'
 pkgname=tracker
-version=3.7.1
+version=3.7.3
 revision=1
 build_style=meson
 build_helper="gir qemu"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Tracker"
 changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
-checksum=cd91b885ee9839cde5387f8e05ed24a7108d1627629cb6b1b2aa51a9603e130a
+checksum=ab3d4a50937e04c5ed7846f6dbb999e2909819402f389ca592ee6b77dd28d1f9
 make_check_pre="dbus-run-session"
 
 if [ "$CROSS_BUILD" ]; then

From 544f4efcd9130e8499a02b10c73a3379af379b84 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:09:56 +0300
Subject: [PATCH 2/2] tracker-miners: update to 3.7.3

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 92b3863efd342c..169cfc58afae52 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.7.1
-revision=2
+version=3.7.3
+revision=1
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss
@@ -28,7 +28,7 @@ license="GPL-2.0-or-later"
 homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=50a3abe40cfb0b35ced43ec716dbf1368992e444ef7a0babf202c7ac6ab2f6f4
+checksum=e74388154b5c197b4b7ee42f0dce8c5fbbddd4d361093ef88d4fb303e33da5fe
 make_check_pre="dbus-run-session"
 make_check=ci-skip # TODO: d-bus tests timeout ci
 
@@ -38,6 +38,7 @@ build_options_default="landlock"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	CFLAGS+=" -DSYS_landlock_create_ruleset=444 -DSYS_landlock_add_rule=445 -DSYS_landlock_restrict_self=446"
+	configure_args+=" -Dfanotify=disabled"
 fi
 
 pre_check() {

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

* Re: [PR PATCH] [Updated] tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
                   ` (4 preceding siblings ...)
  2024-06-23 10:42 ` [PR PATCH] [Updated] " chrysos349
@ 2024-06-23 18:48 ` chrysos349
  2024-06-24  5:27 ` chrysos349
  2024-06-24 21:16 ` [PR PATCH] [Merged]: " oreo639
  7 siblings, 0 replies; 9+ messages in thread
From: chrysos349 @ 2024-06-23 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tracker
https://github.com/void-linux/void-packages/pull/50928

tracker{,-miners}: update to 3.7.3
#### 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)

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

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

From 2cd5be6362afe00fa89e6db8bd3ec7819ef4e8f1 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:02:09 +0300
Subject: [PATCH 1/2] tracker: update to 3.7.3

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

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 8b0d9e3658c354..ade0b53255ac82 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker'
 pkgname=tracker
-version=3.7.1
+version=3.7.3
 revision=1
 build_style=meson
 build_helper="gir qemu"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Tracker"
 changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
-checksum=cd91b885ee9839cde5387f8e05ed24a7108d1627629cb6b1b2aa51a9603e130a
+checksum=ab3d4a50937e04c5ed7846f6dbb999e2909819402f389ca592ee6b77dd28d1f9
 make_check_pre="dbus-run-session"
 
 if [ "$CROSS_BUILD" ]; then

From 771489de9ee51c45f20146e557013ed3fedcd9b8 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:09:56 +0300
Subject: [PATCH 2/2] tracker-miners: update to 3.7.3

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 92b3863efd342c..169cfc58afae52 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.7.1
-revision=2
+version=3.7.3
+revision=1
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss
@@ -28,7 +28,7 @@ license="GPL-2.0-or-later"
 homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=50a3abe40cfb0b35ced43ec716dbf1368992e444ef7a0babf202c7ac6ab2f6f4
+checksum=e74388154b5c197b4b7ee42f0dce8c5fbbddd4d361093ef88d4fb303e33da5fe
 make_check_pre="dbus-run-session"
 make_check=ci-skip # TODO: d-bus tests timeout ci
 
@@ -38,6 +38,7 @@ build_options_default="landlock"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	CFLAGS+=" -DSYS_landlock_create_ruleset=444 -DSYS_landlock_add_rule=445 -DSYS_landlock_restrict_self=446"
+	configure_args+=" -Dfanotify=disabled"
 fi
 
 pre_check() {

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

* Re: [PR PATCH] [Updated] tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
                   ` (5 preceding siblings ...)
  2024-06-23 18:48 ` chrysos349
@ 2024-06-24  5:27 ` chrysos349
  2024-06-24 21:16 ` [PR PATCH] [Merged]: " oreo639
  7 siblings, 0 replies; 9+ messages in thread
From: chrysos349 @ 2024-06-24  5:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tracker
https://github.com/void-linux/void-packages/pull/50928

tracker{,-miners}: update to 3.7.3
#### 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)

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

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

From 3191219dab98af7477d53c37fc34b0ae8ad4f7db Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:02:09 +0300
Subject: [PATCH 1/2] tracker: update to 3.7.3

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

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 8b0d9e3658c354..ade0b53255ac82 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker'
 pkgname=tracker
-version=3.7.1
+version=3.7.3
 revision=1
 build_style=meson
 build_helper="gir qemu"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Tracker"
 changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
-checksum=cd91b885ee9839cde5387f8e05ed24a7108d1627629cb6b1b2aa51a9603e130a
+checksum=ab3d4a50937e04c5ed7846f6dbb999e2909819402f389ca592ee6b77dd28d1f9
 make_check_pre="dbus-run-session"
 
 if [ "$CROSS_BUILD" ]; then

From 1d4c896dbdd84ea0e66d643e26a989150b8ed435 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 22 Jun 2024 12:09:56 +0300
Subject: [PATCH 2/2] tracker-miners: update to 3.7.3

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 92b3863efd342c..169cfc58afae52 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.7.1
-revision=2
+version=3.7.3
+revision=1
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss
@@ -28,7 +28,7 @@ license="GPL-2.0-or-later"
 homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=50a3abe40cfb0b35ced43ec716dbf1368992e444ef7a0babf202c7ac6ab2f6f4
+checksum=e74388154b5c197b4b7ee42f0dce8c5fbbddd4d361093ef88d4fb303e33da5fe
 make_check_pre="dbus-run-session"
 make_check=ci-skip # TODO: d-bus tests timeout ci
 
@@ -38,6 +38,7 @@ build_options_default="landlock"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	CFLAGS+=" -DSYS_landlock_create_ruleset=444 -DSYS_landlock_add_rule=445 -DSYS_landlock_restrict_self=446"
+	configure_args+=" -Dfanotify=disabled"
 fi
 
 pre_check() {

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

* Re: [PR PATCH] [Merged]: tracker{,-miners}: update to 3.7.3
  2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
                   ` (6 preceding siblings ...)
  2024-06-24  5:27 ` chrysos349
@ 2024-06-24 21:16 ` oreo639
  7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-06-24 21:16 UTC (permalink / raw)
  To: ml

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

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

tracker{,-miners}: update to 3.7.3
https://github.com/void-linux/void-packages/pull/50928

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)

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

end of thread, other threads:[~2024-06-24 21:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-22  9:12 [PR PATCH] tracker{,-miners}: update to 3.7.3 chrysos349
2024-06-23  8:42 ` oreo639
2024-06-23  8:44 ` oreo639
2024-06-23  9:08 ` [PR PATCH] [Updated] " chrysos349
2024-06-23  9:24 ` [PR REVIEW] " oreo639
2024-06-23 10:42 ` [PR PATCH] [Updated] " chrysos349
2024-06-23 18:48 ` chrysos349
2024-06-24  5:27 ` chrysos349
2024-06-24 21:16 ` [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).