Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] notmuch: update to 0.32.2.
@ 2021-07-10  7:28 sgn
  2021-07-10  8:24 ` [PR PATCH] [Updated] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2021-07-10  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages notmuch-update-0.32.2
https://github.com/void-linux/void-packages/pull/31881

notmuch: update to 0.32.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-update-0.32.2-31881.patch --]
[-- Type: text/x-diff, Size: 4643 bytes --]

From 2c38a2f1ea7ffc8969ca85270ef698ef706c4870 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 10 Jul 2021 12:10:29 +0700
Subject: [PATCH] notmuch: update to 0.32.2.

---
 srcpkgs/notmuch-emacs    |  1 -
 srcpkgs/notmuch/template | 66 +++++++++++++++-------------------------
 2 files changed, 25 insertions(+), 42 deletions(-)
 delete mode 120000 srcpkgs/notmuch-emacs

diff --git a/srcpkgs/notmuch-emacs b/srcpkgs/notmuch-emacs
deleted file mode 120000
index 67778b7eb37e..000000000000
--- a/srcpkgs/notmuch-emacs
+++ /dev/null
@@ -1 +0,0 @@
-notmuch
\ No newline at end of file
diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 0b176d22ebd9..36da56cf9dbc 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,21 +1,28 @@
 # Template file for 'notmuch'
 pkgname=notmuch
-version=0.31.3
+version=0.32.2
 revision=1
-hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
+build_style=configure
+configure_args="--prefix=/usr
+ --emacslispdir=/usr/share/emacs/site-lisp/notmuch
+ --emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
+hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo
+ desktop-file-utils emacs gnupg2 python3-setuptools"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
- python3-cffi python3-setuptools gnupg2"
+ python3-cffi"
 depends="gmime3>=3.2.7"
-checkdepends="python3-pytest mdocml dtach gdb tar xz"
+checkdepends="python3-pytest mdocml dtach gdb tar xz xapian-core
+ openssl"
 short_desc="Thread-based email index, search, and tagging"
 maintainer="Jan S. <jan.schreib@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://notmuchmail.org"
 distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz
  https://notmuchmail.org/releases/test-databases/database-v1.tar.xz"
-checksum="484041aed08f88f3a528a5b82489b6cda4090764228813bca73678da3a753aca
+checksum="8e0a7eb8ff2e6011ef48b2bf11d79b9c4bb74511cfe2987758b64898c2a2ded7
  4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2"
 skip_extraction="database-v1.tar.xz"
+replaces="notmuch-emacs>=0"
 
 # Not a real conflicts, but this package is broken with gpgme 1.13.1-
 # gpgme is optional dependency
@@ -23,21 +30,10 @@ conflicts="gpgme<1.14.0_1"
 subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python3"
 
 if [ ! "$CROSS_BUILD" ]; then
-	hostmakedepends+=" desktop-file-utils"
-	makedepends+=" ruby-devel emacs"
-	subpackages+=" notmuch-ruby notmuch-emacs"
-	_args="--emacslispdir=/usr/share/emacs/site-lisp/notmuch
-		--emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
-else
-	_args="--without-emacs"
+	makedepends+=" ruby-devel"
+	subpackages+=" notmuch-ruby"
 fi
 
-do_configure() {
-	./configure --prefix=/usr \
-		--bashcompletiondir=/usr/share/bash-completion/completions \
-		--zshcompletiondir=/usr/share/zsh/site-functions ${_args}
-}
-
 do_build() {
 	make ${makejobs}
 	make -C contrib/notmuch-mutt
@@ -48,33 +44,33 @@ do_build() {
 do_check() {
 	mkdir -p fake-bin
 	ln -sf /usr/bin/gpg2 fake-bin/gpg
+	ln -sf /usr/bin/gpgv2 fake-bin/gpgv
 	PATH=$PWD/fake-bin:$PATH
 	cp $XBPS_SRCDISTDIR/notmuch-$version/database-v1.tar.xz \
 		test/test-databases
-	case "$XBPS_TARGET_LIBC" in
-	musl)
+	if [ "$XBPS_TARGET_LIBC" = musl ]; then
 		# Seem like gpgconf's problem,
 		# mutt on musl also have problems with smime
-		export NOTMUCH_SKIP_TESTS="smime.3 smime.5" ;;
-	*)
+		NOTMUCH_SKIP_TESTS="smime.3 smime.5"
+	else
 		# This test run under gdb is problematic
-		export NOTMUCH_SKIP_TESTS="count.14" ;;
-	esac
+		NOTMUCH_SKIP_TESTS="count.14"
+	fi
+	# fqdn
+	NOTMUCH_SKIP_TESTS+=" libconfig"
+	export NOTMUCH_SKIP_TESTS
 	make test
 }
 
 do_install() {
 	make DESTDIR=${DESTDIR} install
-	pushd bindings/python
+	cd bindings/python
 	python3 setup.py build --build-base=build \
 		install --prefix=/usr --root=${DESTDIR}
-	popd
+	cd -
 	if [ ! "$CROSS_BUILD" ]; then
 		make DESTDIR=${DESTDIR} -C bindings/ruby install
 	fi
-}
-
-post_install() {
 	rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
 }
 
@@ -94,18 +90,6 @@ libnotmuch-devel_package() {
 	}
 }
 
-notmuch-emacs_package() {
-	short_desc+=" - Emacs interface"
-	depends="${sourcepkg}-${version}_${revision} virtual?emacs"
-	pkg_install() {
-		vmove usr/bin/notmuch-emacs-mua
-		vmove usr/share/applications
-		vmove usr/share/emacs/site-lisp
-		vmove usr/share/info/notmuch-emacs*
-		vmove usr/share/man/man1/notmuch-emacs*
-	}
-}
-
 notmuch-mutt_package() {
 	short_desc+=" - Mutt interface"
 	depends="${sourcepkg}-${version}_${revision} perl-Mail-Box perl-MailTools

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

* Re: [PR PATCH] [Updated] notmuch: update to 0.32.2.
  2021-07-10  7:28 [PR PATCH] notmuch: update to 0.32.2 sgn
@ 2021-07-10  8:24 ` sgn
  2021-07-10 11:31 ` sgn
  2021-07-15  0:12 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-07-10  8:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages notmuch-update-0.32.2
https://github.com/void-linux/void-packages/pull/31881

notmuch: update to 0.32.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-update-0.32.2-31881.patch --]
[-- Type: text/x-diff, Size: 4655 bytes --]

From a2f9b01e8d01e5e69620ba2e730162e0ebc116e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 10 Jul 2021 12:10:29 +0700
Subject: [PATCH] notmuch: update to 0.32.2.

---
 srcpkgs/notmuch-emacs    |  1 -
 srcpkgs/notmuch/template | 66 +++++++++++++++-------------------------
 2 files changed, 25 insertions(+), 42 deletions(-)
 delete mode 120000 srcpkgs/notmuch-emacs

diff --git a/srcpkgs/notmuch-emacs b/srcpkgs/notmuch-emacs
deleted file mode 120000
index 67778b7eb37e..000000000000
--- a/srcpkgs/notmuch-emacs
+++ /dev/null
@@ -1 +0,0 @@
-notmuch
\ No newline at end of file
diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 0b176d22ebd9..8ec6d6303a49 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,21 +1,28 @@
 # Template file for 'notmuch'
 pkgname=notmuch
-version=0.31.3
+version=0.32.2
 revision=1
-hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
+build_style=configure
+configure_args="--prefix=/usr
+ --emacslispdir=/usr/share/emacs/site-lisp/notmuch
+ --emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
+hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo
+ desktop-file-utils emacs gnupg2 python3-setuptools"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
- python3-cffi python3-setuptools gnupg2"
+ python3-cffi"
 depends="gmime3>=3.2.7"
-checkdepends="python3-pytest mdocml dtach gdb tar xz"
+checkdepends="python3-pytest mdocml dtach gdb tar xz xapian-core
+ openssl"
 short_desc="Thread-based email index, search, and tagging"
 maintainer="Jan S. <jan.schreib@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://notmuchmail.org"
 distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz
  https://notmuchmail.org/releases/test-databases/database-v1.tar.xz"
-checksum="484041aed08f88f3a528a5b82489b6cda4090764228813bca73678da3a753aca
+checksum="8e0a7eb8ff2e6011ef48b2bf11d79b9c4bb74511cfe2987758b64898c2a2ded7
  4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2"
 skip_extraction="database-v1.tar.xz"
+replaces="notmuch-emacs>=0"
 
 # Not a real conflicts, but this package is broken with gpgme 1.13.1-
 # gpgme is optional dependency
@@ -23,21 +30,10 @@ conflicts="gpgme<1.14.0_1"
 subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python3"
 
 if [ ! "$CROSS_BUILD" ]; then
-	hostmakedepends+=" desktop-file-utils"
-	makedepends+=" ruby-devel emacs"
-	subpackages+=" notmuch-ruby notmuch-emacs"
-	_args="--emacslispdir=/usr/share/emacs/site-lisp/notmuch
-		--emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
-else
-	_args="--without-emacs"
+	makedepends+=" ruby-devel"
+	subpackages+=" notmuch-ruby"
 fi
 
-do_configure() {
-	./configure --prefix=/usr \
-		--bashcompletiondir=/usr/share/bash-completion/completions \
-		--zshcompletiondir=/usr/share/zsh/site-functions ${_args}
-}
-
 do_build() {
 	make ${makejobs}
 	make -C contrib/notmuch-mutt
@@ -48,33 +44,33 @@ do_build() {
 do_check() {
 	mkdir -p fake-bin
 	ln -sf /usr/bin/gpg2 fake-bin/gpg
+	ln -sf /usr/bin/gpgv2 fake-bin/gpgv
 	PATH=$PWD/fake-bin:$PATH
 	cp $XBPS_SRCDISTDIR/notmuch-$version/database-v1.tar.xz \
 		test/test-databases
-	case "$XBPS_TARGET_LIBC" in
-	musl)
+	if [ "$XBPS_TARGET_LIBC" = musl ]; then
 		# Seem like gpgconf's problem,
 		# mutt on musl also have problems with smime
-		export NOTMUCH_SKIP_TESTS="smime.3 smime.5" ;;
-	*)
+		NOTMUCH_SKIP_TESTS="smime.3 smime.5"
+	else
 		# This test run under gdb is problematic
-		export NOTMUCH_SKIP_TESTS="count.14" ;;
-	esac
+		NOTMUCH_SKIP_TESTS="count.14"
+	fi
+	# fqdn
+	NOTMUCH_SKIP_TESTS+=" libconfig python-cffi"
+	export NOTMUCH_SKIP_TESTS
 	make test
 }
 
 do_install() {
 	make DESTDIR=${DESTDIR} install
-	pushd bindings/python
+	cd bindings/python
 	python3 setup.py build --build-base=build \
 		install --prefix=/usr --root=${DESTDIR}
-	popd
+	cd -
 	if [ ! "$CROSS_BUILD" ]; then
 		make DESTDIR=${DESTDIR} -C bindings/ruby install
 	fi
-}
-
-post_install() {
 	rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
 }
 
@@ -94,18 +90,6 @@ libnotmuch-devel_package() {
 	}
 }
 
-notmuch-emacs_package() {
-	short_desc+=" - Emacs interface"
-	depends="${sourcepkg}-${version}_${revision} virtual?emacs"
-	pkg_install() {
-		vmove usr/bin/notmuch-emacs-mua
-		vmove usr/share/applications
-		vmove usr/share/emacs/site-lisp
-		vmove usr/share/info/notmuch-emacs*
-		vmove usr/share/man/man1/notmuch-emacs*
-	}
-}
-
 notmuch-mutt_package() {
 	short_desc+=" - Mutt interface"
 	depends="${sourcepkg}-${version}_${revision} perl-Mail-Box perl-MailTools

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

* Re: [PR PATCH] [Updated] notmuch: update to 0.32.2.
  2021-07-10  7:28 [PR PATCH] notmuch: update to 0.32.2 sgn
  2021-07-10  8:24 ` [PR PATCH] [Updated] " sgn
@ 2021-07-10 11:31 ` sgn
  2021-07-15  0:12 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-07-10 11:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages notmuch-update-0.32.2
https://github.com/void-linux/void-packages/pull/31881

notmuch: update to 0.32.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-update-0.32.2-31881.patch --]
[-- Type: text/x-diff, Size: 4783 bytes --]

From f78ba319b83b140d9bc71de131f17e51b35ef21b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 10 Jul 2021 12:10:29 +0700
Subject: [PATCH] notmuch: update to 0.32.2.

---
 srcpkgs/notmuch-emacs    |  1 -
 srcpkgs/notmuch/template | 70 +++++++++++++++++-----------------------
 2 files changed, 29 insertions(+), 42 deletions(-)
 delete mode 120000 srcpkgs/notmuch-emacs

diff --git a/srcpkgs/notmuch-emacs b/srcpkgs/notmuch-emacs
deleted file mode 120000
index 67778b7eb37e..000000000000
--- a/srcpkgs/notmuch-emacs
+++ /dev/null
@@ -1 +0,0 @@
-notmuch
\ No newline at end of file
diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 0b176d22ebd9..58759a9d981f 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,21 +1,28 @@
 # Template file for 'notmuch'
 pkgname=notmuch
-version=0.31.3
+version=0.32.2
 revision=1
-hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
+build_style=configure
+configure_args="--prefix=/usr
+ --emacslispdir=/usr/share/emacs/site-lisp/notmuch
+ --emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
+hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo
+ desktop-file-utils emacs gnupg2 python3-setuptools"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
- python3-cffi python3-setuptools gnupg2"
+ python3-cffi"
 depends="gmime3>=3.2.7"
-checkdepends="python3-pytest mdocml dtach gdb tar xz"
+checkdepends="python3-pytest mdocml dtach gdb tar xz xapian-core
+ openssl"
 short_desc="Thread-based email index, search, and tagging"
 maintainer="Jan S. <jan.schreib@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://notmuchmail.org"
 distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz
  https://notmuchmail.org/releases/test-databases/database-v1.tar.xz"
-checksum="484041aed08f88f3a528a5b82489b6cda4090764228813bca73678da3a753aca
+checksum="8e0a7eb8ff2e6011ef48b2bf11d79b9c4bb74511cfe2987758b64898c2a2ded7
  4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2"
 skip_extraction="database-v1.tar.xz"
+replaces="notmuch-emacs>=0"
 
 # Not a real conflicts, but this package is broken with gpgme 1.13.1-
 # gpgme is optional dependency
@@ -23,21 +30,10 @@ conflicts="gpgme<1.14.0_1"
 subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python3"
 
 if [ ! "$CROSS_BUILD" ]; then
-	hostmakedepends+=" desktop-file-utils"
-	makedepends+=" ruby-devel emacs"
-	subpackages+=" notmuch-ruby notmuch-emacs"
-	_args="--emacslispdir=/usr/share/emacs/site-lisp/notmuch
-		--emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
-else
-	_args="--without-emacs"
+	makedepends+=" ruby-devel"
+	subpackages+=" notmuch-ruby"
 fi
 
-do_configure() {
-	./configure --prefix=/usr \
-		--bashcompletiondir=/usr/share/bash-completion/completions \
-		--zshcompletiondir=/usr/share/zsh/site-functions ${_args}
-}
-
 do_build() {
 	make ${makejobs}
 	make -C contrib/notmuch-mutt
@@ -48,33 +44,37 @@ do_build() {
 do_check() {
 	mkdir -p fake-bin
 	ln -sf /usr/bin/gpg2 fake-bin/gpg
+	ln -sf /usr/bin/gpgv2 fake-bin/gpgv
 	PATH=$PWD/fake-bin:$PATH
 	cp $XBPS_SRCDISTDIR/notmuch-$version/database-v1.tar.xz \
 		test/test-databases
-	case "$XBPS_TARGET_LIBC" in
-	musl)
+	if [ "$XBPS_TARGET_LIBC" = musl ]; then
 		# Seem like gpgconf's problem,
 		# mutt on musl also have problems with smime
-		export NOTMUCH_SKIP_TESTS="smime.3 smime.5" ;;
-	*)
+		NOTMUCH_SKIP_TESTS="smime.3 smime.5"
+	else
 		# This test run under gdb is problematic
-		export NOTMUCH_SKIP_TESTS="count.14" ;;
-	esac
+		NOTMUCH_SKIP_TESTS="count.14"
+	fi
+	# libconfig because of fqdn
+	# we don't ship python-cffi
+	NOTMUCH_SKIP_TESTS+=" libconfig python-cffi"
+	if [ $(id -u) = 0 ]; then
+		NOTMUCH_SKIP_TESTS+=" new.36 tagging.25"
+	fi
+	export NOTMUCH_SKIP_TESTS
 	make test
 }
 
 do_install() {
 	make DESTDIR=${DESTDIR} install
-	pushd bindings/python
+	cd bindings/python
 	python3 setup.py build --build-base=build \
 		install --prefix=/usr --root=${DESTDIR}
-	popd
+	cd -
 	if [ ! "$CROSS_BUILD" ]; then
 		make DESTDIR=${DESTDIR} -C bindings/ruby install
 	fi
-}
-
-post_install() {
 	rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
 }
 
@@ -94,18 +94,6 @@ libnotmuch-devel_package() {
 	}
 }
 
-notmuch-emacs_package() {
-	short_desc+=" - Emacs interface"
-	depends="${sourcepkg}-${version}_${revision} virtual?emacs"
-	pkg_install() {
-		vmove usr/bin/notmuch-emacs-mua
-		vmove usr/share/applications
-		vmove usr/share/emacs/site-lisp
-		vmove usr/share/info/notmuch-emacs*
-		vmove usr/share/man/man1/notmuch-emacs*
-	}
-}
-
 notmuch-mutt_package() {
 	short_desc+=" - Mutt interface"
 	depends="${sourcepkg}-${version}_${revision} perl-Mail-Box perl-MailTools

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

* Re: [PR PATCH] [Merged]: notmuch: update to 0.32.2.
  2021-07-10  7:28 [PR PATCH] notmuch: update to 0.32.2 sgn
  2021-07-10  8:24 ` [PR PATCH] [Updated] " sgn
  2021-07-10 11:31 ` sgn
@ 2021-07-15  0:12 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-07-15  0:12 UTC (permalink / raw)
  To: ml

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

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

notmuch: update to 0.32.2.
https://github.com/void-linux/void-packages/pull/31881

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-07-15  0:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-10  7:28 [PR PATCH] notmuch: update to 0.32.2 sgn
2021-07-10  8:24 ` [PR PATCH] [Updated] " sgn
2021-07-10 11:31 ` sgn
2021-07-15  0:12 ` [PR PATCH] [Merged]: " sgn

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