Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tmux: update to 3.4
@ 2024-02-15 18:45 mdkcore0
  2024-02-15 21:37 ` zdykstra
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mdkcore0 @ 2024-02-15 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-tmux
https://github.com/void-linux/void-packages/pull/48746

tmux: update to 3.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

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

From 385d10ac4e36a8332b876092dce286dca4344247 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 15 Feb 2024 15:41:47 -0300
Subject: [PATCH] tmux: update to 3.4

---
 srcpkgs/tmux/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tmux/template b/srcpkgs/tmux/template
index 55aab2e195670..c8c509d1b1d5c 100644
--- a/srcpkgs/tmux/template
+++ b/srcpkgs/tmux/template
@@ -1,7 +1,7 @@
 # Template file for 'tmux'
 pkgname=tmux
-version=3.3a
-revision=2
+version=3.4
+revision=1
 build_style=gnu-configure
 configure_args="--enable-utempter"
 hostmakedepends="byacc automake pkg-config"
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://tmux.github.io"
 changelog="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES"
 distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
-checksum=e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f
+checksum=551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
 
 pre_configure() {
 	autoreconf -fi

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

* Re: tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
@ 2024-02-15 21:37 ` zdykstra
  2024-02-15 22:30 ` mdkcore0
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2024-02-15 21:37 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/48746#issuecomment-1947379663

Comment:
Can we get SIXEL graphics enabled with the `--enable-sixel` build flag?

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

* Re: tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
  2024-02-15 21:37 ` zdykstra
@ 2024-02-15 22:30 ` mdkcore0
  2024-02-15 22:33 ` zdykstra
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mdkcore0 @ 2024-02-15 22:30 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/48746#issuecomment-1947444256

Comment:
@zdykstra seems interesting, but it should be discussed with the package maintainer (@sgn)

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

* Re: tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
  2024-02-15 21:37 ` zdykstra
  2024-02-15 22:30 ` mdkcore0
@ 2024-02-15 22:33 ` zdykstra
  2024-02-16  2:47 ` mdkcore0
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2024-02-15 22:33 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/48746#issuecomment-1947447910

Comment:
What's to discuss? It's a feature that's part of 3.4, lets enable it.

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

* Re: tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
                   ` (2 preceding siblings ...)
  2024-02-15 22:33 ` zdykstra
@ 2024-02-16  2:47 ` mdkcore0
  2024-02-16  3:12 ` [PR PATCH] [Updated] " mdkcore0
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mdkcore0 @ 2024-02-16  2:47 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/48746#issuecomment-1947675343

Comment:
> What's to discuss? It's a feature that's part of 3.4, lets enable it.

let's do it then (converting to draft while testing locally)

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

* Re: [PR PATCH] [Updated] tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
                   ` (3 preceding siblings ...)
  2024-02-16  2:47 ` mdkcore0
@ 2024-02-16  3:12 ` mdkcore0
  2024-02-16  3:17 ` mdkcore0
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mdkcore0 @ 2024-02-16  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-tmux
https://github.com/void-linux/void-packages/pull/48746

tmux: update to 3.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

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

From dd854e13f3aa46d3b0e36d3baaf7acef2398947d Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 15 Feb 2024 15:41:47 -0300
Subject: [PATCH] tmux: update to 3.4

---
 srcpkgs/tmux/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tmux/template b/srcpkgs/tmux/template
index 55aab2e1956706..aea9ffaa2fd879 100644
--- a/srcpkgs/tmux/template
+++ b/srcpkgs/tmux/template
@@ -1,9 +1,9 @@
 # Template file for 'tmux'
 pkgname=tmux
-version=3.3a
-revision=2
+version=3.4
+revision=1
 build_style=gnu-configure
-configure_args="--enable-utempter"
+configure_args="--enable-utempter --enable-sixel"
 hostmakedepends="byacc automake pkg-config"
 makedepends="libevent-devel libutempter-devel ncurses-devel"
 depends="ncurses-base"
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://tmux.github.io"
 changelog="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES"
 distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
-checksum=e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f
+checksum=551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
 
 pre_configure() {
 	autoreconf -fi

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

* Re: tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
                   ` (4 preceding siblings ...)
  2024-02-16  3:12 ` [PR PATCH] [Updated] " mdkcore0
@ 2024-02-16  3:17 ` mdkcore0
  2024-02-16  8:46 ` sgn
  2024-02-16  8:46 ` [PR PATCH] [Merged]: " sgn
  7 siblings, 0 replies; 9+ messages in thread
From: mdkcore0 @ 2024-02-16  3:17 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/48746#issuecomment-1947694522

Comment:
it seems to be working; since alacritty do not support sixel, tested on wezterm ([image used for test](https://raw.githubusercontent.com/saitoha/libsixel/master/images/snake.six))

outside tmux: 
![image](https://github.com/void-linux/void-packages/assets/1218078/c18e5f50-f860-46e2-b33f-c19bb9d0270d)

inside tmux:
![image](https://github.com/void-linux/void-packages/assets/1218078/c058ae23-f519-4d9d-ae08-6f5d62a63738)



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

* Re: tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
                   ` (5 preceding siblings ...)
  2024-02-16  3:17 ` mdkcore0
@ 2024-02-16  8:46 ` sgn
  2024-02-16  8:46 ` [PR PATCH] [Merged]: " sgn
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2024-02-16  8:46 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/48746#issuecomment-1947974921

Comment:
sixel is broken with tmux inside konsole. sixel has been removed from vte3. Anyway, you asked, you have it.

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

* Re: [PR PATCH] [Merged]: tmux: update to 3.4
  2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
                   ` (6 preceding siblings ...)
  2024-02-16  8:46 ` sgn
@ 2024-02-16  8:46 ` sgn
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2024-02-16  8:46 UTC (permalink / raw)
  To: ml

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

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

tmux: update to 3.4
https://github.com/void-linux/void-packages/pull/48746

Description:
A [basic support for sixel](https://github.com/tmux/tmux/commit/dfbc6b1888c110cf0ade66f20188c57757ee1298) was added on this [release](https://github.com/tmux/tmux/blob/608d113486835515e7a89b1511704440c68ae817/CHANGES#L13) (enabled with `--enable-sixel`), so it would be good if more people can test it.

A list of terminal emulators that do support sixel is available [here](https://www.arewesixelyet.com/).

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

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

end of thread, other threads:[~2024-02-16  8:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 18:45 [PR PATCH] tmux: update to 3.4 mdkcore0
2024-02-15 21:37 ` zdykstra
2024-02-15 22:30 ` mdkcore0
2024-02-15 22:33 ` zdykstra
2024-02-16  2:47 ` mdkcore0
2024-02-16  3:12 ` [PR PATCH] [Updated] " mdkcore0
2024-02-16  3:17 ` mdkcore0
2024-02-16  8:46 ` sgn
2024-02-16  8:46 ` [PR PATCH] [Merged]: " sgn

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