Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] notmuch: update to 0.28.4.
@ 2019-05-06 12:29 voidlinux-github
  2019-05-07  1:31 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-06 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/congdanhqx/void-packages notmuch-0.28.4
https://github.com/void-linux/void-packages/pull/11528

notmuch: update to 0.28.4.
While we're at it, correct dependencies of notmuch-python:
it should depend on libnotmuch instead of libnotmuch-devel

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-0.28.4-11528.patch --]
[-- Type: application/text/x-diff, Size: 1796 bytes --]

From 290f80fd18beb52aa29bb5bb45b2a7b22e45b2cb Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 6 May 2019 19:23:16 +0700
Subject: [PATCH] notmuch: update to 0.28.4.

While we're at it, correct dependencies of notmuch-python:
it should depend on libnotmuch instead of libnotmuch-devel
---
 srcpkgs/notmuch/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 7a5a6af02b9..fc6fb70fa61 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,6 +1,6 @@
 # Template file for 'notmuch'
 pkgname=notmuch
-version=0.28.3
+version=0.28.4
 revision=1
 hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel"
@@ -9,7 +9,7 @@ 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.gz"
-checksum=4e212d8b4ae30da04edb05d836dcdb569488ff6760706cecb882488eb1710eec
+checksum=bab1cabb0542ce2bd4b41a15b84a8d81c8dc3332162705ded6f311dd898656ca
 
 subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python notmuch-python3"
 
@@ -87,7 +87,7 @@ notmuch-mutt_package() {
 }
 
 notmuch-python_package() {
-	depends="libnotmuch-devel>=${version}_${revision}"
+	depends="libnotmuch>=${version}_${revision}"
 	short_desc+=" - Python2 bindings"
 	pycompile_module="notmuch"
 	pkg_install() {
@@ -96,7 +96,7 @@ notmuch-python_package() {
 }
 
 notmuch-python3_package() {
-	depends="libnotmuch-devel>=${version}_${revision}"
+	depends="libnotmuch>=${version}_${revision}"
 	short_desc+=" - Python3 bindings"
 	pycompile_module="notmuch"
 	pkg_install() {

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

* Re: [PR PATCH] [Updated] notmuch: update to 0.28.4.
  2019-05-06 12:29 [PR PATCH] notmuch: update to 0.28.4 voidlinux-github
@ 2019-05-07  1:31 ` voidlinux-github
  2019-05-07  1:31 ` voidlinux-github
  2019-05-07 14:18 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-07  1:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/congdanhqx/void-packages notmuch-0.28.4
https://github.com/void-linux/void-packages/pull/11528

notmuch: update to 0.28.4.
While we're at it, correct dependencies of notmuch-python:
it should depend on libnotmuch instead of libnotmuch-devel

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-0.28.4-11528.patch --]
[-- Type: application/text/x-diff, Size: 1796 bytes --]

From 341fdfa24fe27535bbfce1ee927137a187c5f4e1 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 6 May 2019 19:23:16 +0700
Subject: [PATCH] notmuch: update to 0.28.4.

While we're at it, correct dependencies of notmuch-python:
it should depend on libnotmuch instead of libnotmuch-devel
---
 srcpkgs/notmuch/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 7a5a6af02b9..fc6fb70fa61 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,6 +1,6 @@
 # Template file for 'notmuch'
 pkgname=notmuch
-version=0.28.3
+version=0.28.4
 revision=1
 hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel"
@@ -9,7 +9,7 @@ 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.gz"
-checksum=4e212d8b4ae30da04edb05d836dcdb569488ff6760706cecb882488eb1710eec
+checksum=bab1cabb0542ce2bd4b41a15b84a8d81c8dc3332162705ded6f311dd898656ca
 
 subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python notmuch-python3"
 
@@ -87,7 +87,7 @@ notmuch-mutt_package() {
 }
 
 notmuch-python_package() {
-	depends="libnotmuch-devel>=${version}_${revision}"
+	depends="libnotmuch>=${version}_${revision}"
 	short_desc+=" - Python2 bindings"
 	pycompile_module="notmuch"
 	pkg_install() {
@@ -96,7 +96,7 @@ notmuch-python_package() {
 }
 
 notmuch-python3_package() {
-	depends="libnotmuch-devel>=${version}_${revision}"
+	depends="libnotmuch>=${version}_${revision}"
 	short_desc+=" - Python3 bindings"
 	pycompile_module="notmuch"
 	pkg_install() {

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

* Re: [PR PATCH] [Updated] notmuch: update to 0.28.4.
  2019-05-06 12:29 [PR PATCH] notmuch: update to 0.28.4 voidlinux-github
  2019-05-07  1:31 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-05-07  1:31 ` voidlinux-github
  2019-05-07 14:18 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-07  1:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/congdanhqx/void-packages notmuch-0.28.4
https://github.com/void-linux/void-packages/pull/11528

notmuch: update to 0.28.4.
While we're at it, correct dependencies of notmuch-python:
it should depend on libnotmuch instead of libnotmuch-devel

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notmuch-0.28.4-11528.patch --]
[-- Type: application/text/x-diff, Size: 1796 bytes --]

From 341fdfa24fe27535bbfce1ee927137a187c5f4e1 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 6 May 2019 19:23:16 +0700
Subject: [PATCH] notmuch: update to 0.28.4.

While we're at it, correct dependencies of notmuch-python:
it should depend on libnotmuch instead of libnotmuch-devel
---
 srcpkgs/notmuch/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 7a5a6af02b9..fc6fb70fa61 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,6 +1,6 @@
 # Template file for 'notmuch'
 pkgname=notmuch
-version=0.28.3
+version=0.28.4
 revision=1
 hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel"
@@ -9,7 +9,7 @@ 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.gz"
-checksum=4e212d8b4ae30da04edb05d836dcdb569488ff6760706cecb882488eb1710eec
+checksum=bab1cabb0542ce2bd4b41a15b84a8d81c8dc3332162705ded6f311dd898656ca
 
 subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python notmuch-python3"
 
@@ -87,7 +87,7 @@ notmuch-mutt_package() {
 }
 
 notmuch-python_package() {
-	depends="libnotmuch-devel>=${version}_${revision}"
+	depends="libnotmuch>=${version}_${revision}"
 	short_desc+=" - Python2 bindings"
 	pycompile_module="notmuch"
 	pkg_install() {
@@ -96,7 +96,7 @@ notmuch-python_package() {
 }
 
 notmuch-python3_package() {
-	depends="libnotmuch-devel>=${version}_${revision}"
+	depends="libnotmuch>=${version}_${revision}"
 	short_desc+=" - Python3 bindings"
 	pycompile_module="notmuch"
 	pkg_install() {

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

* Re: [PR PATCH] [Merged]: notmuch: update to 0.28.4.
  2019-05-06 12:29 [PR PATCH] notmuch: update to 0.28.4 voidlinux-github
  2019-05-07  1:31 ` [PR PATCH] [Updated] " voidlinux-github
  2019-05-07  1:31 ` voidlinux-github
@ 2019-05-07 14:18 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-07 14:18 UTC (permalink / raw)
  To: ml

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

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

notmuch: update to 0.28.4.
https://github.com/void-linux/void-packages/pull/11528
Description: While we're at it, correct dependencies of notmuch-python:
it should depend on libnotmuch instead of libnotmuch-devel

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

end of thread, other threads:[~2019-05-07 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-06 12:29 [PR PATCH] notmuch: update to 0.28.4 voidlinux-github
2019-05-07  1:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-07  1:31 ` voidlinux-github
2019-05-07 14:18 ` [PR PATCH] [Merged]: " 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).