31 Commits

Author SHA256 Message Date
67d489459d Accepting request 1302121 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/1302121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=8
2025-09-01 15:18:10 +00:00
bcf105551c Accepting request 1298393 from home:jfooken:branches:X11:terminals
Due to a wrong requirement in the vim subpackage, Ghostty pulled in
neovim.  Because of this, the user is led to install neovim
although they already installed vim.  This change request fixes this
by correcting the requirement to vim instead

OBS-URL: https://build.opensuse.org/request/show/1298393
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=30
2025-08-31 23:32:40 +00:00
aa488b5534 Accepting request 1255737 from X11:terminals
- 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

OBS-URL: https://build.opensuse.org/request/show/1255737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=7
2025-03-25 21:11:01 +00:00
90b631f71d 1.1.3
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=28
2025-03-24 20:14:49 +00:00
dcb4d4f238 Accepting request 1245759 from X11:terminals
- 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

OBS-URL: https://build.opensuse.org/request/show/1245759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=6
2025-02-14 18:20:47 +00:00
039e68e071 - 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
- Update to 1.1.0

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=26
2025-02-13 22:07:50 +00:00
6b995ffbdd Accepting request 1243173 from X11:terminals
- fix debuginfo generation by disabling strip in the zig build

OBS-URL: https://build.opensuse.org/request/show/1243173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=5
2025-02-04 18:34:58 +00:00
87b549b5f2 - fix debuginfo generation by disabling strip in the zig build
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=24
2025-02-04 15:59:21 +00:00
adbf83abaf Accepting request 1241547 from X11:terminals
- with the gobject-introspection we no longer need python3-nautilus
  replace the BuildRequites with python-nautilus-common-files 

- add gobject-introspection as BuildRequires to get the GI based
  dependencies

- 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.

- Update to 1.1.0 
  https://ghostty.org/docs/install/release-notes/1-1-0
- drop f60068eabd.diff
- new subpackage for nautilus plugin
  new BuildRequires python3-nautilus python3-gobject

OBS-URL: https://build.opensuse.org/request/show/1241547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=4
2025-01-31 15:04:33 +00:00
825dc36743 - with the gobject-introspection we no longer need python3-nautilus
replace the BuildRequites with python-nautilus-common-files

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=22
2025-01-31 00:34:22 +00:00
a3c57d27cb - add gobject-introspection as BuildRequires to get the GI based
dependencies

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=21
2025-01-31 00:16:06 +00:00
dd56de4297 - 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.
  new BuildRequires python3-nautilus python3-gobject

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=20
2025-01-30 23:45:12 +00:00
9ab9d20aad new BuildRequires python-nautilus-common-files python3-gobject
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=19
2025-01-30 23:30:07 +00:00
4d30307c68 - Update to 1.1.0
https://ghostty.org/docs/install/release-notes/1-1-0
- drop f60068eabd.diff
- new subpackage for nautilus plugin
  new BuildRequires python3-nautilus-devel python3-gobject

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=18
2025-01-30 22:47:08 +00:00
d91c0b838c Accepting request 1238239 from X11:terminals
- 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.

OBS-URL: https://build.opensuse.org/request/show/1238239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=3
2025-01-17 17:37:54 +00:00
653bce1f09 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=16
2025-01-16 10:47:05 +00:00
715bf48a5b Accepting request 1237394 from X11:terminals
- now that we have the proper files in the terminfo we can switch
  to using the distro provided terminfo files again.

- As we actually have a file conflict we should also have a
  conflict for the package. (boo#1235689)

- reenable the the standalone terminfo package. the ghostty
  terminfo file in the main terminfo package is broken.
  (boo#1235689)

- Disable the standalone terminfo package as the same file is now
  in the default terminfo package.

OBS-URL: https://build.opensuse.org/request/show/1237394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=2
2025-01-14 16:19:14 +00:00
2d4de8f3c6 fix typo
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=14
2025-01-13 11:55:34 +00:00
81400e0663 - now that we have the proper files in the terminfo we can switch
to using the distro provided terminfo files again.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=13
2025-01-13 11:50:08 +00:00
eb9c29aa44 should have been ge
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=12
2025-01-12 19:35:01 +00:00
697fbd7341 conflict for the package. (boo#1235689)
(boo#1235689)

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=11
2025-01-12 12:07:30 +00:00
b566df0243 - As we have actually have a file conflict we should also have a
conflict for the package.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=10
2025-01-12 12:06:49 +00:00
82a2fc29b5 - reenable the the standalone terminfo package. the ghostty
terminfo file in the main terminfo package is broken.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=9
2025-01-12 11:39:47 +00:00
0eec326ead - Disable the standalone terminfo package as the same file is now
in the default terminfo package.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=8
2025-01-12 11:28:04 +00:00
96403e2417 Accepting request 1235419 from X11:terminals
refetched patch

OBS-URL: https://build.opensuse.org/request/show/1235419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostty?expand=0&rev=1
2025-01-07 19:53:22 +00:00
e766954415 refetch build.zig patch
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=6
2025-01-06 21:22:19 +00:00
deb54e7020 - replace no-strip.patch with the official patch, which also covers
more cases:
  f60068eabd.diff

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=5
2025-01-03 00:50:42 +00:00
28e637fa5e - switch to the official tarball for 1.0.1 and add minisign file
plus verification step.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=4
2025-01-01 22:52:46 +00:00
ae0469001e - lock zig dependency to the same limits as upstream.
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=3
2025-01-01 21:42:52 +00:00
761e547952 Accepting request 1234403 from home:darix:playground
- Add no-strip.patch
  disable strip for the binary

- 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

- Update to 1.0.1
  https://github.com/ghostty-org/ghostty/compare/v1.0.0...v1.0.1  
- drop 3426.patch

- simplify filelist

- add https://patch-diff.githubusercontent.com/raw/ghostty-org/ghostty/pull/3426.patch 
  Fix missing DESTDIR handling for the terminfo step.

- 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

- also split out the neovim files

- split out the terminfo files

OBS-URL: https://build.opensuse.org/request/show/1234403
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=2
2025-01-01 21:18:50 +00:00
fad78f1f05 Accepting request 1233711 from home:avindra
switched to pkgconfig over all *-devel BuildRequires. separate vim package.

OBS-URL: https://build.opensuse.org/request/show/1233711
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/ghostty?expand=0&rev=1
2025-01-01 13:46:18 +00:00