enable sixel graphics
resolves: rhbz#1763712
This commit is contained in:
parent
78b02f2586
commit
bb3103106a
@ -1,7 +1,7 @@
|
||||
Summary: Terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 349
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: https://invisible-island.net/xterm
|
||||
License: MIT
|
||||
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
||||
@ -60,7 +60,8 @@ done
|
||||
--with-icondir=%{_datadir}/icons \
|
||||
--with-utempter \
|
||||
--with-tty-group=tty \
|
||||
--disable-full-tgetent
|
||||
--disable-full-tgetent \
|
||||
--enable-sixel-graphics
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -100,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||
%{_mandir}/man1/resize.1*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2019 Tomas Korbar <tkorbar@redhat.com> - 349-2
|
||||
- enable sixel graphics (#1763712)
|
||||
|
||||
* Tue Sep 24 2019 Tomas Korbar <tkorbar@redhat.com> - 349-1
|
||||
- update to 349
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user