1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 06:12:16 +03:00

.debs now provide x-terminal-emulator

refs: #1139
This commit is contained in:
Wez Furlong 2021-09-13 08:36:58 -07:00
parent e6513e30a5
commit 82cf33e0ab
2 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ Description: Wez's Terminal Emulator.
such as fonts with ligatures, hyperlinks, tabs and multiple such as fonts with ligatures, hyperlinks, tabs and multiple
windows. windows.
Depends: libc6, libegl-mesa0, libxcb-icccm4, libxcb-ewmh2, libxcb-keysyms1, libxcb-xkb1, libxkbcommon0, libxkbcommon-x11-0, libfontconfig1, xdg-utils, libxcb-render0, libxcb-shape0, libx11-6, libegl1 Depends: libc6, libegl-mesa0, libxcb-icccm4, libxcb-ewmh2, libxcb-keysyms1, libxcb-xkb1, libxkbcommon0, libxkbcommon-x11-0, libfontconfig1, xdg-utils, libxcb-render0, libxcb-shape0, libx11-6, libegl1
Provides: x-terminal-emulator
EOF EOF
install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm-mux-server install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm-mux-server
install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm-gui install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm-gui

View File

@ -44,6 +44,7 @@ As features stabilize some brief notes about them will accumulate here.
* Fixed: Wayland: dragging the window using the tab bar now works. Thanks to [@unrelentingtech](https://github.com/unrelentingtech)! [#1127](https://github.com/wez/wezterm/issues/1127) * Fixed: Wayland: dragging the window using the tab bar now works. Thanks to [@unrelentingtech](https://github.com/unrelentingtech)! [#1127](https://github.com/wez/wezterm/issues/1127)
* New: X11, macOS: Window resizing now prefers to step in increments of the cell size * New: X11, macOS: Window resizing now prefers to step in increments of the cell size
* Fixed: error matching a font when that font is in a .ttc that contains multiple font families. [#1137](https://github.com/wez/wezterm/issues/1137) * Fixed: error matching a font when that font is in a .ttc that contains multiple font families. [#1137](https://github.com/wez/wezterm/issues/1137)
* Improved: `.deb` packages now `Provides: x-terminal-emulator`. [#1139](https://github.com/wez/wezterm/issues/1139)
### 20210814-124438-54e29167 ### 20210814-124438-54e29167