| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghostty-bash-completion | Distribution: openSUSE Tumbleweed |
| Version: 1.1.3 | Vendor: openSUSE |
| Release: 1.1 | Build date: Mon Mar 24 20:58:31 2025 |
| Group: System/Shells | Build host: reproducible |
| Size: 41545 | Source RPM: ghostty-1.1.3-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/ghostty-org/ghostty | |
| Summary: Bash Completion for ghostty | |
Bash command-line completion support for ghostty.
MIT
* Mon Mar 24 2025 Avindra Goolcharan <avindra@opensuse.org>
- Update to 1.1.3
* see: https://ghostty.org/docs/install/release-notes/1-1-3
* OSC 21 (Kitty color protocol): Ghostty no longer sends a
response for non-query requests. #5770
* The pty no longer has an initialize size of 0x0. The size is
something non-zero but may still be incorrect due to a race
condition between initializing the pty and drawing the GUI
window. We do not consider this a bug. #5776
* Increase the maximum number of parameters for CSI sequences
to 24. This fixes some SGR sequences that were not working
properly in Kakoune. #5949
* The default binding for equalize_splits is now usable by
default for US (and similar) keyboard layouts. It was
previously an impossible binding.
The binding is super+ctrl+shift+plus. #5646
* The elvish shell integration sudo feature now works properly. #5992
* GTK: Fix various rendering issues with the "ngl" GSK renderer.
This resolves compatibility issues with GTK 4.18 and Gnome 48. #6877
* GTK: Treat negative content scale values from GTK as 1.0.
This fixes some known default setting issues on Gentoo systems. #5954
* GTK: Make the split drag handle area smaller to allow
selecting text on the boundary. This fix isn't perfect but is
an improvement. A more comprehensive fix is planned for 1.2.0. #6000
* GTK: The title configuration is now respected when a new tab
is created from the tab overview. #6032
* GTK: Improve the reliability of Korean input methods,
SPECIFICALLY THE FCITX5-HANGUL INPUT METHOD. #6779
* Thu Feb 13 2025 Marcus Rueckert <mrueckert@suse.de>
- Update to 1.1.1
https://ghostty.org/docs/install/release-notes/1-1-1
- incorporated fetch-zig-cache.sh into vendor.sh as it was removed
upstream
* Tue Feb 04 2025 Marcus Rueckert <mrueckert@suse.de>
- fix debuginfo generation by disabling strip in the zig build
* Fri Jan 31 2025 Marcus Rueckert <mrueckert@suse.de>
- with the gobject-introspection we no longer need python3-nautilus
replace the BuildRequites with python-nautilus-common-files
* Fri Jan 31 2025 Marcus Rueckert <mrueckert@suse.de>
- add gobject-introspection as BuildRequires to get the GI based
dependencies
* Thu Jan 30 2025 Marcus Rueckert <mrueckert@suse.de>
- Rename the nautilus plugin to just ghostty.py:
It looks like the loader interprets the path
com.mitchellh.ghostty.py as a python class hierachy and fails to
load the plugin because of that.
* Thu Jan 30 2025 Marcus Rueckert <mrueckert@suse.de>
- Update to 1.1.0
https://ghostty.org/docs/install/release-notes/1-1-0
- drop https://github.com/ghostty-org/ghostty/commit/f60068eabd94e6784f3b557c7287c49dd36bb24c.diff
- new subpackage for nautilus plugin
new BuildRequires python3-nautilus python3-gobject
* Thu Jan 16 2025 Marcus Rueckert <mrueckert@suse.de>
- testing shows that we can not rely on the terminfo files coming
from the ncurses package. reenable the terminfo-ghostty package
- we drop the conflicts with the terminfo package as the ghostty
files should be dropped from that package now.
* Mon Jan 13 2025 Marcus Rueckert <mrueckert@suse.de>
- now that we have the proper files in the terminfo we can switch
to using the distro provided terminfo files again.
* Sun Jan 12 2025 Marcus Rueckert <mrueckert@suse.de>
- As we actually have a file conflict we should also have a
conflict for the package. (boo#1235689)
* Sun Jan 12 2025 Marcus Rueckert <mrueckert@suse.de>
- reenable the the standalone terminfo package. the ghostty
terminfo file in the main terminfo package is broken.
(boo#1235689)
* Sun Jan 12 2025 Marcus Rueckert <mrueckert@suse.de>
- Disable the standalone terminfo package as the same file is now
in the default terminfo package.
* Mon Jan 06 2025 Avindra Goolcharan <avindra@opensuse.org>
- refetch f60068eabd94e6784f3b557c7287c49dd36bb24c.diff
* Fri Jan 03 2025 Marcus Rueckert <mrueckert@suse.de>
- replace no-strip.patch with the official patch, which also covers
more cases:
https://github.com/ghostty-org/ghostty/commit/f60068eabd94e6784f3b557c7287c49dd36bb24c.diff
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- switch to the official tarball for 1.0.1 and add minisign file
plus verification step.
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- lock zig dependency to the same limits as upstream.
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- Add no-strip.patch
disable strip for the binary
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- move trim-deps.sh to vendor.sh and make it do all the steps to
cache the dependencies into vendor/zig
- make the test file cleanup more robust
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- Update to 1.0.1
https://github.com/ghostty-org/ghostty/compare/v1.0.0...v1.0.1
- drop 3426.patch
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- simplify filelist
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- add https://patch-diff.githubusercontent.com/raw/ghostty-org/ghostty/pull/3426.patch
Fix missing DESTDIR handling for the terminfo step.
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- set the build option to have a clean version string
- set the cpu=baseline define so we get the more portable binary
- refactor out common build options into a define to ease
maintenance
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- also split out the neovim files
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
- split out the terminfo files
* Thu Dec 26 2024 Avindra Goolcharan <avindra@opensuse.org>
- initial package @v1.0.0
/usr/share/bash-completion/completions/ghostty.bash /usr/share/ghostty/shell-integration/bash /usr/share/ghostty/shell-integration/bash/bash-preexec.sh /usr/share/ghostty/shell-integration/bash/ghostty.bash
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:03:09 2025