Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: havoc-0.5.0
@ 2023-05-18 23:54 lz-coder
  2023-05-18 23:58 ` [PR PATCH] [Updated] " lz-coder
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lz-coder @ 2023-05-18 23:54 UTC (permalink / raw)
  To: ml

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

There is a new pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages havoc
https://github.com/void-linux/void-packages/pull/43935

New package: havoc-0.5.0
<!-- 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**

<!-- 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-glibc)


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

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

From 32d0ba4593bbd517e35b2036893634602443efa8 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 18 May 2023 20:51:22 -0300
Subject: [PATCH] New package: havoc-0.5.0

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

diff --git a/srcpkgs/havoc/template b/srcpkgs/havoc/template
new file mode 100644
index 000000000000..0b8856f64ff0
--- /dev/null
+++ b/srcpkgs/havoc/template
@@ -0,0 +1,23 @@
+# Template file for 'havoc'
+pkgname=havoc
+version=0.5.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-protocols pkg-config"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Minimal terminal emulator for Wayland on Linux"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://github.com/ii8/havoc"
+distfiles="https://github.com/ii8/havoc/archive/refs/tags/${version}.tar.gz"
+checksum=3b0d37b13e3ca21f5e22f1e62a32fe736119cd5c601307c4000bed5fee179f77
+
+pre_build() {
+	CFLAGS+="-02 -DNDEBUG"
+}
+
+post_install() {
+	vlicense LICENSE
+	vmkdir etc/xdg/havoc
+	vcopy havoc.cfg /etc/xdg/havoc/
+}

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

* Re: [PR PATCH] [Updated] New package: havoc-0.5.0
  2023-05-18 23:54 [PR PATCH] New package: havoc-0.5.0 lz-coder
@ 2023-05-18 23:58 ` lz-coder
  2023-05-19  9:31 ` icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: lz-coder @ 2023-05-18 23:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages havoc
https://github.com/void-linux/void-packages/pull/43935

New package: havoc-0.5.0
<!-- 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**

<!-- 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-glibc)


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

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

From 21404bd99a6345b826a78aebcfe53aac701c9629 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 18 May 2023 20:51:22 -0300
Subject: [PATCH] New package: havoc-0.5.0

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

diff --git a/srcpkgs/havoc/template b/srcpkgs/havoc/template
new file mode 100644
index 000000000000..42d5eb4065b2
--- /dev/null
+++ b/srcpkgs/havoc/template
@@ -0,0 +1,19 @@
+# Template file for 'havoc'
+pkgname=havoc
+version=0.5.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-protocols pkg-config"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Minimal terminal emulator for Wayland on Linux"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://github.com/ii8/havoc"
+distfiles="https://github.com/ii8/havoc/archive/refs/tags/${version}.tar.gz"
+checksum=3b0d37b13e3ca21f5e22f1e62a32fe736119cd5c601307c4000bed5fee179f77
+
+post_install() {
+	vlicense LICENSE
+	vmkdir etc/xdg/havoc
+	vcopy havoc.cfg /etc/xdg/havoc/
+}

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

* Re: New package: havoc-0.5.0
  2023-05-18 23:54 [PR PATCH] New package: havoc-0.5.0 lz-coder
  2023-05-18 23:58 ` [PR PATCH] [Updated] " lz-coder
@ 2023-05-19  9:31 ` icp1994
  2023-06-29 20:47 ` icp1994
  2023-06-29 20:48 ` [PR PATCH] [Closed]: " lz-coder
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-05-19  9:31 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43935#issuecomment-1554299796

Comment:
`wayland-protocols` under `makedepends` and `wayland-devel` under both `hostmakedepends` & `makedepends`

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

* Re: New package: havoc-0.5.0
  2023-05-18 23:54 [PR PATCH] New package: havoc-0.5.0 lz-coder
  2023-05-18 23:58 ` [PR PATCH] [Updated] " lz-coder
  2023-05-19  9:31 ` icp1994
@ 2023-06-29 20:47 ` icp1994
  2023-06-29 20:48 ` [PR PATCH] [Closed]: " lz-coder
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-06-29 20:47 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43935#issuecomment-1613789738

Comment:
@lz-coder merged in https://github.com/void-linux/void-packages/commit/d33ccb9974bc1095bf6ccddb3b3f2d3344b7bcb8

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

* Re: [PR PATCH] [Closed]: New package: havoc-0.5.0
  2023-05-18 23:54 [PR PATCH] New package: havoc-0.5.0 lz-coder
                   ` (2 preceding siblings ...)
  2023-06-29 20:47 ` icp1994
@ 2023-06-29 20:48 ` lz-coder
  3 siblings, 0 replies; 5+ messages in thread
From: lz-coder @ 2023-06-29 20:48 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: havoc-0.5.0
https://github.com/void-linux/void-packages/pull/43935

Description:
<!-- 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**

<!-- 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-glibc)


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

end of thread, other threads:[~2023-06-29 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18 23:54 [PR PATCH] New package: havoc-0.5.0 lz-coder
2023-05-18 23:58 ` [PR PATCH] [Updated] " lz-coder
2023-05-19  9:31 ` icp1994
2023-06-29 20:47 ` icp1994
2023-06-29 20:48 ` [PR PATCH] [Closed]: " lz-coder

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