Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] claws-mail: update to 3.17.4.
@ 2019-07-26 19:45 voidlinux-github
  2019-07-26 19:52 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-26 19:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jnbr/void-packages claws
https://github.com/void-linux/void-packages/pull/13351

claws-mail: update to 3.17.4.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-claws-13351.patch --]
[-- Type: text/x-diff, Size: 1631 bytes --]

From 22b78f4d7d965c3c11c8919fe831e449ab7a1676 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Fri, 26 Jul 2019 21:45:05 +0200
Subject: [PATCH] claws-mail: update to 3.17.4.

---
 srcpkgs/claws-mail/template | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/claws-mail/template b/srcpkgs/claws-mail/template
index 642091fde5d..d77ab8c3e53 100644
--- a/srcpkgs/claws-mail/template
+++ b/srcpkgs/claws-mail/template
@@ -1,7 +1,7 @@
 # Template file for 'claws-mail'
 pkgname=claws-mail
-version=3.17.3
-revision=3
+version=3.17.4
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-python-plugin --disable-perl-plugin
  --enable-enchant --enable-gnutls"
@@ -17,17 +17,9 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://claws-mail.org"
 distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"
-checksum=504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2
+checksum=590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02
 nocross=yes
 
-pre_configure() {
-	# fix new versioned enchant pkgconfig detection
-	sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
-	sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
-
-	autoreconf -fi
-}
-
 # TODO(dominikh): claws-mail is a mess. If we don't have python
 # installed at all, the build process will fail, even if we don't want
 # the python plugin. If we do have python installed, cross-compilation

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

* Re: [PR PATCH] [Updated] claws-mail: update to 3.17.4.
  2019-07-26 19:45 [PR PATCH] claws-mail: update to 3.17.4 voidlinux-github
@ 2019-07-26 19:52 ` voidlinux-github
  2019-07-26 19:52 ` voidlinux-github
  2019-07-26 20:00 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-26 19:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jnbr/void-packages claws
https://github.com/void-linux/void-packages/pull/13351

claws-mail: update to 3.17.4.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-claws-13351.patch --]
[-- Type: text/x-diff, Size: 1986 bytes --]

From 21cf74146f6504d9624fe73e34dc52e62f191c32 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Fri, 26 Jul 2019 21:45:05 +0200
Subject: [PATCH] claws-mail: update to 3.17.4.

---
 srcpkgs/claws-mail/template | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/claws-mail/template b/srcpkgs/claws-mail/template
index 642091fde5d..b7445b94b68 100644
--- a/srcpkgs/claws-mail/template
+++ b/srcpkgs/claws-mail/template
@@ -1,7 +1,7 @@
 # Template file for 'claws-mail'
 pkgname=claws-mail
-version=3.17.3
-revision=3
+version=3.17.4
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-python-plugin --disable-perl-plugin
  --enable-enchant --enable-gnutls"
@@ -12,22 +12,14 @@ makedepends="poppler-glib-devel libarchive-devel libSM-devel
  libsoup-gnome-devel startup-notification-devel libical-devel
  librsvg-devel libgdata-devel NetworkManager-devel libxml2-devel
  libcurl-devel"
-short_desc="The user-friendly, lightweight, and fast email client"
+short_desc="GTK+ based, user-friendly, lightweight, and fast email client"
 maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://claws-mail.org"
 distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"
-checksum=504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2
+checksum=590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02
 nocross=yes
 
-pre_configure() {
-	# fix new versioned enchant pkgconfig detection
-	sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
-	sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
-
-	autoreconf -fi
-}
-
 # TODO(dominikh): claws-mail is a mess. If we don't have python
 # installed at all, the build process will fail, even if we don't want
 # the python plugin. If we do have python installed, cross-compilation

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

* Re: [PR PATCH] [Updated] claws-mail: update to 3.17.4.
  2019-07-26 19:45 [PR PATCH] claws-mail: update to 3.17.4 voidlinux-github
  2019-07-26 19:52 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-26 19:52 ` voidlinux-github
  2019-07-26 20:00 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-26 19:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jnbr/void-packages claws
https://github.com/void-linux/void-packages/pull/13351

claws-mail: update to 3.17.4.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-claws-13351.patch --]
[-- Type: text/x-diff, Size: 1986 bytes --]

From 21cf74146f6504d9624fe73e34dc52e62f191c32 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Fri, 26 Jul 2019 21:45:05 +0200
Subject: [PATCH] claws-mail: update to 3.17.4.

---
 srcpkgs/claws-mail/template | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/claws-mail/template b/srcpkgs/claws-mail/template
index 642091fde5d..b7445b94b68 100644
--- a/srcpkgs/claws-mail/template
+++ b/srcpkgs/claws-mail/template
@@ -1,7 +1,7 @@
 # Template file for 'claws-mail'
 pkgname=claws-mail
-version=3.17.3
-revision=3
+version=3.17.4
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-python-plugin --disable-perl-plugin
  --enable-enchant --enable-gnutls"
@@ -12,22 +12,14 @@ makedepends="poppler-glib-devel libarchive-devel libSM-devel
  libsoup-gnome-devel startup-notification-devel libical-devel
  librsvg-devel libgdata-devel NetworkManager-devel libxml2-devel
  libcurl-devel"
-short_desc="The user-friendly, lightweight, and fast email client"
+short_desc="GTK+ based, user-friendly, lightweight, and fast email client"
 maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://claws-mail.org"
 distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"
-checksum=504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2
+checksum=590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02
 nocross=yes
 
-pre_configure() {
-	# fix new versioned enchant pkgconfig detection
-	sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
-	sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
-
-	autoreconf -fi
-}
-
 # TODO(dominikh): claws-mail is a mess. If we don't have python
 # installed at all, the build process will fail, even if we don't want
 # the python plugin. If we do have python installed, cross-compilation

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

* Re: [PR PATCH] [Merged]: claws-mail: update to 3.17.4.
  2019-07-26 19:45 [PR PATCH] claws-mail: update to 3.17.4 voidlinux-github
  2019-07-26 19:52 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-26 19:52 ` voidlinux-github
@ 2019-07-26 20:00 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-26 20:00 UTC (permalink / raw)
  To: ml

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

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

claws-mail: update to 3.17.4.
https://github.com/void-linux/void-packages/pull/13351
Description: 

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

end of thread, other threads:[~2019-07-26 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 19:45 [PR PATCH] claws-mail: update to 3.17.4 voidlinux-github
2019-07-26 19:52 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-26 19:52 ` voidlinux-github
2019-07-26 20:00 ` [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).