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