Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ghostty
Commits: 085b53c5 by Caleb Maclennan at 2024-12-27T01:01:53+03:00 upgpkg: 1.0.0-2: Finish so-deps, bump past AUR posted pkgrel - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ghostty pkgdesc = Fast, native, feature-rich terminal emulator pushing modern features pkgver = 1.0.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/ghostty-org/ghostty arch = x86_64 arch = aarch64 @@ -11,7 +11,9 @@ pkgbase = ghostty makedepends = zig depends = bzip2 depends = fontconfig + depends = libfontconfig.so depends = freetype2 + depends = libfreetype.so depends = gcc-libs depends = glibc depends = glib2 @@ -21,6 +23,7 @@ pkgbase = ghostty depends = gtk4 depends = libgtk-4.so depends = harfbuzz + depends = libharfbuzz.so depends = libadwaita depends = libadwaita-1.so depends = libpng ===================================== PKGBUILD ===================================== @@ -1,23 +1,23 @@ # Maintainer: Caleb Maclennan <ca...@alerque.com> pkgname=ghostty -pkgrel=1 +pkgrel=2 pkgver=1.0.0 pkgdesc='Fast, native, feature-rich terminal emulator pushing modern features' arch=(x86_64 aarch64 i686) url="https://github.com/ghostty-org/$pkgname" license=(MIT) depends=(bzip2 - fontconfig - freetype2 + fontconfig libfontconfig.so + freetype2 libfreetype.so gcc-libs # ld-linux-x86-64.so glibc # libc.so libm.so glib2 libglib-2.0.so libgio-2.0.so libgobject-2.0.so gtk4 libgtk-4.so - harfbuzz + harfbuzz libharfbuzz.so libadwaita libadwaita-1.so libpng - oniguruma + oniguruma # libonig.so pixman zlib) makedepends=(pandoc-cli @@ -46,6 +46,6 @@ build() { package() { cd "$_archive" cp -a build/* "$pkgdir/" - install -Dm 0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE + install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghostty/-/commit/085b53c56a7587364ce4bdba9008ac302a384335 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghostty/-/commit/085b53c56a7587364ce4bdba9008ac302a384335 You're receiving this email because of your account on gitlab.archlinux.org.