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


Commits:
1fb1e841 by Christian Hesse at 2024-02-14T21:05:16+01:00
upgpkg: 3.4-3: disable sixel support

This has been enabled for #1, but it pulls in quite a lot of dependencies.
These are not worth it installing on a clean server, so reverting.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
 pkgbase = tmux
        pkgdesc = Terminal multiplexer
        pkgver = 3.4
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/tmux/tmux/wiki
        arch = x86_64
        license = BSD
        makedepends = systemd
        depends = libevent
        depends = libevent_core-2.1.so
-       depends = libsixel
        depends = libutempter
        depends = ncurses
        depends = libncursesw.so


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,12 @@
 
 pkgname=tmux
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Terminal multiplexer'
 url='https://github.com/tmux/tmux/wiki'
 arch=('x86_64')
 license=('BSD')
 depends=('libevent' 'libevent_core-2.1.so'
-         'libsixel'
          'libutempter'
          'ncurses' 'libncursesw.so'
          'systemd-libs' 'libsystemd.so')
@@ -22,7 +21,6 @@ build() {
 
        ./configure \
                --prefix=/usr \
-               --enable-sixel \
                --enable-systemd \
                --enable-utempter
        make



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

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


Reply via email to