remove unused dep in ghostty + astal/ags ebuild start

This commit is contained in:
fabolous005 2025-01-07 17:27:14 +01:00
parent 4767317e49
commit f0d9ecee29
3 changed files with 52 additions and 1 deletions

View File

@ -0,0 +1,27 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 go-module
DESCRIPTION="Scaffolding CLI for Astal+TypeScript"
HOMEPAGE="aylur.github.io/ags/"
EGIT_REPO_URI="https://github.com/Aylur/ags.git"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
src_unpack() {
git-r3_fetch
git-r3_checkout
}
src_compile() {
ego build
}

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 meson
DESCRIPTION="Building blocks for creating custom desktop shells"
HOMEPAGE=" aylur.github.io/astal/"
EGIT_REPO_URI="https://github.com/Aylur/astal.git"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
REQUIRED_USE=""
RDEPEND="
dev-libs/gobject-introspection
"
DEPEND="${RDEPEND}"
S="${S}/lib/astal/io"

View File

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
ZIG_SLOT="0.13" ZIG_SLOT="0.13"
inherit edo git-r3 zig inherit git-r3 zig
DESCRIPTION="Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration." DESCRIPTION="Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration."
HOMEPAGE="ghostty.org" HOMEPAGE="ghostty.org"