Github messages for voidlinux
 help / color / mirror / Atom feed
From: dmarto <dmarto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] recoll: update to 1.36.1.
Date: Sun, 05 Nov 2023 20:49:29 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47081@inbox.vuxu.org> (raw)

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

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

https://github.com/dmarto/void-packages recoll
https://github.com/void-linux/void-packages/pull/47081

recoll: update to 1.36.1.
#### 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)


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

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

From 4cf987a9164a592ae1e113a2c6d6d6a6acc75b37 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Sun, 5 Nov 2023 21:39:48 +0200
Subject: [PATCH] recoll: update to 1.36.1.

---
 srcpkgs/recoll/patches/musl.patch |  2 +-
 srcpkgs/recoll/template           | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/recoll/patches/musl.patch b/srcpkgs/recoll/patches/musl.patch
index d633e92b9df11..f4466ca093e42 100644
--- a/srcpkgs/recoll/patches/musl.patch
+++ b/srcpkgs/recoll/patches/musl.patch
@@ -31,7 +31,7 @@ index 7093ead..0ecd56b 100644
  #define REAL_GCC   __GNUC__ // probably
  #endif
  
--#ifdef REAL_GCC
+-#if defined(REAL_GCC) && defined(HAVE_FEATURES_H)
 -// Older gcc versions pretended to supply std::regex, but the resulting programs mostly crashed.
 -#include <features.h>
 -#if ! __GNUC_PREREQ(6,0)
diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index cbcc61e13cd0e..f40ae6364136d 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,11 +1,12 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.32.7
-revision=3
+version=1.36.1
+revision=1
 build_style=gnu-configure
 build_helper="qmake python3"
-configure_args="--enable-recollq --disable-python-chm --disable-x11mon
- --disable-webkit --without-systemd --disable-rpath"
+configure_args="--enable-recollq --without-systemd --disable-webkit
+ --disable-x11mon --disable-python-chm --disable-python-aspell
+ --disable-publiclib"
 hostmakedepends="pkg-config gettext-devel qt5-qmake qt5-host-tools
  which python3-setuptools"
 makedepends="libxslt-devel xapian-core-devel zlib-devel qt5-devel
@@ -15,4 +16,4 @@ maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.lesbonscomptes.com/recoll/"
 distfiles="https://www.lesbonscomptes.com/recoll/recoll-${version}.tar.gz"
-checksum=ca08a6f4bb0b519bf915a062a9b7aadc4f343473cc1f07895708208d66337dba
+checksum=22a53984462ea782e21875012130e2b9ddeb14a30c5c083e84e55570cff35678

             reply	other threads:[~2023-11-05 19:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-05 19:49 dmarto [this message]
2024-02-04  1:46 ` github-actions
2024-02-18  1:46 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47081@inbox.vuxu.org \
    --to=dmarto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).