Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: podman-tui-0.9.1
@ 2023-06-01 21:11 xeji
  2023-06-01 21:23 ` xeji
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: xeji @ 2023-06-01 21:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeji/void-packages podman-tui
https://github.com/void-linux/void-packages/pull/44221

New package: podman-tui-0.9.1
#### 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**

#### 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/44221.patch is attached

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

From f429d534d0f6b3cb31553b3b0c6b20548dfea17e Mon Sep 17 00:00:00 2001
From: Uli Baum <xeji@cat3.de>
Date: Thu, 1 Jun 2023 22:53:46 +0200
Subject: [PATCH] New package: podman-tui-0.9.1

---
 srcpkgs/podman-tui/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/podman-tui/template

diff --git a/srcpkgs/podman-tui/template b/srcpkgs/podman-tui/template
new file mode 100644
index 000000000000..56c30e4643c7
--- /dev/null
+++ b/srcpkgs/podman-tui/template
@@ -0,0 +1,18 @@
+# Template file for 'podman-tui'
+pkgname=podman-tui
+version=0.9.1
+revision=1
+build_style=gnu-makefile
+make_build_target="binary"
+hostmakedepends="go"
+short_desc="Podman Terminal User Interface"
+maintainer="Uli Baum <xeji@cat3.de>"
+license="Apache-2.0"
+homepage="https://github.com/containers/podman-tui"
+distfiles="https://github.com/containers/podman-tui/archive/v${version}.tar.gz"
+checksum=c3d2cf9fbac9e319c725a79385eccb079ab8395fc35f0107a6de12b3be01128d
+
+do_install() {
+	vbin bin/podman-tui
+	vdoc docs/README.md
+}

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

* Re: New package: podman-tui-0.9.1
  2023-06-01 21:11 [PR PATCH] New package: podman-tui-0.9.1 xeji
@ 2023-06-01 21:23 ` xeji
  2023-06-01 21:28 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: xeji @ 2023-06-01 21:23 UTC (permalink / raw)
  To: ml

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

New comment by xeji on void-packages repository

https://github.com/void-linux/void-packages/pull/44221#issuecomment-1572804922

Comment:
I don't understand the arm build errors - seems to compile but "failed to strip". How can I fix this?


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

* Re: New package: podman-tui-0.9.1
  2023-06-01 21:11 [PR PATCH] New package: podman-tui-0.9.1 xeji
  2023-06-01 21:23 ` xeji
@ 2023-06-01 21:28 ` classabbyamp
  2023-06-01 21:49 ` xeji
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-06-01 21:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44221#issuecomment-1572810986

Comment:
it's building it for the host arch instead of the target arch. I would suggest not using the makefile and instead using go build style, as that will cross-compile correctly

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

* Re: New package: podman-tui-0.9.1
  2023-06-01 21:11 [PR PATCH] New package: podman-tui-0.9.1 xeji
  2023-06-01 21:23 ` xeji
  2023-06-01 21:28 ` classabbyamp
@ 2023-06-01 21:49 ` xeji
  2023-06-01 22:49 ` [PR PATCH] [Updated] " xeji
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: xeji @ 2023-06-01 21:49 UTC (permalink / raw)
  To: ml

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

New comment by xeji on void-packages repository

https://github.com/void-linux/void-packages/pull/44221#issuecomment-1572834796

Comment:
I see, thanks. Upstream build instructions use makefile but I'll try go build.

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

* Re: [PR PATCH] [Updated] New package: podman-tui-0.9.1
  2023-06-01 21:11 [PR PATCH] New package: podman-tui-0.9.1 xeji
                   ` (2 preceding siblings ...)
  2023-06-01 21:49 ` xeji
@ 2023-06-01 22:49 ` xeji
  2023-06-01 22:50 ` xeji
  2023-06-25 17:05 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: xeji @ 2023-06-01 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeji/void-packages podman-tui
https://github.com/void-linux/void-packages/pull/44221

New package: podman-tui-0.9.1
#### 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**

#### 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/44221.patch is attached

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

From fd5e3023bb4361c419f9f3efed88a6cfa63ecc74 Mon Sep 17 00:00:00 2001
From: Uli Baum <xeji@cat3.de>
Date: Thu, 1 Jun 2023 22:53:46 +0200
Subject: [PATCH] New package: podman-tui-0.9.1

---
 srcpkgs/podman-tui/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/podman-tui/template

diff --git a/srcpkgs/podman-tui/template b/srcpkgs/podman-tui/template
new file mode 100644
index 000000000000..05777323de45
--- /dev/null
+++ b/srcpkgs/podman-tui/template
@@ -0,0 +1,18 @@
+# Template file for 'podman-tui'
+pkgname=podman-tui
+version=0.9.1
+revision=1
+build_style=go
+go_import_path="github.com/containers/podman-tui"
+hostmakedepends="pkg-config"
+makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
+short_desc="Podman Terminal User Interface"
+maintainer="Uli Baum <xeji@cat3.de>"
+license="Apache-2.0"
+homepage="https://github.com/containers/podman-tui"
+distfiles="https://github.com/containers/podman-tui/archive/v${version}.tar.gz"
+checksum=c3d2cf9fbac9e319c725a79385eccb079ab8395fc35f0107a6de12b3be01128d
+
+post_install() {
+	vdoc docs/README.md
+}

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

* Re: New package: podman-tui-0.9.1
  2023-06-01 21:11 [PR PATCH] New package: podman-tui-0.9.1 xeji
                   ` (3 preceding siblings ...)
  2023-06-01 22:49 ` [PR PATCH] [Updated] " xeji
@ 2023-06-01 22:50 ` xeji
  2023-06-25 17:05 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: xeji @ 2023-06-01 22:50 UTC (permalink / raw)
  To: ml

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

New comment by xeji on void-packages repository

https://github.com/void-linux/void-packages/pull/44221#issuecomment-1572889290

Comment:
Switched to build_style=go, hope it will cross-compile better now.

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

* Re: [PR PATCH] [Merged]: New package: podman-tui-0.9.1
  2023-06-01 21:11 [PR PATCH] New package: podman-tui-0.9.1 xeji
                   ` (4 preceding siblings ...)
  2023-06-01 22:50 ` xeji
@ 2023-06-25 17:05 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-06-25 17:05 UTC (permalink / raw)
  To: ml

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

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

New package: podman-tui-0.9.1
https://github.com/void-linux/void-packages/pull/44221

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2023-06-25 17:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 21:11 [PR PATCH] New package: podman-tui-0.9.1 xeji
2023-06-01 21:23 ` xeji
2023-06-01 21:28 ` classabbyamp
2023-06-01 21:49 ` xeji
2023-06-01 22:49 ` [PR PATCH] [Updated] " xeji
2023-06-01 22:50 ` xeji
2023-06-25 17:05 ` [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).