mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
b6da88b2cd
* 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>
13 lines
353 B
Diff
13 lines
353 B
Diff
diff --git a/build.zig b/build.zig
|
|
index a0ecf25..0969c64 100644
|
|
--- a/build.zig
|
|
+++ b/build.zig
|
|
@@ -1047,6 +1047,7 @@ fn addDeps(
|
|
const dynamic_link_opts: std.Build.Module.LinkSystemLibraryOptions = .{
|
|
.preferred_link_mode = .dynamic,
|
|
.search_strategy = .mode_first,
|
|
+ .use_pkg_config = .force,
|
|
};
|
|
|
|
// Freetype
|