Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aerc: update to 0.16.0.
@ 2023-10-09 22:15 TeddyDD
  2023-10-09 22:16 ` [PR PATCH] [Updated] " TeddyDD
  2023-10-10  4:44 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2023-10-09 22:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-aerc
https://github.com/void-linux/void-packages/pull/46538

aerc: update to 0.16.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/46538.patch is attached

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

From f77c6154cd933fd6eacaf20b12365fa22847a169 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Tue, 10 Oct 2023 00:11:19 +0200
Subject: [PATCH] aerc: update to 0.16.0.

---
 .../aerc/patches/makefile-only-install.patch  | 31 ++++++++-----------
 srcpkgs/aerc/template                         |  6 ++--
 2 files changed, 16 insertions(+), 21 deletions(-)

diff --git a/srcpkgs/aerc/patches/makefile-only-install.patch b/srcpkgs/aerc/patches/makefile-only-install.patch
index 2b382896d22ea..b8634d0a7ad7c 100644
--- a/srcpkgs/aerc/patches/makefile-only-install.patch
+++ b/srcpkgs/aerc/patches/makefile-only-install.patch
@@ -1,19 +1,14 @@
-Build style handles building and installing aerc binary.
-Makefile should only install remaining files.
-diff --git a/Makefile b/Makefile
-index 3a3c900..5d230e0 100644
---- a/Makefile
-+++ b/Makefile
-@@ -110,11 +110,10 @@ RM?=rm -f
- clean:
- 	$(RM) $(DOCS) aerc wrap colorize
+-Build style handles building and installing aerc binary.
+-Makefile should only install remaining files.
+diff --git i/GNUmakefile w/GNUmakefile
+index 95556b..a83707 100644
+--- i/GNUmakefile
++++ w/GNUmakefile
+@@ -196,7 +196,6 @@ $(foreach s,$(wildcard stylesets/*),\
+ $(foreach t,$(wildcard templates/*),\
+ 	$(eval $(call install_file,$t,644,$(DESTDIR)$(SHAREDIR)/templates)))
+ $(eval $(call install_file,contrib/aerc.desktop,644,$(DESTDIR)$(PREFIX)/share/applications))
+-$(eval $(call install_file,aerc,755,$(DESTDIR)$(BINDIR)))
+ $(eval $(call install_file,contrib/carddav-query,755,$(DESTDIR)$(BINDIR)))
  
--install: $(DOCS) aerc wrap colorize
-+install: $(DOCS) wrap colorize
- 	mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(MANDIR)/man5 $(DESTDIR)$(MANDIR)/man7 \
- 		$(DESTDIR)$(SHAREDIR) $(DESTDIR)$(SHAREDIR)/filters $(DESTDIR)$(SHAREDIR)/templates $(DESTDIR)$(SHAREDIR)/stylesets \
- 		$(DESTDIR)$(PREFIX)/share/applications $(DESTDIR)$(LIBEXECDIR)/filters
--	install -m755 aerc $(DESTDIR)$(BINDIR)/aerc
- 	install -m644 aerc.1 $(DESTDIR)$(MANDIR)/man1/aerc.1
- 	install -m644 aerc-search.1 $(DESTDIR)$(MANDIR)/man1/aerc-search.1
- 	install -m644 aerc-accounts.5 $(DESTDIR)$(MANDIR)/man5/aerc-accounts.5
+ $(sort $(dirs)):
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index f2df836afebc7..d0c7303ae61a6 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,7 +1,7 @@
 # Template file for 'aerc'
 pkgname=aerc
-version=0.15.2
-revision=2
+version=0.16.0
+revision=1
 build_style=go
 go_import_path="git.sr.ht/~rjarry/aerc"
 go_build_tags=notmuch
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://aerc-mail.org"
 changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
 distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
-checksum=722da196e8807c497f5472704b8a1737d7780ad0faa7166ae83348bc67b144f7
+checksum=b81b4f27272df2e370da377438a500c0695d29b8a4c86ff5849d6ddf3433f4db
 ignore_elf_dirs="/usr/share/aerc/filters"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] aerc: update to 0.16.0.
  2023-10-09 22:15 [PR PATCH] aerc: update to 0.16.0 TeddyDD
@ 2023-10-09 22:16 ` TeddyDD
  2023-10-10  4:44 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2023-10-09 22:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-aerc
https://github.com/void-linux/void-packages/pull/46538

aerc: update to 0.16.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/46538.patch is attached

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

From 703dbfaf6df54c57037234418e59c48a2ff7ca5b Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Tue, 10 Oct 2023 00:11:19 +0200
Subject: [PATCH] aerc: update to 0.16.0.

---
 .../aerc/patches/makefile-only-install.patch  | 27 ++++++++-----------
 srcpkgs/aerc/template                         |  6 ++---
 2 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/aerc/patches/makefile-only-install.patch b/srcpkgs/aerc/patches/makefile-only-install.patch
index 2b382896d22ea..b35803258f0d7 100644
--- a/srcpkgs/aerc/patches/makefile-only-install.patch
+++ b/srcpkgs/aerc/patches/makefile-only-install.patch
@@ -1,19 +1,14 @@
 Build style handles building and installing aerc binary.
 Makefile should only install remaining files.
-diff --git a/Makefile b/Makefile
-index 3a3c900..5d230e0 100644
---- a/Makefile
-+++ b/Makefile
-@@ -110,11 +110,10 @@ RM?=rm -f
- clean:
- 	$(RM) $(DOCS) aerc wrap colorize
+diff --git i/GNUmakefile w/GNUmakefile
+index 95556b..a83707 100644
+--- i/GNUmakefile
++++ w/GNUmakefile
+@@ -196,7 +196,6 @@ $(foreach s,$(wildcard stylesets/*),\
+ $(foreach t,$(wildcard templates/*),\
+ 	$(eval $(call install_file,$t,644,$(DESTDIR)$(SHAREDIR)/templates)))
+ $(eval $(call install_file,contrib/aerc.desktop,644,$(DESTDIR)$(PREFIX)/share/applications))
+-$(eval $(call install_file,aerc,755,$(DESTDIR)$(BINDIR)))
+ $(eval $(call install_file,contrib/carddav-query,755,$(DESTDIR)$(BINDIR)))
  
--install: $(DOCS) aerc wrap colorize
-+install: $(DOCS) wrap colorize
- 	mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(MANDIR)/man5 $(DESTDIR)$(MANDIR)/man7 \
- 		$(DESTDIR)$(SHAREDIR) $(DESTDIR)$(SHAREDIR)/filters $(DESTDIR)$(SHAREDIR)/templates $(DESTDIR)$(SHAREDIR)/stylesets \
- 		$(DESTDIR)$(PREFIX)/share/applications $(DESTDIR)$(LIBEXECDIR)/filters
--	install -m755 aerc $(DESTDIR)$(BINDIR)/aerc
- 	install -m644 aerc.1 $(DESTDIR)$(MANDIR)/man1/aerc.1
- 	install -m644 aerc-search.1 $(DESTDIR)$(MANDIR)/man1/aerc-search.1
- 	install -m644 aerc-accounts.5 $(DESTDIR)$(MANDIR)/man5/aerc-accounts.5
+ $(sort $(dirs)):
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index f2df836afebc7..d0c7303ae61a6 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,7 +1,7 @@
 # Template file for 'aerc'
 pkgname=aerc
-version=0.15.2
-revision=2
+version=0.16.0
+revision=1
 build_style=go
 go_import_path="git.sr.ht/~rjarry/aerc"
 go_build_tags=notmuch
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://aerc-mail.org"
 changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
 distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
-checksum=722da196e8807c497f5472704b8a1737d7780ad0faa7166ae83348bc67b144f7
+checksum=b81b4f27272df2e370da377438a500c0695d29b8a4c86ff5849d6ddf3433f4db
 ignore_elf_dirs="/usr/share/aerc/filters"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: aerc: update to 0.16.0.
  2023-10-09 22:15 [PR PATCH] aerc: update to 0.16.0 TeddyDD
  2023-10-09 22:16 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-10-10  4:44 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2023-10-10  4:44 UTC (permalink / raw)
  To: ml

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

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

aerc: update to 0.16.0.
https://github.com/void-linux/void-packages/pull/46538

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 3+ messages in thread

end of thread, other threads:[~2023-10-10  4:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 22:15 [PR PATCH] aerc: update to 0.16.0 TeddyDD
2023-10-09 22:16 ` [PR PATCH] [Updated] " TeddyDD
2023-10-10  4:44 ` [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).