Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Tracker
@ 2019-10-23 16:23 voidlinux-github
  2019-10-24 11:00 ` tracker, tracker-miners: update to 2.3.1 voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-23 16:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages tracker
https://github.com/void-linux/void-packages/pull/15740

Tracker


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

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

From 398d7b2011097025ce59eb6e946f550794efda36 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Oct 2019 19:22:44 +0300
Subject: [PATCH 1/2] tracker: update to 2.3.1.

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

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

From 68e3e93f7ae7f49eeeed331a3b288ebc55f06685 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Oct 2019 19:22:52 +0300
Subject: [PATCH 2/2] tracker-miners: update to 2.3.1.

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 7c63c1758c2..bde058699e4 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=2.2.2
+version=2.3.1
 revision=1
 build_style=meson
 configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true
@@ -23,7 +23,7 @@ maintainer="Sir_Boops <admin@boops.me>"
 license="GPL-2.0-or-later"
 homepage="https://developer.gnome.org/libtracker-miner/stable"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=3c3688debc60d57e9239952078ed32f97735aa60ab39662a9568552595ea654e
+checksum=7b1de06a7a79ea1c7813c8a21f8cd1c55f2b95f799cf9f47f0204f3be8a590e0
 
 # Missing libgrss
 configure_args+=" -Dminer_rss=false"

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

* Re: tracker, tracker-miners: update to 2.3.1
  2019-10-23 16:23 [PR PATCH] Tracker voidlinux-github
@ 2019-10-24 11:00 ` voidlinux-github
  2019-10-24 11:05 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24 11:00 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15740#issuecomment-545865319

Comment:
```
meson.build:337:0: ERROR: Program(s) ['dbus-run-session'] not found or not executable
```

while cross-compiling.

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

* Re: tracker, tracker-miners: update to 2.3.1
  2019-10-23 16:23 [PR PATCH] Tracker voidlinux-github
  2019-10-24 11:00 ` tracker, tracker-miners: update to 2.3.1 voidlinux-github
@ 2019-10-24 11:05 ` voidlinux-github
  2019-10-24 12:08 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24 11:05 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15740#issuecomment-545867062

Comment:
> ```
> meson.build:337:0: ERROR: Program(s) ['dbus-run-session'] not found or not executable
> ```
> 
> while cross-compiling.

I will add dbus on hostmakedepends and test, thank you.

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

* Re: [PR PATCH] [Updated] tracker, tracker-miners: update to 2.3.1
  2019-10-23 16:23 [PR PATCH] Tracker voidlinux-github
  2019-10-24 11:00 ` tracker, tracker-miners: update to 2.3.1 voidlinux-github
  2019-10-24 11:05 ` voidlinux-github
@ 2019-10-24 12:08 ` voidlinux-github
  2019-10-24 12:08 ` voidlinux-github
  2019-10-25 18:39 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24 12:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages tracker
https://github.com/void-linux/void-packages/pull/15740

tracker, tracker-miners: update to 2.3.1


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

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

From 85e59fed40541625e5967145b017b49e3b79eab5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Oct 2019 19:22:44 +0300
Subject: [PATCH 1/2] tracker: update to 2.3.1.

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

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

From b5419ad9691af1e0e93a1280230250248946909a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Oct 2019 19:22:52 +0300
Subject: [PATCH 2/2] tracker-miners: update to 2.3.1.

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 7c63c1758c2..bde058699e4 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=2.2.2
+version=2.3.1
 revision=1
 build_style=meson
 configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true
@@ -23,7 +23,7 @@ maintainer="Sir_Boops <admin@boops.me>"
 license="GPL-2.0-or-later"
 homepage="https://developer.gnome.org/libtracker-miner/stable"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=3c3688debc60d57e9239952078ed32f97735aa60ab39662a9568552595ea654e
+checksum=7b1de06a7a79ea1c7813c8a21f8cd1c55f2b95f799cf9f47f0204f3be8a590e0
 
 # Missing libgrss
 configure_args+=" -Dminer_rss=false"

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

* Re: [PR PATCH] [Updated] tracker, tracker-miners: update to 2.3.1
  2019-10-23 16:23 [PR PATCH] Tracker voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-24 12:08 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-24 12:08 ` voidlinux-github
  2019-10-25 18:39 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24 12:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages tracker
https://github.com/void-linux/void-packages/pull/15740

tracker, tracker-miners: update to 2.3.1


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

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

From 85e59fed40541625e5967145b017b49e3b79eab5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Oct 2019 19:22:44 +0300
Subject: [PATCH 1/2] tracker: update to 2.3.1.

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

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

From b5419ad9691af1e0e93a1280230250248946909a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Oct 2019 19:22:52 +0300
Subject: [PATCH 2/2] tracker-miners: update to 2.3.1.

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 7c63c1758c2..bde058699e4 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=2.2.2
+version=2.3.1
 revision=1
 build_style=meson
 configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true
@@ -23,7 +23,7 @@ maintainer="Sir_Boops <admin@boops.me>"
 license="GPL-2.0-or-later"
 homepage="https://developer.gnome.org/libtracker-miner/stable"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=3c3688debc60d57e9239952078ed32f97735aa60ab39662a9568552595ea654e
+checksum=7b1de06a7a79ea1c7813c8a21f8cd1c55f2b95f799cf9f47f0204f3be8a590e0
 
 # Missing libgrss
 configure_args+=" -Dminer_rss=false"

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

* Re: [PR PATCH] [Merged]: tracker, tracker-miners: update to 2.3.1
  2019-10-23 16:23 [PR PATCH] Tracker voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-24 12:08 ` voidlinux-github
@ 2019-10-25 18:39 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-25 18:39 UTC (permalink / raw)
  To: ml

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

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

tracker, tracker-miners: update to 2.3.1
https://github.com/void-linux/void-packages/pull/15740

Description:


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

end of thread, other threads:[~2019-10-25 18:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 16:23 [PR PATCH] Tracker voidlinux-github
2019-10-24 11:00 ` tracker, tracker-miners: update to 2.3.1 voidlinux-github
2019-10-24 11:05 ` voidlinux-github
2019-10-24 12:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-24 12:08 ` voidlinux-github
2019-10-25 18:39 ` [PR PATCH] [Merged]: " 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).