Github messages for voidlinux
 help / color / mirror / Atom feed
From: yoshiyoshyosh <yoshiyoshyosh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] aerc: update to 0.15.0.
Date: Wed, 26 Apr 2023 22:12:44 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43645@inbox.vuxu.org> (raw)

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

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

https://github.com/yoshiyoshyosh/void-packages aerc-0150
https://github.com/void-linux/void-packages/pull/43645

aerc: update to 0.15.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 33556040265925b6f011daa5ce3b92afeadf5eb3 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Wed, 26 Apr 2023 16:05:38 -0400
Subject: [PATCH] aerc: update to 0.15.0.

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

diff --git a/srcpkgs/aerc/patches/makefile-only-install.patch b/srcpkgs/aerc/patches/makefile-only-install.patch
index 9ed538155979..2b382896d22e 100644
--- a/srcpkgs/aerc/patches/makefile-only-install.patch
+++ b/srcpkgs/aerc/patches/makefile-only-install.patch
@@ -1,16 +1,18 @@
 Build style handles building and installing aerc binary.
 Makefile should only install remaining files.
---- a/Makefile	2023-01-04 16:38:38.000000000 +0100
-+++ b/Makefile	2023-01-06 20:23:16.175385382 +0100
-@@ -106,11 +106,10 @@
+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
+ 	$(RM) $(DOCS) aerc wrap colorize
  
--install: $(DOCS) aerc wrap
-+install: $(DOCS) wrap
+-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)$(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
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index 953f7edb494a..6a94bb2ead12 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,7 +1,7 @@
 # Template file for 'aerc'
 pkgname=aerc
-version=0.14.0
-revision=2
+version=0.15.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=60bfd15e5528a504dd11a03a33a11438ebbac7d5daca46e02d0bdc983adf9012
+checksum=dbeb41abc71d4469da9067d401146843732d9838972067d18f836729006ca033
 ignore_elf_dirs="/usr/share/aerc/filters"
 
 post_install() {

             reply	other threads:[~2023-04-26 20:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-26 20:12 yoshiyoshyosh [this message]
2023-04-27  2:14 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43645@inbox.vuxu.org \
    --to=yoshiyoshyosh@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).