Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mu4e: update to 1.10.0
@ 2023-03-30 14:18 pascal-huber
  2023-04-01 10:31 ` [PR PATCH] [Updated] " pascal-huber
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pascal-huber @ 2023-03-30 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages mu4e_1.10.0_1
https://github.com/void-linux/void-packages/pull/43116

mu4e: update to 1.10.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mu4e_1.10.0_1-43116.patch --]
[-- Type: text/x-diff, Size: 1590 bytes --]

From ea0d19e44f0a82efb32bf185ea73b058179a1b27 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 30 Mar 2023 16:02:31 +0200
Subject: [PATCH] mu4e: update to 1.10.0

---
 srcpkgs/mu4e/template | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/mu4e/template b/srcpkgs/mu4e/template
index 0cf2c72e00a2..176640c9163c 100644
--- a/srcpkgs/mu4e/template
+++ b/srcpkgs/mu4e/template
@@ -1,22 +1,16 @@
 # Template file for 'mu4e'
 pkgname=mu4e
-version=1.8.14
+version=1.10.0
 revision=1
-build_style=gnu-configure
-configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
-hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
-makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
+build_style=meson
+hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
+makedepends="xapian-core-devel gmime3-devel"
 short_desc="Maildir-utils indexer/searcher and associated Emacs client"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
 changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
 distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
-checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
+checksum=7f0821c7c8f22a714f3da618853e8dc2c311a6ba808d57a23ef31cbaafefac3a
 replaces="mu<${version}"
 provides="mu-${version}_${revision}"
-
-pre_configure() {
-	sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
-	autoreconf -fi
-}

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

* Re: [PR PATCH] [Updated] mu4e: update to 1.10.0
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
@ 2023-04-01 10:31 ` pascal-huber
  2023-04-03 11:03 ` pascal-huber
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-01 10:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages mu4e_1.10.0_1
https://github.com/void-linux/void-packages/pull/43116

mu4e: update to 1.10.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mu4e_1.10.0_1-43116.patch --]
[-- Type: text/x-diff, Size: 2671 bytes --]

From 238ff6118d9a56cac22d0c716d2d34ff0241485a Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 30 Mar 2023 16:02:31 +0200
Subject: [PATCH] mu4e: update to 1.10.0

---
 srcpkgs/mu4e/patches/fix-root-test.patch | 25 ++++++++++++++++++++++++
 srcpkgs/mu4e/template                    | 16 +++++----------
 2 files changed, 30 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/mu4e/patches/fix-root-test.patch

diff --git a/srcpkgs/mu4e/patches/fix-root-test.patch b/srcpkgs/mu4e/patches/fix-root-test.patch
new file mode 100644
index 000000000000..b7c28397d6d4
--- /dev/null
+++ b/srcpkgs/mu4e/patches/fix-root-test.patch
@@ -0,0 +1,25 @@
+Remove a test which fails when run as root.
+
+diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc
+index 872c56e..fa5130a 100644
+--- a/lib/tests/test-mu-store.cc
++++ b/lib/tests/test-mu-store.cc
+@@ -471,12 +471,12 @@ test_store_fail()
+ 		g_assert_false(!!store);
+ 	}
+ 
+-	{
+-		const auto store = Store::make_new("/../../root/non-existent-path/12345",
+-						   "/../../root/non-existent-path/54321",
+-						   {}, {});
+-		g_assert_false(!!store);
+-	}
++	// {
++	// 	const auto store = Store::make_new("/../../root/non-existent-path/12345",
++	// 					   "/../../root/non-existent-path/54321",
++	// 					   {}, {});
++	// 	g_assert_false(!!store);
++	// }
+ }
+ 
+ int
diff --git a/srcpkgs/mu4e/template b/srcpkgs/mu4e/template
index 0cf2c72e00a2..176640c9163c 100644
--- a/srcpkgs/mu4e/template
+++ b/srcpkgs/mu4e/template
@@ -1,22 +1,16 @@
 # Template file for 'mu4e'
 pkgname=mu4e
-version=1.8.14
+version=1.10.0
 revision=1
-build_style=gnu-configure
-configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
-hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
-makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
+build_style=meson
+hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
+makedepends="xapian-core-devel gmime3-devel"
 short_desc="Maildir-utils indexer/searcher and associated Emacs client"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
 changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
 distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
-checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
+checksum=7f0821c7c8f22a714f3da618853e8dc2c311a6ba808d57a23ef31cbaafefac3a
 replaces="mu<${version}"
 provides="mu-${version}_${revision}"
-
-pre_configure() {
-	sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
-	autoreconf -fi
-}

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

* Re: [PR PATCH] [Updated] mu4e: update to 1.10.0
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
  2023-04-01 10:31 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-04-03 11:03 ` pascal-huber
  2023-04-03 11:04 ` mu4e: update to 1.10.1 pascal-huber
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-03 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages mu4e_1.10.0_1
https://github.com/void-linux/void-packages/pull/43116

mu4e: update to 1.10.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mu4e_1.10.0_1-43116.patch --]
[-- Type: text/x-diff, Size: 2671 bytes --]

From c4f7f8548f01dc0a86a8780a6c2cb2a7e20b591a Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 30 Mar 2023 16:02:31 +0200
Subject: [PATCH] mu4e: update to 1.10.1

---
 srcpkgs/mu4e/patches/fix-root-test.patch | 25 ++++++++++++++++++++++++
 srcpkgs/mu4e/template                    | 16 +++++----------
 2 files changed, 30 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/mu4e/patches/fix-root-test.patch

diff --git a/srcpkgs/mu4e/patches/fix-root-test.patch b/srcpkgs/mu4e/patches/fix-root-test.patch
new file mode 100644
index 000000000000..b7c28397d6d4
--- /dev/null
+++ b/srcpkgs/mu4e/patches/fix-root-test.patch
@@ -0,0 +1,25 @@
+Remove a test which fails when run as root.
+
+diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc
+index 872c56e..fa5130a 100644
+--- a/lib/tests/test-mu-store.cc
++++ b/lib/tests/test-mu-store.cc
+@@ -471,12 +471,12 @@ test_store_fail()
+ 		g_assert_false(!!store);
+ 	}
+ 
+-	{
+-		const auto store = Store::make_new("/../../root/non-existent-path/12345",
+-						   "/../../root/non-existent-path/54321",
+-						   {}, {});
+-		g_assert_false(!!store);
+-	}
++	// {
++	// 	const auto store = Store::make_new("/../../root/non-existent-path/12345",
++	// 					   "/../../root/non-existent-path/54321",
++	// 					   {}, {});
++	// 	g_assert_false(!!store);
++	// }
+ }
+ 
+ int
diff --git a/srcpkgs/mu4e/template b/srcpkgs/mu4e/template
index 0cf2c72e00a2..71f71ada7c06 100644
--- a/srcpkgs/mu4e/template
+++ b/srcpkgs/mu4e/template
@@ -1,22 +1,16 @@
 # Template file for 'mu4e'
 pkgname=mu4e
-version=1.8.14
+version=1.10.1
 revision=1
-build_style=gnu-configure
-configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
-hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
-makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
+build_style=meson
+hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
+makedepends="xapian-core-devel gmime3-devel"
 short_desc="Maildir-utils indexer/searcher and associated Emacs client"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
 changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
 distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
-checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
+checksum=00cba4b6a54151de8f3fb06d4d6a180cd20e0f1780cec751890c647ae60e944f
 replaces="mu<${version}"
 provides="mu-${version}_${revision}"
-
-pre_configure() {
-	sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
-	autoreconf -fi
-}

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

* Re: mu4e: update to 1.10.1
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
  2023-04-01 10:31 ` [PR PATCH] [Updated] " pascal-huber
  2023-04-03 11:03 ` pascal-huber
@ 2023-04-03 11:04 ` pascal-huber
  2023-04-03 11:05 ` pascal-huber
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-03 11:04 UTC (permalink / raw)
  To: ml

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

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/43116#issuecomment-1494120047

Comment:
updated from 10.0.0 to 10.0.1

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

* Re: mu4e: update to 1.10.1
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (2 preceding siblings ...)
  2023-04-03 11:04 ` mu4e: update to 1.10.1 pascal-huber
@ 2023-04-03 11:05 ` pascal-huber
  2023-04-05 16:21 ` [PR PATCH] [Updated] " pascal-huber
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-03 11:05 UTC (permalink / raw)
  To: ml

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

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/43116#issuecomment-1494120047

Comment:
updated from 1.10.0 to 1.10.1

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

* Re: [PR PATCH] [Updated] mu4e: update to 1.10.1
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (3 preceding siblings ...)
  2023-04-03 11:05 ` pascal-huber
@ 2023-04-05 16:21 ` pascal-huber
  2023-04-11  8:48 ` pascal-huber
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-05 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages mu4e_1.10.0_1
https://github.com/void-linux/void-packages/pull/43116

mu4e: update to 1.10.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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mu4e_1.10.0_1-43116.patch --]
[-- Type: text/x-diff, Size: 2533 bytes --]

From 1e7f97d3d33cf8da6c22ac9da71c103cc27cfe29 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 30 Mar 2023 16:02:31 +0200
Subject: [PATCH] mu4e: update to 1.10.1

---
 srcpkgs/mu4e/patches/fix-root-test.patch | 20 ++++++++++++++++++++
 srcpkgs/mu4e/template                    | 16 +++++-----------
 2 files changed, 25 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/mu4e/patches/fix-root-test.patch

diff --git a/srcpkgs/mu4e/patches/fix-root-test.patch b/srcpkgs/mu4e/patches/fix-root-test.patch
new file mode 100644
index 000000000000..009a30b4b1e4
--- /dev/null
+++ b/srcpkgs/mu4e/patches/fix-root-test.patch
@@ -0,0 +1,20 @@
+Remove a test which fails when run as root.
+
+diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc
+index 872c56e3..c4e7eeb2 100644
+--- a/lib/tests/test-mu-store.cc
++++ b/lib/tests/test-mu-store.cc
+@@ -470,13 +470,6 @@ test_store_fail()
+ 		const auto store = Store::make("/root/non-existent-path/12345");
+ 		g_assert_false(!!store);
+ 	}
+-
+-	{
+-		const auto store = Store::make_new("/../../root/non-existent-path/12345",
+-						   "/../../root/non-existent-path/54321",
+-						   {}, {});
+-		g_assert_false(!!store);
+-	}
+ }
+ 
+ int
diff --git a/srcpkgs/mu4e/template b/srcpkgs/mu4e/template
index 0cf2c72e00a2..71f71ada7c06 100644
--- a/srcpkgs/mu4e/template
+++ b/srcpkgs/mu4e/template
@@ -1,22 +1,16 @@
 # Template file for 'mu4e'
 pkgname=mu4e
-version=1.8.14
+version=1.10.1
 revision=1
-build_style=gnu-configure
-configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
-hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
-makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
+build_style=meson
+hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
+makedepends="xapian-core-devel gmime3-devel"
 short_desc="Maildir-utils indexer/searcher and associated Emacs client"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
 changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
 distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
-checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
+checksum=00cba4b6a54151de8f3fb06d4d6a180cd20e0f1780cec751890c647ae60e944f
 replaces="mu<${version}"
 provides="mu-${version}_${revision}"
-
-pre_configure() {
-	sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
-	autoreconf -fi
-}

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

* Re: [PR PATCH] [Updated] mu4e: update to 1.10.1
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (4 preceding siblings ...)
  2023-04-05 16:21 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-04-11  8:48 ` pascal-huber
  2023-04-11  8:48 ` mu4e: update to 1.10.2 pascal-huber
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-11  8:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages mu4e_1.10.0_1
https://github.com/void-linux/void-packages/pull/43116

mu4e: update to 1.10.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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mu4e_1.10.0_1-43116.patch --]
[-- Type: text/x-diff, Size: 2533 bytes --]

From 8f00d5a6981a67d9726503678cc290f41af15a9a Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 30 Mar 2023 16:02:31 +0200
Subject: [PATCH] mu4e: update to 1.10.2

---
 srcpkgs/mu4e/patches/fix-root-test.patch | 20 ++++++++++++++++++++
 srcpkgs/mu4e/template                    | 16 +++++-----------
 2 files changed, 25 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/mu4e/patches/fix-root-test.patch

diff --git a/srcpkgs/mu4e/patches/fix-root-test.patch b/srcpkgs/mu4e/patches/fix-root-test.patch
new file mode 100644
index 000000000000..009a30b4b1e4
--- /dev/null
+++ b/srcpkgs/mu4e/patches/fix-root-test.patch
@@ -0,0 +1,20 @@
+Remove a test which fails when run as root.
+
+diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc
+index 872c56e3..c4e7eeb2 100644
+--- a/lib/tests/test-mu-store.cc
++++ b/lib/tests/test-mu-store.cc
+@@ -470,13 +470,6 @@ test_store_fail()
+ 		const auto store = Store::make("/root/non-existent-path/12345");
+ 		g_assert_false(!!store);
+ 	}
+-
+-	{
+-		const auto store = Store::make_new("/../../root/non-existent-path/12345",
+-						   "/../../root/non-existent-path/54321",
+-						   {}, {});
+-		g_assert_false(!!store);
+-	}
+ }
+ 
+ int
diff --git a/srcpkgs/mu4e/template b/srcpkgs/mu4e/template
index 0cf2c72e00a2..b5209379d578 100644
--- a/srcpkgs/mu4e/template
+++ b/srcpkgs/mu4e/template
@@ -1,22 +1,16 @@
 # Template file for 'mu4e'
 pkgname=mu4e
-version=1.8.14
+version=1.10.2
 revision=1
-build_style=gnu-configure
-configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
-hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
-makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
+build_style=meson
+hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
+makedepends="xapian-core-devel gmime3-devel"
 short_desc="Maildir-utils indexer/searcher and associated Emacs client"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
 changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
 distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
-checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
+checksum=2e7143a6eb866fe50d202a9ef5a2196b00c224665b234cca783c84dc2d1d4456
 replaces="mu<${version}"
 provides="mu-${version}_${revision}"
-
-pre_configure() {
-	sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
-	autoreconf -fi
-}

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

* Re: mu4e: update to 1.10.2
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (5 preceding siblings ...)
  2023-04-11  8:48 ` pascal-huber
@ 2023-04-11  8:48 ` pascal-huber
  2023-04-15 23:05 ` [PR PATCH] [Updated] " pascal-huber
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-11  8:48 UTC (permalink / raw)
  To: ml

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

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/43116#issuecomment-1502929841

Comment:
updated from 1.10.1 to 1.10.2

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

* Re: [PR PATCH] [Updated] mu4e: update to 1.10.2
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (6 preceding siblings ...)
  2023-04-11  8:48 ` mu4e: update to 1.10.2 pascal-huber
@ 2023-04-15 23:05 ` pascal-huber
  2023-04-15 23:05 ` mu4e: update to 1.10.3 pascal-huber
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-15 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages mu4e_1.10.0_1
https://github.com/void-linux/void-packages/pull/43116

mu4e: update to 1.10.2
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mu4e_1.10.0_1-43116.patch --]
[-- Type: text/x-diff, Size: 2533 bytes --]

From d3762aba18d3b8a7bab314ed4d558a0f5492f686 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 30 Mar 2023 16:02:31 +0200
Subject: [PATCH] mu4e: update to 1.10.3

---
 srcpkgs/mu4e/patches/fix-root-test.patch | 20 ++++++++++++++++++++
 srcpkgs/mu4e/template                    | 16 +++++-----------
 2 files changed, 25 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/mu4e/patches/fix-root-test.patch

diff --git a/srcpkgs/mu4e/patches/fix-root-test.patch b/srcpkgs/mu4e/patches/fix-root-test.patch
new file mode 100644
index 000000000000..009a30b4b1e4
--- /dev/null
+++ b/srcpkgs/mu4e/patches/fix-root-test.patch
@@ -0,0 +1,20 @@
+Remove a test which fails when run as root.
+
+diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc
+index 872c56e3..c4e7eeb2 100644
+--- a/lib/tests/test-mu-store.cc
++++ b/lib/tests/test-mu-store.cc
+@@ -470,13 +470,6 @@ test_store_fail()
+ 		const auto store = Store::make("/root/non-existent-path/12345");
+ 		g_assert_false(!!store);
+ 	}
+-
+-	{
+-		const auto store = Store::make_new("/../../root/non-existent-path/12345",
+-						   "/../../root/non-existent-path/54321",
+-						   {}, {});
+-		g_assert_false(!!store);
+-	}
+ }
+ 
+ int
diff --git a/srcpkgs/mu4e/template b/srcpkgs/mu4e/template
index 0cf2c72e00a2..43938e2dacba 100644
--- a/srcpkgs/mu4e/template
+++ b/srcpkgs/mu4e/template
@@ -1,22 +1,16 @@
 # Template file for 'mu4e'
 pkgname=mu4e
-version=1.8.14
+version=1.10.3
 revision=1
-build_style=gnu-configure
-configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
-hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
-makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
+build_style=meson
+hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
+makedepends="xapian-core-devel gmime3-devel"
 short_desc="Maildir-utils indexer/searcher and associated Emacs client"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
 changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
 distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
-checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
+checksum=c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f
 replaces="mu<${version}"
 provides="mu-${version}_${revision}"
-
-pre_configure() {
-	sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
-	autoreconf -fi
-}

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

* Re: mu4e: update to 1.10.3
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (7 preceding siblings ...)
  2023-04-15 23:05 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-04-15 23:05 ` pascal-huber
  2023-04-26 19:15 ` [PR PATCH] [Updated] " pascal-huber
  2023-04-27 19:16 ` [PR PATCH] [Merged]: " Duncaen
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-15 23:05 UTC (permalink / raw)
  To: ml

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

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/43116#issuecomment-1509994704

Comment:
updated from 1.10.2 to 1.10.3

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

* Re: [PR PATCH] [Updated] mu4e: update to 1.10.3
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (8 preceding siblings ...)
  2023-04-15 23:05 ` mu4e: update to 1.10.3 pascal-huber
@ 2023-04-26 19:15 ` pascal-huber
  2023-04-27 19:16 ` [PR PATCH] [Merged]: " Duncaen
  10 siblings, 0 replies; 12+ messages in thread
From: pascal-huber @ 2023-04-26 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages mu4e_1.10.0_1
https://github.com/void-linux/void-packages/pull/43116

mu4e: update to 1.10.3
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mu4e_1.10.0_1-43116.patch --]
[-- Type: text/x-diff, Size: 2533 bytes --]

From 88175071b1e8d98d8f82caebf921265a6d2128ea Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 30 Mar 2023 16:02:31 +0200
Subject: [PATCH] mu4e: update to 1.10.3

---
 srcpkgs/mu4e/patches/fix-root-test.patch | 20 ++++++++++++++++++++
 srcpkgs/mu4e/template                    | 16 +++++-----------
 2 files changed, 25 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/mu4e/patches/fix-root-test.patch

diff --git a/srcpkgs/mu4e/patches/fix-root-test.patch b/srcpkgs/mu4e/patches/fix-root-test.patch
new file mode 100644
index 000000000000..009a30b4b1e4
--- /dev/null
+++ b/srcpkgs/mu4e/patches/fix-root-test.patch
@@ -0,0 +1,20 @@
+Remove a test which fails when run as root.
+
+diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc
+index 872c56e3..c4e7eeb2 100644
+--- a/lib/tests/test-mu-store.cc
++++ b/lib/tests/test-mu-store.cc
+@@ -470,13 +470,6 @@ test_store_fail()
+ 		const auto store = Store::make("/root/non-existent-path/12345");
+ 		g_assert_false(!!store);
+ 	}
+-
+-	{
+-		const auto store = Store::make_new("/../../root/non-existent-path/12345",
+-						   "/../../root/non-existent-path/54321",
+-						   {}, {});
+-		g_assert_false(!!store);
+-	}
+ }
+ 
+ int
diff --git a/srcpkgs/mu4e/template b/srcpkgs/mu4e/template
index 0cf2c72e00a2..43938e2dacba 100644
--- a/srcpkgs/mu4e/template
+++ b/srcpkgs/mu4e/template
@@ -1,22 +1,16 @@
 # Template file for 'mu4e'
 pkgname=mu4e
-version=1.8.14
+version=1.10.3
 revision=1
-build_style=gnu-configure
-configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
-hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
-makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
+build_style=meson
+hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
+makedepends="xapian-core-devel gmime3-devel"
 short_desc="Maildir-utils indexer/searcher and associated Emacs client"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://www.djcbsoftware.nl/code/mu/"
 changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
 distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
-checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
+checksum=c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f
 replaces="mu<${version}"
 provides="mu-${version}_${revision}"
-
-pre_configure() {
-	sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
-	autoreconf -fi
-}

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

* Re: [PR PATCH] [Merged]: mu4e: update to 1.10.3
  2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
                   ` (9 preceding siblings ...)
  2023-04-26 19:15 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-04-27 19:16 ` Duncaen
  10 siblings, 0 replies; 12+ messages in thread
From: Duncaen @ 2023-04-27 19:16 UTC (permalink / raw)
  To: ml

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

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

mu4e: update to 1.10.3
https://github.com/void-linux/void-packages/pull/43116

Description:
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl  (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)

#### Notes
 - changed build style to `meson` as it is the primary build option of `mu`
 - removed `guile` build option because it depends on `guile-3.x`.
 - users will have to re-initialize their database (`mu-init(1)`)


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

end of thread, other threads:[~2023-04-27 19:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 14:18 [PR PATCH] mu4e: update to 1.10.0 pascal-huber
2023-04-01 10:31 ` [PR PATCH] [Updated] " pascal-huber
2023-04-03 11:03 ` pascal-huber
2023-04-03 11:04 ` mu4e: update to 1.10.1 pascal-huber
2023-04-03 11:05 ` pascal-huber
2023-04-05 16:21 ` [PR PATCH] [Updated] " pascal-huber
2023-04-11  8:48 ` pascal-huber
2023-04-11  8:48 ` mu4e: update to 1.10.2 pascal-huber
2023-04-15 23:05 ` [PR PATCH] [Updated] " pascal-huber
2023-04-15 23:05 ` mu4e: update to 1.10.3 pascal-huber
2023-04-26 19:15 ` [PR PATCH] [Updated] " pascal-huber
2023-04-27 19:16 ` [PR PATCH] [Merged]: " Duncaen

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).