Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: aerc
Date: Tue, 18 Jun 2019 00:13:14 +0200	[thread overview]
Message-ID: <20190617221314.OTdtFnkDzq1YrxwZMhOSOaiQrTWRxcX9cppICUItS4o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12516@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There is an updated pull request by shtayerc against master on the void-packages repository

https://github.com/shtayerc/void-packages aerc
https://github.com/void-linux/void-packages/pull/12516

New package: aerc
Some fixes(archs, xlint)

A patch file from https://github.com/void-linux/void-packages/pull/12516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aerc-12516.patch --]
[-- Type: application/text/x-diff, Size: 2802 bytes --]

From b63cecc79bb6242cb3dbe192a42d4d6ec51a133a Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Mon, 17 Jun 2019 23:11:33 +0200
Subject: [PATCH 1/3] Aerc package

---
 srcpkgs/aerc/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/aerc/template

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
new file mode 100644
index 00000000000..099b13c43f3
--- /dev/null
+++ b/srcpkgs/aerc/template
@@ -0,0 +1,21 @@
+# Template file for 'aerc'
+pkgname=aerc
+version=0.1.2
+revision=1
+makedepends="go scdoc git"
+depends="python3-colorama"
+short_desc="The world's best email client"
+maintainer="shtayerc <david.murko@mailbox.org>"
+license="MIT"
+homepage="https://aerc-mail.org"
+distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
+checksum=37b58c32dbaa4395deb12974b92ed0725cb248e348b7f45bdc4354f548cbf4be
+
+do_build() {
+	make
+}
+
+do_install() {
+	make PREFIX=/usr install
+	vlicense LICENSE
+}

From e2ab3444510ddd2811bf0a65e569a3757e1edbba Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Mon, 17 Jun 2019 23:47:29 +0200
Subject: [PATCH 2/3] New package: aerc

---
 srcpkgs/aerc/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index 099b13c43f3..f2bd4153762 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -2,9 +2,10 @@
 pkgname=aerc
 version=0.1.2
 revision=1
+archs="i686 x86_64 x86_64-musl"
 makedepends="go scdoc git"
 depends="python3-colorama"
-short_desc="The world's best email client"
+short_desc="Terminal email client"
 maintainer="shtayerc <david.murko@mailbox.org>"
 license="MIT"
 homepage="https://aerc-mail.org"

From 78f56daac4c65f19924b942156daf82fc6731004 Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Tue, 18 Jun 2019 00:12:51 +0200
Subject: [PATCH 3/3] hostmakedepends and build_style used

---
 srcpkgs/aerc/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index f2bd4153762..2ad2937fe7a 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -2,8 +2,8 @@
 pkgname=aerc
 version=0.1.2
 revision=1
-archs="i686 x86_64 x86_64-musl"
-makedepends="go scdoc git"
+build_style=gnu-makefile
+hostmakedepends="go scdoc git"
 depends="python3-colorama"
 short_desc="Terminal email client"
 maintainer="shtayerc <david.murko@mailbox.org>"
@@ -12,11 +12,6 @@ homepage="https://aerc-mail.org"
 distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
 checksum=37b58c32dbaa4395deb12974b92ed0725cb248e348b7f45bdc4354f548cbf4be
 
-do_build() {
-	make
-}
-
-do_install() {
-	make PREFIX=/usr install
+post_install() {
 	vlicense LICENSE
 }

  parent reply	other threads:[~2019-06-17 22:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-17 21:50 [PR PATCH] " voidlinux-github
2019-06-17 22:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-17 22:13 ` voidlinux-github [this message]
2019-06-17 22:29 ` voidlinux-github
2019-06-17 22:29 ` voidlinux-github
2019-06-17 22:46 ` voidlinux-github
2019-06-17 22:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-17 22:51 ` voidlinux-github
2019-06-17 22:57 ` voidlinux-github
2019-06-17 22:57 ` voidlinux-github
2019-06-17 23:35 ` voidlinux-github
2019-06-17 23:42 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-17 23:42 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190617221314.OTdtFnkDzq1YrxwZMhOSOaiQrTWRxcX9cppICUItS4o@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).