Github messages for voidlinux
 help / color / mirror / Atom feed
From: littlewing7 <littlewing7@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: a4-0.2.1
Date: Thu, 04 May 2023 21:06:02 +0200	[thread overview]
Message-ID: <20230504190602.ZSV8vVqQJJCCAE7VZBKRsx1TivY6dti55GRBCy2Ff0A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43734@inbox.vuxu.org>

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

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

https://github.com/littlewing7/void-packages a4-terminal.0.2.1
https://github.com/void-linux/void-packages/pull/43734

New package: a4-0.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l-musl



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-a4-terminal.0.2.1-43734.patch --]
[-- Type: text/x-diff, Size: 1315 bytes --]

From d3670dcb0580233bc2417eddb181cbf91dec8547 Mon Sep 17 00:00:00 2001
From: Massimo Manzato <massimo.manzato@gmail.com>
Date: Wed, 3 May 2023 23:37:38 +0200
Subject: [PATCH] New package: a4-0.2.1

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

diff --git a/srcpkgs/a4/template b/srcpkgs/a4/template
new file mode 100644
index 000000000000..7cd799e11dde
--- /dev/null
+++ b/srcpkgs/a4/template
@@ -0,0 +1,28 @@
+# Template file for 'a4'
+pkgname=a4
+version=0.2.1
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+hostmakedepends="libtool pkg-config"
+makedepends="libvterm-devel libtickit-devel"
+depends="libvterm>=0.3.1 libtickit>=0.4.3"
+short_desc="A4 is a dynamic terminal window manager, partial rewrite of dvtm"
+maintainer="Massimo Manzato <massimo.manzato@gmail.com>"
+license="MIT"
+homepage="https://a4term.com/"
+distfiles="https://github.com/rpmohn/a4/archive/v${version}.tar.gz"
+checksum=52e16e58ac52b9157933a3fd1063bc79e8dfa2f72ea2b4f03e77327bbec2c59e
+
+post_extract() {
+	if [ "$CROSS_BUILD" ]; then
+		cp /usr/bin/libtool .
+		sed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool
+		sed -e "s,libtool,./libtool,g" -i Makefile
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-05-04 19:06 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 21:43 [PR PATCH] " littlewing7
2023-05-04 12:24 ` [PR REVIEW] " abenson
2023-05-04 19:06 ` littlewing7 [this message]
2023-05-04 19:09 ` littlewing7
2023-05-08  8:49 ` [PR PATCH] [Updated] " littlewing7
2023-05-08  9:04 ` littlewing7
2023-05-08 21:27 ` [PR REVIEW] " littlewing7
2023-05-19 19:56 ` littlewing7
2023-05-19 22:24 ` [PR REVIEW] " Duncaen
2023-05-19 22:25 ` Duncaen
2023-05-20  6:13 ` littlewing7
2023-05-20  6:50 ` [PR PATCH] [Updated] " littlewing7
2023-05-20 11:32 ` [PR REVIEW] " Duncaen
2023-06-19 14:29 ` littlewing7
2023-06-19 14:38 ` [PR PATCH] [Updated] " littlewing7
2023-06-19 14:45 ` [PR REVIEW] " Duncaen
2023-06-19 14:46 ` Duncaen
2023-06-19 14:46 ` Duncaen
2023-06-19 15:01 ` [PR PATCH] [Updated] " littlewing7
2023-06-20 14:09 ` [PR REVIEW] " abenson
2023-06-21  7:44 ` [PR PATCH] [Updated] " littlewing7
2023-06-22  9:51 ` littlewing7
2023-06-22 10:17 ` [PR REVIEW] " Duncaen
2023-06-22 10:24 ` [PR PATCH] [Updated] " littlewing7
2023-06-22 10:26 ` littlewing7
2023-06-22 10:38 ` [PR PATCH] [Merged]: " Duncaen

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=20230504190602.ZSV8vVqQJJCCAE7VZBKRsx1TivY6dti55GRBCy2Ff0A@z \
    --to=littlewing7@users.noreply.github.com \
    --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).