20 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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