This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[PATCH] Start maintaining neomutt and update the package
---
testing/neomutt/APKBUILD | 16 ++++++ ----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/testing/neomutt/APKBUILD b/testing/neomutt/APKBUILD
index c15abc8172..8b4b27b0e9 100644
--- a/testing/neomutt/APKBUILD
+++ b/testing/neomutt/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
- # Maintainer:
+ # Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=neomutt
- pkgver=20180716
- pkgrel=3
+ pkgver=20200821
+ pkgrel=4
pkgdesc="Mutt with miscellaneous fixes and feature patches"
url="https://neomutt.org/"
arch="all"
@@ -11,8 +11,8 @@ makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libidn-dev
ncurses-dev openssl-dev notmuch-dev bsd-compat-headers libxslt tcl
docbook-xsl perl w3m"
subpackages="$pkgname-doc $pkgname-lang"
- source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgname-$pkgver.tar.gz"
- builddir="$srcdir/$pkgname-$pkgname-$pkgver"
+ source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz"
+ builddir="$srcdir/$pkgname-$pkgver"
build() {
./configure \
@@ -24,14 +24,10 @@ build() {
make
}
- check() {
- make test
- }
-
package() {
make DESTDIR="$pkgdir" install
install -Dm644 contrib/gpg.rc \
"$pkgdir"/usr/share/doc/$pkgname/examples/Muttrc.gpg
}
- sha512sums="ee4093217cc1409262b96ab33ed78a38f5c6a72f62fcd7b25027f9373687ce67af8a4e1793b1d7d843bee5b4a7e0c69b30b3badf88a4e1a8fadd8b21441faaae neomutt-20180716.tar.gz"
+ sha512sums="f7cba9123613c34711b84ab9f5ccab840be38876da20b29d281c142a3b4f5d582b879d727c95232b0fcc7b41947d05bf89707232d3980e160bcdba68784d6eef neomutt-20200821.tar.gz"
--
2.28.0
On Sat, 29 Aug 2020 19:33:45 +0200
Alex Denes <caskd@redxen.eu > wrote:
> ---
> testing/neomutt/APKBUILD | 16 ++++++----------
> 1 file changed, 6 insertions(+), 10 deletions(-)
>
> diff --git a/testing/neomutt/APKBUILD b/testing/neomutt/APKBUILD
> index c15abc8172..8b4b27b0e9 100644
> --- a/testing/neomutt/APKBUILD
> +++ b/testing/neomutt/APKBUILD
> @@ -1,8 +1,8 @@
> # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net >
> -# Maintainer:
> +# Maintainer: Alex Denes <caskd@redxen.eu >
> pkgname=neomutt
> -pkgver=20180716
> -pkgrel=3
> +pkgver=20200821
> +pkgrel=4
> pkgdesc="Mutt with miscellaneous fixes and feature patches"
> url="https://neomutt.org/"
> arch="all"
> @@ -11,8 +11,8 @@ makedepends="cyrus-sasl-dev gdbm-dev gettext-dev
> gpgme-dev libidn-dev ncurses-dev openssl-dev notmuch-dev
> bsd-compat-headers libxslt tcl docbook-xsl perl w3m"
> subpackages="$pkgname-doc $pkgname-lang"
> -source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgname-$pkgver.tar.gz"
> -builddir="$srcdir/$pkgname-$pkgname-$pkgver"
> +source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz"
> +builddir="$srcdir/$pkgname-$pkgver"
>
> build() {
> ./configure \
> @@ -24,14 +24,10 @@ build() {
> make
> }
>
> -check() {
> - make test
> -}
> -
> package() {
> make DESTDIR="$pkgdir" install
> install -Dm644 contrib/gpg.rc \
> "$pkgdir"/usr/share/doc/$pkgname/examples/Muttrc.gpg
> }
>
> -sha512sums="ee4093217cc1409262b96ab33ed78a38f5c6a72f62fcd7b25027f9373687ce67af8a4e1793b1d7d843bee5b4a7e0c69b30b3badf88a4e1a8fadd8b21441faaae
> neomutt-20180716.tar.gz"
> +sha512sums="f7cba9123613c34711b84ab9f5ccab840be38876da20b29d281c142a3b4f5d582b879d727c95232b0fcc7b41947d05bf89707232d3980e160bcdba68784d6eef
> neomutt-20200821.tar.gz"
Please open a merge request on gitlab.alpinelinux.org
On 2020-08-29 14:43:22 -0300, Leo wrote:
>
> Please open a merge request on gitlab.alpinelinux.org
Should this mailing list be deleted/disabled since it is not supposed to
be used anymore (shame in my opinion)?
On the list of mailing list it is still advertised as
> ~alpine/aports
>
> Patches for aports can be sent to this list
That does not seem to be true anymore.
W.
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.