diff --git a/srcpkgs/aerc/patches/makefile-only-install.patch b/srcpkgs/aerc/patches/makefile-only-install.patch index b35803258f0d79..4ad1108d844308 100644 --- a/srcpkgs/aerc/patches/makefile-only-install.patch +++ b/srcpkgs/aerc/patches/makefile-only-install.patch @@ -8,6 +8,7 @@ index 95556b..a83707 100644 $(foreach t,$(wildcard templates/*),\ $(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,contrib/aerc.svg,644,$(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps)) -$(eval $(call install_file,aerc,755,$(DESTDIR)$(BINDIR))) $(eval $(call install_file,contrib/carddav-query,755,$(DESTDIR)$(BINDIR))) diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template index e8576e63400670..d530d0bebf6138 100644 --- a/srcpkgs/aerc/template +++ b/srcpkgs/aerc/template @@ -1,6 +1,6 @@ # Template file for 'aerc' pkgname=aerc -version=0.21.0 +version=0.22.0 revision=1 build_style=go go_import_path="git.sr.ht/~rjarry/aerc" @@ -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=3f1469bbaea982fc58352f2682932ecc2fb50c705994d96b2343e771747745a7 +checksum=f1cd5e358fd836051d4d88c189ecaa025a108b729281985525b45b13bc49e70f ignore_elf_dirs="/usr/share/aerc/filters" post_install() {