Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] recoll: update to 1.26.0.
@ 2019-10-16 16:07 voidlinux-github
  2019-10-16 18:58 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-16 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages recoll
https://github.com/void-linux/void-packages/pull/15537

recoll: update to 1.26.0.
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

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

From e83fe58b0a6db6520d4f8498c9ffa5dbe25fecbb Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 19:00:51 +0300
Subject: [PATCH] recoll: update to 1.26.0.

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

diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 4ddcd6291ff..5f50a724b5b 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,18 +1,18 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.24.5
+version=1.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-python-module --enable-recollq --disable-x11mon"
 hostmakedepends="automake libtool gettext-devel qt5-qmake"
 makedepends="xapian-core-devel zlib-devel libuuid-devel qt5-webkit-devel qt5-devel
- aspell-devel"
+ aspell-devel libchmlib-devel libxslt-devel python3-setuptools python3-devel"
 short_desc="Full text search tool based on Xapian backend"
 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/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9b25f4494023fcea729ff96dd2bb525e78df14caf4ebab3a93377a0b1f50a382
+checksum=e6e8539ffe9877592722b6789eb53313e1310183e3b95ed77fe3babf755d9162
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel"

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

* Re: [PR PATCH] [Updated] recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
@ 2019-10-16 18:58 ` voidlinux-github
  2019-10-16 18:58 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-16 18:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages recoll
https://github.com/void-linux/void-packages/pull/15537

recoll: update to 1.26.0.
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

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

From 8e5f95bfc61505a57758c27ac5a364453d78a653 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 19:00:51 +0300
Subject: [PATCH] recoll: update to 1.26.0.

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

diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 4ddcd6291ff..865b8f513df 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,18 +1,18 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.24.5
+version=1.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-python-module --enable-recollq --disable-x11mon"
-hostmakedepends="automake libtool gettext-devel qt5-qmake"
+hostmakedepends="automake libtool gettext-devel qt5-qmake python3-setuptools"
 makedepends="xapian-core-devel zlib-devel libuuid-devel qt5-webkit-devel qt5-devel
- aspell-devel"
+ aspell-devel libchmlib-devel libxslt-devel python3-devel"
 short_desc="Full text search tool based on Xapian backend"
 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/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9b25f4494023fcea729ff96dd2bb525e78df14caf4ebab3a93377a0b1f50a382
+checksum=e6e8539ffe9877592722b6789eb53313e1310183e3b95ed77fe3babf755d9162
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel"

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

* Re: [PR PATCH] [Updated] recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
  2019-10-16 18:58 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-16 18:58 ` voidlinux-github
  2019-10-17  6:09 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-16 18:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages recoll
https://github.com/void-linux/void-packages/pull/15537

recoll: update to 1.26.0.
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

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

From 8e5f95bfc61505a57758c27ac5a364453d78a653 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 19:00:51 +0300
Subject: [PATCH] recoll: update to 1.26.0.

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

diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 4ddcd6291ff..865b8f513df 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,18 +1,18 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.24.5
+version=1.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-python-module --enable-recollq --disable-x11mon"
-hostmakedepends="automake libtool gettext-devel qt5-qmake"
+hostmakedepends="automake libtool gettext-devel qt5-qmake python3-setuptools"
 makedepends="xapian-core-devel zlib-devel libuuid-devel qt5-webkit-devel qt5-devel
- aspell-devel"
+ aspell-devel libchmlib-devel libxslt-devel python3-devel"
 short_desc="Full text search tool based on Xapian backend"
 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/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9b25f4494023fcea729ff96dd2bb525e78df14caf4ebab3a93377a0b1f50a382
+checksum=e6e8539ffe9877592722b6789eb53313e1310183e3b95ed77fe3babf755d9162
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel"

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

* Re: recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
  2019-10-16 18:58 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-16 18:58 ` voidlinux-github
@ 2019-10-17  6:09 ` voidlinux-github
  2019-10-18 16:52 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-17  6:09 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15537#issuecomment-543019841

Comment:
python3-devel is in makedepends, but I have` ./recollchm/swig_chm.c:152:11: fatal error: Python.h: No such file or directory`when cross-compiling. Tested in x86_64, works fine. 

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

* Re: [PR PATCH] [Updated] recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-18 16:52 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-18 16:52 ` voidlinux-github
  2019-10-18 17:37 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-18 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages recoll
https://github.com/void-linux/void-packages/pull/15537

recoll: update to 1.26.0.
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

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

From f269fe34504ab7b361e403e4fdf6d3b3d5b74111 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 19:00:51 +0300
Subject: [PATCH] recoll: update to 1.26.0.

---
 srcpkgs/recoll/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 4ddcd6291ff..7114bab9112 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,21 +1,21 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.24.5
+version=1.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-python-module --enable-recollq --disable-x11mon"
-hostmakedepends="automake libtool gettext-devel qt5-qmake"
+hostmakedepends="automake libtool gettext-devel qt5-qmake python3-setuptools"
 makedepends="xapian-core-devel zlib-devel libuuid-devel qt5-webkit-devel qt5-devel
- aspell-devel"
+ aspell-devel libchmlib-devel libxslt-devel python3-devel"
 short_desc="Full text search tool based on Xapian backend"
 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/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9b25f4494023fcea729ff96dd2bb525e78df14caf4ebab3a93377a0b1f50a382
+checksum=e6e8539ffe9877592722b6789eb53313e1310183e3b95ed77fe3babf755d9162
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel"
+	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel python3-devel"
 fi
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-17  6:09 ` voidlinux-github
@ 2019-10-18 16:52 ` voidlinux-github
  2019-10-18 16:52 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-18 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages recoll
https://github.com/void-linux/void-packages/pull/15537

recoll: update to 1.26.0.
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

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

From f269fe34504ab7b361e403e4fdf6d3b3d5b74111 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 19:00:51 +0300
Subject: [PATCH] recoll: update to 1.26.0.

---
 srcpkgs/recoll/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 4ddcd6291ff..7114bab9112 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,21 +1,21 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.24.5
+version=1.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-python-module --enable-recollq --disable-x11mon"
-hostmakedepends="automake libtool gettext-devel qt5-qmake"
+hostmakedepends="automake libtool gettext-devel qt5-qmake python3-setuptools"
 makedepends="xapian-core-devel zlib-devel libuuid-devel qt5-webkit-devel qt5-devel
- aspell-devel"
+ aspell-devel libchmlib-devel libxslt-devel python3-devel"
 short_desc="Full text search tool based on Xapian backend"
 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/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9b25f4494023fcea729ff96dd2bb525e78df14caf4ebab3a93377a0b1f50a382
+checksum=e6e8539ffe9877592722b6789eb53313e1310183e3b95ed77fe3babf755d9162
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel"
+	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel python3-devel"
 fi
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-18 16:52 ` voidlinux-github
@ 2019-10-18 17:37 ` voidlinux-github
  2019-10-18 17:37 ` voidlinux-github
  2019-10-28 20:51 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-18 17:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages recoll
https://github.com/void-linux/void-packages/pull/15537

recoll: update to 1.26.0.
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

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

From c34e5cba6aa6a60f5338ba2dac8255dab38a6a1b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 19:00:51 +0300
Subject: [PATCH] recoll: update to 1.26.0.

---
 srcpkgs/recoll/patches/qt-cross.patch | 25 -------------------------
 srcpkgs/recoll/template               | 13 +++++--------
 2 files changed, 5 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/recoll/patches/qt-cross.patch

diff --git a/srcpkgs/recoll/patches/qt-cross.patch b/srcpkgs/recoll/patches/qt-cross.patch
deleted file mode 100644
index 7822cf95833..00000000000
--- a/srcpkgs/recoll/patches/qt-cross.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- qtgui/recoll.pro.in	2017-07-01 08:16:34.000000000 +0200
-+++ qtgui/recoll.pro.in	2017-12-17 14:56:27.433648300 +0100
-@@ -1,6 +1,13 @@
- TEMPLATE        = app
- LANGUAGE        = C++
- 
-+QMAKE_CC        = @CC@
-+QMAKE_CXX       = @CXX@
-+QMAKE_LINK      = @CXX@
-+QMAKE_CFLAGS    = @CFLAGS@
-+QMAKE_CXXFLAGS  = @CXXFLAGS@
-+QMAKE_LFLAGS    = @LDFLAGS@
-+
- VPATH = @srcdir@
- DEFINES += BUILDING_RECOLL
- 
-@@ -160,7 +167,7 @@
- 
- unix {
-   isEmpty(PREFIX) {
--    PREFIX = /usr/local
-+    PREFIX = /usr
-   }
-   message("Prefix is $$PREFIX")
-   DEFINES += PREFIX=\\\"$$PREFIX\\\"
diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 4ddcd6291ff..3df9de619d6 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,22 +1,19 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.24.5
+version=1.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-python-module --enable-recollq --disable-x11mon"
-hostmakedepends="automake libtool gettext-devel qt5-qmake"
+hostmakedepends="automake libtool gettext-devel qt5-qmake python3-setuptools"
 makedepends="xapian-core-devel zlib-devel libuuid-devel qt5-webkit-devel qt5-devel
- aspell-devel"
+ aspell-devel libchmlib-devel libxslt-devel python3-devel"
 short_desc="Full text search tool based on Xapian backend"
 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/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9b25f4494023fcea729ff96dd2bb525e78df14caf4ebab3a93377a0b1f50a382
-
-if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel"
-fi
+checksum=e6e8539ffe9877592722b6789eb53313e1310183e3b95ed77fe3babf755d9162
+nocross=yes
 
 pre_configure() {
 	autoreconf -fi

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

* Re: [PR PATCH] [Updated] recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-18 17:37 ` voidlinux-github
@ 2019-10-18 17:37 ` voidlinux-github
  2019-10-28 20:51 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-18 17:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages recoll
https://github.com/void-linux/void-packages/pull/15537

recoll: update to 1.26.0.
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

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

From c34e5cba6aa6a60f5338ba2dac8255dab38a6a1b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 19:00:51 +0300
Subject: [PATCH] recoll: update to 1.26.0.

---
 srcpkgs/recoll/patches/qt-cross.patch | 25 -------------------------
 srcpkgs/recoll/template               | 13 +++++--------
 2 files changed, 5 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/recoll/patches/qt-cross.patch

diff --git a/srcpkgs/recoll/patches/qt-cross.patch b/srcpkgs/recoll/patches/qt-cross.patch
deleted file mode 100644
index 7822cf95833..00000000000
--- a/srcpkgs/recoll/patches/qt-cross.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- qtgui/recoll.pro.in	2017-07-01 08:16:34.000000000 +0200
-+++ qtgui/recoll.pro.in	2017-12-17 14:56:27.433648300 +0100
-@@ -1,6 +1,13 @@
- TEMPLATE        = app
- LANGUAGE        = C++
- 
-+QMAKE_CC        = @CC@
-+QMAKE_CXX       = @CXX@
-+QMAKE_LINK      = @CXX@
-+QMAKE_CFLAGS    = @CFLAGS@
-+QMAKE_CXXFLAGS  = @CXXFLAGS@
-+QMAKE_LFLAGS    = @LDFLAGS@
-+
- VPATH = @srcdir@
- DEFINES += BUILDING_RECOLL
- 
-@@ -160,7 +167,7 @@
- 
- unix {
-   isEmpty(PREFIX) {
--    PREFIX = /usr/local
-+    PREFIX = /usr
-   }
-   message("Prefix is $$PREFIX")
-   DEFINES += PREFIX=\\\"$$PREFIX\\\"
diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 4ddcd6291ff..3df9de619d6 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,22 +1,19 @@
 # Template file for 'recoll'
 pkgname=recoll
-version=1.24.5
+version=1.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-python-module --enable-recollq --disable-x11mon"
-hostmakedepends="automake libtool gettext-devel qt5-qmake"
+hostmakedepends="automake libtool gettext-devel qt5-qmake python3-setuptools"
 makedepends="xapian-core-devel zlib-devel libuuid-devel qt5-webkit-devel qt5-devel
- aspell-devel"
+ aspell-devel libchmlib-devel libxslt-devel python3-devel"
 short_desc="Full text search tool based on Xapian backend"
 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/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9b25f4494023fcea729ff96dd2bb525e78df14caf4ebab3a93377a0b1f50a382
-
-if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel"
-fi
+checksum=e6e8539ffe9877592722b6789eb53313e1310183e3b95ed77fe3babf755d9162
+nocross=yes
 
 pre_configure() {
 	autoreconf -fi

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

* Re: [PR PATCH] [Closed]: recoll: update to 1.26.0.
  2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-18 17:37 ` voidlinux-github
@ 2019-10-28 20:51 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-28 20:51 UTC (permalink / raw)
  To: ml

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

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

recoll: update to 1.26.0.
https://github.com/void-linux/void-packages/pull/15537

Description:
Libchmlib and python are necessary  as dependencies. Recoll tries to build a python libchm wrapper even if it is disabled during the configure step.

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

end of thread, other threads:[~2019-10-28 20:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16 16:07 [PR PATCH] recoll: update to 1.26.0 voidlinux-github
2019-10-16 18:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-16 18:58 ` voidlinux-github
2019-10-17  6:09 ` voidlinux-github
2019-10-18 16:52 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-18 16:52 ` voidlinux-github
2019-10-18 17:37 ` voidlinux-github
2019-10-18 17:37 ` voidlinux-github
2019-10-28 20:51 ` [PR PATCH] [Closed]: " 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).