Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: a4-0.2.1
@ 2023-05-03 21:43 littlewing7
  2023-05-04 12:24 ` [PR REVIEW] " abenson
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: littlewing7 @ 2023-05-03 21:43 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1458 bytes --]

From 26fd975823f7e05403a757782a1eb419e38b40d0 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 | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/a4/template

diff --git a/srcpkgs/a4/template b/srcpkgs/a4/template
new file mode 100644
index 000000000000..2bc75157b210
--- /dev/null
+++ b/srcpkgs/a4/template
@@ -0,0 +1,34 @@
+# Template file for 'a4'
+pkgname=a4
+version=0.2.1
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+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/"
+#changelog=""
+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
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2023-06-22 10:38 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03 21:43 [PR PATCH] New package: a4-0.2.1 littlewing7
2023-05-04 12:24 ` [PR REVIEW] " abenson
2023-05-04 19:06 ` [PR PATCH] [Updated] " littlewing7
2023-05-04 19:09 ` [PR REVIEW] " 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

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).