ghostty: update to 1.1.0.

This commit is contained in:
Duncaen 2025-02-01 15:00:47 +01:00
parent 81f0e77092
commit 90a8e8d4ae
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 2 additions and 29 deletions

View File

@ -1,26 +0,0 @@
diff --git a/build.zig b/build.zig
index c3f7302..9fa73e9 100644
--- a/build.zig
+++ b/build.zig
@@ -1494,7 +1494,7 @@ fn addUnicodeTables(
.root_source_file = b.path("src/unicode/props.zig"),
.target = b.host,
});
- exe.linkLibC();
+ // exe.linkLibC();
if (step_ == null) b.installArtifact(exe);
const ziglyph_dep = b.dependency("ziglyph", .{
diff --git a/src/unicode/props.zig b/src/unicode/props.zig
index d77bf4c..994cf36 100644
--- a/src/unicode/props.zig
+++ b/src/unicode/props.zig
@@ -131,7 +131,7 @@ pub fn get(cp: u21) Properties {
/// Runnable binary to generate the lookup tables and output to stdout.
pub fn main() !void {
- const alloc = std.heap.c_allocator;
+ const alloc = std.heap.page_allocator;
const gen: lut.Generator(
Properties,

View File

@ -1,6 +1,6 @@
# Template file for 'ghostty'
pkgname=ghostty
version=1.0.1
version=1.1.0
revision=1
build_style=zig-build
configure_args="
@ -18,11 +18,10 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://ghostty.org/"
distfiles="https://github.com/ghostty-org/ghostty/archive/refs/tags/v${version}.tar.gz"
checksum=4e4d9725ef2e50715492df26265e275417acca0db374f6d21740b848c77d6189
checksum=b499f3811416b9bdea0b26599f8147955ffa1da468129eb44bc45609c2775fb7
post_install() {
vlicense LICENSE
tic -sx -o ${DESTDIR}/usr/share/terminfo ${DESTDIR}/usr/share/terminfo/ghostty.terminfo
rm -f ${DESTDIR}/usr/share/man/.placeholder
}