Commit Graph

9 Commits

Author SHA1 Message Date
Raboneko 17b1dfadf3 fix(ghostty): additional licenses, new upstream files (#2890) (#3020)
* Fix: Ghostty pkgconfig, add licenses, minor cleanup

* Fix/bump: Forgot to bump commit to trigger rebuild on Tip

* Bump: Ghostty Nightly to resolve conflict

Signed-off-by: Gil <rockgrub@protonmail.com>

* Fix: Unpackaged files

Upstream changes my beloved.

Signed-off-by: Gil <rockgrub@protonmail.com>

* Fix: New file

Signed-off-by: Gil <rockgrub@protonmail.com>

* Change (nightly): Build without wayland-protocols

Signed-off-by: Gil <rockgrub@protonmail.com>

* Change (stable): Build without wayland-protocols

Signed-off-by: Gil <rockgrub@protonmail.com>

---------

Signed-off-by: Gil <rockgrub@protonmail.com>
(cherry picked from commit ba54a8b7c7)

Co-authored-by: Gil <rockgrub@protonmail.com>
2025-01-16 21:55:34 +08:00
Raboneko f315d2d295 Fix: Ghostty internal version (#2838) (#2858)
* 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>
(cherry picked from commit 84f0dcbe2c)

Co-authored-by: Gil <rockgrub@protonmail.com>
2025-01-03 20:55:35 +08:00
Raboneko 9cf4829d72 fix(ghostty): package fixes (#2834) (#2835)
* 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>
(cherry picked from commit ca633bafc0)

Co-authored-by: Jan <sentrycraft123@gmail.com>
2025-01-01 22:42:14 +08:00
Raboneko b7d05eb655 Fix: Several fixes and additions from now reverted PR (#2828) (#2829)
(cherry picked from commit df802b1aa9)

Co-authored-by: Gil <rockgrub@protonmail.com>
2024-12-31 13:44:26 -08:00
Raboneko 0bbbf139eb bump: stable 2024-12-31 20:31:16 +00:00
Raboneko 98bd26c46e Revert "Add: GLFW Builds of Ghostty, Changes to Main Specs For Compatibility …" (#2823) (#2826)
This reverts commit d990cae780.

(cherry picked from commit 27b491a91d)

Co-authored-by: lea <lleyton@fyralabs.com>
2024-12-31 12:19:05 -08:00
Raboneko 5d819ba94a follow package guidelines (#2802) (#2821)
(cherry picked from commit 76cc49c6b1)

Co-authored-by: Brice <59537185+rhodes-b@users.noreply.github.com>
2024-12-31 12:10:14 -08:00
Raboneko 67e6b1ea65 Add: GLFW Builds of Ghostty, Changes to Main Specs For Compatibility (#2788) (#2799)
* 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>
(cherry picked from commit d990cae780)

Co-authored-by: Gil <rockgrub@protonmail.com>
2025-01-01 00:41:57 +08:00
Raboneko c5be18fa49 Add: Ghostty and Ghostty Tip (#2760) (#2785)
* Add: Ghostty and Ghostty Tip

* fix: maybe strip the binary?

* Update anda/devs/ghostty/nightly/ghostty-nightly.spec

Co-authored-by: madomado <madonuko@outlook.com>
Signed-off-by: Gil <rockgrub@protonmail.com>

* Update ghostty-nightly.spec

Add: Provides

Signed-off-by: Gil <rockgrub@protonmail.com>

* Update ghostty-nightly.spec

Signed-off-by: Gil <rockgrub@protonmail.com>

* Add: .diff patches

* Fix: autosetup

Signed-off-by: Gil <rockgrub@protonmail.com>

* fix update script

* fix ghostty stable

* Fix: Terminfo and shell integration should be their own packages (see: Kitty packaging)

* Fix: What happened to my descriptions?

* Fix: Installation and build deps for man pages, package deps, some cleanup, commit bump on Tip, enabled debug packages for Tip

* Fix: Change libadwaita to an optional dep due to latest Ghostty commits (see: 5293fc9)

---------

Signed-off-by: Gil <rockgrub@protonmail.com>
Co-authored-by: madonuko <madonuko@outlook.com>
(cherry picked from commit 3c3863caf9)

Co-authored-by: Gil <rockgrub@protonmail.com>
2024-12-29 16:16:22 +08:00