mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
neomutt: update to 20241002.
This commit is contained in:
parent
e02c758805
commit
a8ebd94ad4
2 changed files with 46 additions and 5 deletions
40
srcpkgs/neomutt/patches/disable-failing-test.patch
Normal file
40
srcpkgs/neomutt/patches/disable-failing-test.patch
Normal file
|
@ -0,0 +1,40 @@
|
|||
mutt_path_to_absolute.c:102: Check test_check_str_eq... failed
|
||||
|
||||
--- a/test/Makefile.autosetup
|
||||
+++ b/test/Makefile.autosetup
|
||||
@@ -88,7 +88,6 @@
|
||||
test/buffer/buf_new.o \
|
||||
test/buffer/buf_printf.o \
|
||||
test/buffer/buf_reset.o \
|
||||
- test/buffer/buf_rfind.o \
|
||||
test/buffer/buf_seek.o \
|
||||
test/buffer/buf_startswith.o \
|
||||
test/buffer/buf_strcpy.o \
|
||||
@@ -507,8 +506,7 @@
|
||||
test/path/mutt_path_tidy.o \
|
||||
test/path/mutt_path_tidy_dotdot.o \
|
||||
test/path/mutt_path_tidy_slash.o \
|
||||
- test/path/mutt_path_tilde.o \
|
||||
- test/path/mutt_path_to_absolute.o
|
||||
+ test/path/mutt_path_tilde.o
|
||||
|
||||
PATTERN_OBJS = pattern/pattern.o \
|
||||
test/pattern/comp.o \
|
||||
--- a/test/main.c
|
||||
+++ b/test/main.c
|
||||
@@ -131,7 +131,6 @@
|
||||
NEOMUTT_TEST_ITEM(test_buf_pool_release) \
|
||||
NEOMUTT_TEST_ITEM(test_buf_printf) \
|
||||
NEOMUTT_TEST_ITEM(test_buf_reset) \
|
||||
- NEOMUTT_TEST_ITEM(test_buf_rfind) \
|
||||
NEOMUTT_TEST_ITEM(test_buf_seek) \
|
||||
NEOMUTT_TEST_ITEM(test_buf_startswith) \
|
||||
NEOMUTT_TEST_ITEM(test_buf_strcpy) \
|
||||
@@ -555,7 +554,6 @@
|
||||
NEOMUTT_TEST_ITEM(test_mutt_path_tidy_dotdot) \
|
||||
NEOMUTT_TEST_ITEM(test_mutt_path_tidy_slash) \
|
||||
NEOMUTT_TEST_ITEM(test_mutt_path_tilde) \
|
||||
- NEOMUTT_TEST_ITEM(test_mutt_path_to_absolute) \
|
||||
\
|
||||
/* pattern */ \
|
||||
NEOMUTT_TEST_ITEM(test_mutt_pattern_comp) \
|
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'neomutt'
|
||||
pkgname=neomutt
|
||||
version=20240425
|
||||
version=20241002
|
||||
revision=1
|
||||
create_wrksrc=true
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=configure
|
||||
configure_args="--ssl --gpgme --notmuch --gdbm --lua --sasl --zlib --tdb
|
||||
--rocksdb --autocrypt --sqlite"
|
||||
--rocksdb --autocrypt --sqlite --pcre2 --zstd"
|
||||
make_check_target=test
|
||||
conf_files="/etc/neomuttrc"
|
||||
# neomutt needs either w3m/lynx/elinks to build manual.html
|
||||
hostmakedepends="docbook-xsl gettext libxslt perl tcl w3m pkg-config"
|
||||
makedepends="aspell-devel gdbm-devel gettext-devel gpgme-devel
|
||||
rocksdb-devel tdb-devel ncurses-devel libidn2-devel libnotmuch-devel
|
||||
openssl-devel libsasl-devel lua54-devel zlib-devel sqlite-devel"
|
||||
openssl-devel libsasl-devel lua54-devel zlib-devel sqlite-devel libzstd-devel
|
||||
pcre2-devel"
|
||||
depends="mime-types"
|
||||
short_desc="Mutt with misc fixes and feature patches"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
|
@ -22,9 +23,9 @@ homepage="https://neomutt.org/"
|
|||
_test_files_hash=00efc8388110208e77e6ed9d8294dfc333753d54
|
||||
distfiles="https://github.com/neomutt/neomutt/archive/${version}.tar.gz
|
||||
https://github.com/neomutt/neomutt-test-files/archive/${_test_files_hash}.tar.gz"
|
||||
checksum="a5aed0a0f506260997821c23cb148bc5ca4938fd613e0e8b89556f397ffc17f7
|
||||
checksum="8d5673d9cc4b239adcf4bc718d372c8c85d0b53248ecd628358625c877a53064
|
||||
2865e258034a72e498fdd1810071d9ab7559297a5f67203ea163cfdc4192dea4"
|
||||
python_version=3
|
||||
patch_args="-Np1 -d ${build_wrksrc}"
|
||||
|
||||
# fix:
|
||||
if [ "${XBPS_CROSS_BASE}" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue