* Fix: Internal Ghostty version
This fixes the version Ghostty displays on fetches such as Fastfetch. Otherwise stable builds of Ghostty incorrectly report themselves as dev builds.
Signed-off-by: Gil <rockgrub@protonmail.com>
* Cleanup: %?dist to %{?dist}
More technically correct I suppose but the inconsistency just bothered me. D:
Signed-off-by: Gil <rockgrub@protonmail.com>
* Bump: Release
Signed-off-by: Gil <rockgrub@protonmail.com>
---------
Signed-off-by: Gil <rockgrub@protonmail.com>
* Fix: Switch openh264 to Terra Extras
This conflicts with a base Fedora package, shouldn't it go in Extras?
Signed-off-by: Gil <rockgrub@protonmail.com>
* Bump release to trigger rebuild?
Signed-off-by: Gil <rockgrub@protonmail.com>
---------
Signed-off-by: Gil <rockgrub@protonmail.com>
* 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