Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
tmux


Commits:
3f25ffee by Christian Hesse at 2024-02-16T20:53:34+01:00
upgpkg: 3.4-4: enable sixel support, again...

... as it turns out that tmux comes with its own implementation, and does
not depend in libsixel, at all. No idea what confused me... 🙄

Follow-up on #1

Please give it some good testing...

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = tmux
        pkgdesc = Terminal multiplexer
        pkgver = 3.4
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/tmux/tmux/wiki
        arch = x86_64
        license = BSD


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=tmux
 pkgver=3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Terminal multiplexer'
 url='https://github.com/tmux/tmux/wiki'
 arch=('x86_64')
@@ -21,6 +21,7 @@ build() {
 
        ./configure \
                --prefix=/usr \
+               --enable-sixel \
                --enable-systemd \
                --enable-utempter
        make



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/3f25ffee1121a4eb837a292a19d49751a70dd49d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/3f25ffee1121a4eb837a292a19d49751a70dd49d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to