mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
aerc: update to 0.15.0.
This commit is contained in:
parent
81689d74ef
commit
08c93dca0f
2 changed files with 12 additions and 10 deletions
|
@ -1,16 +1,18 @@
|
||||||
Build style handles building and installing aerc binary.
|
Build style handles building and installing aerc binary.
|
||||||
Makefile should only install remaining files.
|
Makefile should only install remaining files.
|
||||||
--- a/Makefile 2023-01-04 16:38:38.000000000 +0100
|
diff --git a/Makefile b/Makefile
|
||||||
+++ b/Makefile 2023-01-06 20:23:16.175385382 +0100
|
index 3a3c900..5d230e0 100644
|
||||||
@@ -106,11 +106,10 @@
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -110,11 +110,10 @@ RM?=rm -f
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(DOCS) aerc
|
$(RM) $(DOCS) aerc wrap colorize
|
||||||
|
|
||||||
-install: $(DOCS) aerc wrap
|
-install: $(DOCS) aerc wrap colorize
|
||||||
+install: $(DOCS) wrap
|
+install: $(DOCS) wrap colorize
|
||||||
mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(MANDIR)/man5 $(DESTDIR)$(MANDIR)/man7 \
|
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)$(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 -m755 aerc $(DESTDIR)$(BINDIR)/aerc
|
||||||
install -m644 aerc.1 $(DESTDIR)$(MANDIR)/man1/aerc.1
|
install -m644 aerc.1 $(DESTDIR)$(MANDIR)/man1/aerc.1
|
||||||
install -m644 aerc-search.1 $(DESTDIR)$(MANDIR)/man1/aerc-search.1
|
install -m644 aerc-search.1 $(DESTDIR)$(MANDIR)/man1/aerc-search.1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aerc'
|
# Template file for 'aerc'
|
||||||
pkgname=aerc
|
pkgname=aerc
|
||||||
version=0.14.0
|
version=0.15.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="git.sr.ht/~rjarry/aerc"
|
go_import_path="git.sr.ht/~rjarry/aerc"
|
||||||
go_build_tags=notmuch
|
go_build_tags=notmuch
|
||||||
|
@ -14,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://aerc-mail.org"
|
homepage="https://aerc-mail.org"
|
||||||
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
|
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
|
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
|
||||||
checksum=60bfd15e5528a504dd11a03a33a11438ebbac7d5daca46e02d0bdc983adf9012
|
checksum=dbeb41abc71d4469da9067d401146843732d9838972067d18f836729006ca033
|
||||||
ignore_elf_dirs="/usr/share/aerc/filters"
|
ignore_elf_dirs="/usr/share/aerc/filters"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue