mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 21:03:25 +00:00
bump(main/recoll): 1.39.2
Remove meson.build.patch file which was added in upstreamf9e6379138Remove python-recoll-setup.py.in.diff file which was changed in upstreame0d70a5b10
This commit is contained in:
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.recoll.org/
|
||||
TERMUX_PKG_DESCRIPTION="Full-text search for your desktop"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="1.39.1"
|
||||
TERMUX_PKG_VERSION="1.39.2"
|
||||
TERMUX_PKG_SRCURL=https://www.recoll.org/recoll-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=11e69d8ff027bb3b426fb548604cb884a6ddb87dc2ccae77b400ef23df8f5a64
|
||||
TERMUX_PKG_SHA256=46d7fc7bc2664ad95ba851894380b7c016c195b45033281974fba0f90ec3b48d
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="aspell, file, libc++, libiconv, libxapian, libxml2, libxslt, zlib"
|
||||
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
|
||||
@@ -23,9 +23,4 @@ termux_step_pre_configure() {
|
||||
LDFLAGS+=" $($CC -print-libgcc-file-name)"
|
||||
CXXFLAGS+=" -fPIC"
|
||||
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/python${TERMUX_PYTHON_VERSION}/"
|
||||
|
||||
echo "Applying python-recoll-setup.py.in.diff"
|
||||
sed "s|@PYTHON_VERSION@|${TERMUX_PYTHON_VERSION}|g" \
|
||||
$TERMUX_PKG_BUILDER_DIR/python-recoll-setup.py.in.diff \
|
||||
| patch --silent -p1
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -58,7 +58,7 @@
|
||||
# Searching for iconv is a meson 0.60 feature. Hopefully, for now all the systems where the
|
||||
# meson build is used have iconv in libc. Otherwise look at glib search for iconv for how to do
|
||||
# it.
|
||||
- #librecolldeps += dependency('iconv', method = 'auto')
|
||||
+ librecolldeps += dependency('iconv', method: 'auto')
|
||||
else
|
||||
librecoll_needed = false
|
||||
endif
|
||||
@@ -1,13 +0,0 @@
|
||||
--- a/python/recoll/setup.py.in
|
||||
+++ b/python/recoll/setup.py.in
|
||||
@@ -16,8 +16,8 @@
|
||||
# Ensure that we can build with an uninstalled lib from a build tree
|
||||
library_dirs = [os.path.realpath(os.path.join(localtop, '.libs'))]
|
||||
|
||||
-if "CYGWIN" in os.environ:
|
||||
- libraries = ['recoll', 'xapian', 'iconv', 'z']
|
||||
+if True:
|
||||
+ libraries = ['recoll', 'python@PYTHON_VERSION@', 'xslt', 'xml2', 'xapian', 'iconv', 'z']
|
||||
else:
|
||||
libraries = ['recoll']
|
||||
|
||||
Reference in New Issue
Block a user