mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
aerc: update to 0.14.0
This commit is contained in:
parent
396e6e1a68
commit
576fd4be0d
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue