Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aerc: update to 0.14.0
@ 2023-01-06 19:58 shtayerc
  2023-01-07  2:12 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: shtayerc @ 2023-01-06 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shtayerc/void-packages aerc-0140
https://github.com/void-linux/void-packages/pull/41496

aerc: update to 0.14.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/41496.patch is attached

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

From 25b155799a4b0ae94f9ab1f093c905d0b273384e Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Fri, 6 Jan 2023 20:52:21 +0100
Subject: [PATCH] aerc: update to 0.14.0

---
 srcpkgs/aerc/patches/makefile-only-install.patch | 13 ++++++-------
 srcpkgs/aerc/template                            |  5 +++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/aerc/patches/makefile-only-install.patch b/srcpkgs/aerc/patches/makefile-only-install.patch
index 696832fe736c..9ed538155979 100644
--- a/srcpkgs/aerc/patches/makefile-only-install.patch
+++ b/srcpkgs/aerc/patches/makefile-only-install.patch
@@ -1,18 +1,17 @@
 Build style handles building and installing aerc binary.
 Makefile should only install remaining files.
-
---- ./Makefile
-+++ ./Makefile
-@@ -82,11 +82,10 @@
+--- a/Makefile	2023-01-04 16:38:38.000000000 +0100
++++ b/Makefile	2023-01-06 20:23:16.175385382 +0100
+@@ -106,11 +106,10 @@
  clean:
  	$(RM) $(DOCS) aerc
  
--install: $(DOCS) aerc
-+install: $(DOCS)
+-install: $(DOCS) aerc wrap
++install: $(DOCS) wrap
  	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
 -	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-config.5 $(DESTDIR)$(MANDIR)/man5/aerc-config.5
+ 	install -m644 aerc-accounts.5 $(DESTDIR)$(MANDIR)/man5/aerc-accounts.5
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index dd8625b376a2..5c9f14acfb1f 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,6 +1,6 @@
 # Template file for 'aerc'
 pkgname=aerc
-version=0.13.0
+version=0.14.0
 revision=1
 build_style=go
 go_import_path="git.sr.ht/~rjarry/aerc"
@@ -14,7 +14,8 @@ 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=d8717ab2c259699b6e818a8f8db1e24033a2e09142e2e9b873fa5de6ee660bd8
+checksum=60bfd15e5528a504dd11a03a33a11438ebbac7d5daca46e02d0bdc983adf9012
+ignore_elf_dirs="/usr/share/aerc/filters"
 
 post_install() {
 	make PREFIX=/usr DESTDIR=${DESTDIR} install

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

* Re: [PR PATCH] [Merged]: aerc: update to 0.14.0
  2023-01-06 19:58 [PR PATCH] aerc: update to 0.14.0 shtayerc
@ 2023-01-07  2:12 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2023-01-07  2:12 UTC (permalink / raw)
  To: ml

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

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

aerc: update to 0.14.0
https://github.com/void-linux/void-packages/pull/41496

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] 2+ messages in thread

end of thread, other threads:[~2023-01-07  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 19:58 [PR PATCH] aerc: update to 0.14.0 shtayerc
2023-01-07  2:12 ` [PR PATCH] [Merged]: " Piraty

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