Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tracker: update to 3.5.0.
@ 2023-03-24  0:59 oreo639
  2023-03-24  1:31 ` [PR PATCH] [Updated] " oreo639
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: oreo639 @ 2023-03-24  0:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages tracker
https://github.com/void-linux/void-packages/pull/42967

tracker: update to 3.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 523dcef686ca5627154cd5c9221df114b59994eb Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Mar 2023 17:33:41 -0700
Subject: [PATCH 1/2] tracker: update to 3.5.0.

---
 srcpkgs/tracker/patches/disable-cli-test.patch | 14 +++++++-------
 srcpkgs/tracker/template                       |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/tracker/patches/disable-cli-test.patch b/srcpkgs/tracker/patches/disable-cli-test.patch
index 7b3f90302925..98db4cbf3fe9 100644
--- a/srcpkgs/tracker/patches/disable-cli-test.patch
+++ b/srcpkgs/tracker/patches/disable-cli-test.patch
@@ -1,11 +1,11 @@
 fails to create database and then times out at creating a http server
 --- a/tests/functional-tests/meson.build
 +++ b/tests/functional-tests/meson.build
-@@ -35,7 +35,6 @@ functional_tests = [
-   'collation',
-   'ontology-changes',
-   'ontology-rollback',
--  'cli',
-   'portal',
- ]
+@@ -18,7 +18,6 @@ testconf.set('TEST_TAP_ENABLED', get_opt
+ subdir('config')
  
+ functional_tests = [
+-  'test_cli',
+   'test_coalesce',
+   'test_collation',
+   'test_concurrent_query',
diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index df004713e155..16f14211f4b5 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker'
 pkgname=tracker
-version=3.4.2
+version=3.5.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -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=4e6df142a4f704878fca98ebb5a224750e5ea546aa2aaabaa726a73540bd1731
+checksum=13294275dbbbad9634b3a8390c08e6f12bebfe84f6ccafb72b27b0c23ba8da2f
 make_check_pre="dbus-run-session"
 
 if [ "$CROSS_BUILD" ]; then

From ccaf0bf663869b6655eaac416c439dba3c11d820 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Mar 2023 17:34:00 -0700
Subject: [PATCH 2/2] tracker-miners: update to 3.5.0.

---
 srcpkgs/tracker-miners/patches/build.patch | 25 ----------------------
 srcpkgs/tracker-miners/template            |  4 ++--
 2 files changed, 2 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/tracker-miners/patches/build.patch

diff --git a/srcpkgs/tracker-miners/patches/build.patch b/srcpkgs/tracker-miners/patches/build.patch
deleted file mode 100644
index 9fd55b1d6324..000000000000
--- a/srcpkgs/tracker-miners/patches/build.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 8d709c3b55dc92621d5871fb429a02c78cc4b2d8 Mon Sep 17 00:00:00 2001
-From: Daniel Kolesa <daniel@octaforge.org>
-Date: Wed, 16 Sep 2020 23:57:32 +0200
-Subject: [PATCH] fix build
-
----
- src/libtracker-miner/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git src/libtracker-miner/meson.build src/libtracker-miner/meson.build
-index a226623..9eacee3 100644
---- a/src/libtracker-miner/meson.build
-+++ b/src/libtracker-miner/meson.build
-@@ -40,7 +40,7 @@ endif
- 
- libtracker_miner = library(
-     'tracker-miner-' + tracker_api_version,
--    miner_enums[0], miner_enums[1], miner_sources,
-+    miner_enums[0], miner_enums[1], tracker_miners_common_enum_header, miner_sources,
-     c_args: tracker_c_args,
-     install: true,
-     install_dir: tracker_internal_libs_dir,
--- 
-2.28.0
-
diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 3e7966c2b4a9..09af42dbc977 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.4.3
+version=3.5.0
 revision=1
 build_style=meson
 build_helper=qemu
@@ -27,7 +27,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=8e4f3976472641b648d0f8f20debae1b1629ca5b560b8616e117d29d756fbeeb
+checksum=17966603dc432a98526b490586a48acd7f9f59935f7895dfc51729a46a6901a3
 make_check=no # relies on unsupported ops in chroot
 
 tracker3-miners_package() {

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

end of thread, other threads:[~2023-03-24 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  0:59 [PR PATCH] tracker: update to 3.5.0 oreo639
2023-03-24  1:31 ` [PR PATCH] [Updated] " oreo639
2023-03-24  1:49 ` oreo639
2023-03-24 19:47 ` [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).