remove unused dep in ghostty + astal/ags ebuild start
This commit is contained in:
parent
4767317e49
commit
f0d9ecee29
27
gui-apps/ags/ags-9999.ebuild
Normal file
27
gui-apps/ags/ags-9999.ebuild
Normal 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
|
||||
}
|
||||
24
gui-libs/libastal-io/libastal-io-9999.ebuild
Normal file
24
gui-libs/libastal-io/libastal-io-9999.ebuild
Normal 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"
|
||||
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
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."
|
||||
HOMEPAGE="ghostty.org"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user