* use correct source for ghostty 1.0.1
* verify tarball for ghostty
* set appropriate zig options when building ghostty
a breakdown:
- DESTDIR was added because the prefix is different from the build root, including it in the given prefix may include broken paths in the resulting output
- `-Doptimize` is the old version of `--release` and is around for backwards compatibility
- extra flags for lib dir, exe dir and include dir were added to ensure zig install stuff to the right location
* fetch zig packages ahead of time and enable system integration
* reorder changelog to be in chronological order
* add build requirements for dynamic linking
* Update license to match everything vendored
* Update ghostty.spec
Signed-off-by: Gil <rockgrub@protonmail.com>
* Update ghostty-nightly.spec
Signed-off-by: Gil <rockgrub@protonmail.com>
---------
Signed-off-by: Gil <rockgrub@protonmail.com>
Co-authored-by: Gil <rockgrub@protonmail.com>
* feat(ci)!: switch to rpmbuild
* fix: support extra_repos
* let's try this instead
* fix the funny condition
* fix: disable gpgcheck
This should be fine because checksum is checked for the repomd and the
packages too
* Add: GLFW builds of Ghostty, edit existing builds for shared deps, add build deps to be explicitly called (just in case), some cleanup
* Add: Add warning about GLFW builds possibly being unstable
* Fix: Removed duplicate text (thanks mouse)
* Update ghostty-nightly.spec
Signed-off-by: Gil <rockgrub@protonmail.com>
* Cleanup: Removed unused build deps, removed unused patches (for now?)
* Fix: New icon size in Tip GTK (will need to be done in stable in 1.0.1), minor changes to summaries
* Resolve: Date conflict
---------
Signed-off-by: Gil <rockgrub@protonmail.com>