mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
aerc: update to 0.16.0.
This commit is contained in:
parent
0c78c14d41
commit
e8e3c6358b
2 changed files with 14 additions and 19 deletions
|
@ -1,19 +1,14 @@
|
||||||
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.
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git i/GNUmakefile w/GNUmakefile
|
||||||
index 3a3c900..5d230e0 100644
|
index 95556b..a83707 100644
|
||||||
--- a/Makefile
|
--- i/GNUmakefile
|
||||||
+++ b/Makefile
|
+++ w/GNUmakefile
|
||||||
@@ -110,11 +110,10 @@ RM?=rm -f
|
@@ -196,7 +196,6 @@ $(foreach s,$(wildcard stylesets/*),\
|
||||||
clean:
|
$(foreach t,$(wildcard templates/*),\
|
||||||
$(RM) $(DOCS) aerc wrap colorize
|
$(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
|
$(sort $(dirs)):
|
||||||
+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
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aerc'
|
# Template file for 'aerc'
|
||||||
pkgname=aerc
|
pkgname=aerc
|
||||||
version=0.15.2
|
version=0.16.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=722da196e8807c497f5472704b8a1737d7780ad0faa7166ae83348bc67b144f7
|
checksum=b81b4f27272df2e370da377438a500c0695d29b8a4c86ff5849d6ddf3433f4db
|
||||||
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