gui-apps/aylurs-gtk-shell: update HOMEPAGE

Signed-off-by: Vincent Phan <chinh4thepro@gmail.com>
This commit is contained in:
Vincent Phan
2024-06-09 11:35:10 -04:00
parent abcd282cf1
commit fca9fede51

View File

@@ -8,25 +8,20 @@ MY_PN="ags"
inherit meson
DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
HOMEPAGE="https://github.com/Alyur/ags"
SRC_URI="
https://github.com/Aylur/${MY_PN}/releases/download/${MY_PV}/${MY_PN}-${MY_PV}.tar.gz -> ${P}.tar.gz
https://github.com/Aylur/${MY_PN}/releases/download/${MY_PV}/node_modules-${MY_PV}.tar.gz -> node-modules.tar.gz
"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_PN}"
DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
HOMEPAGE="https://github.com/Aylur/ags"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="upower bluetooth networkmanager tray"
DEPEND="
${RDEPEND}
"
BDEPEND="
dev-build/meson
dev-lang/typescript
net-libs/nodejs[npm]
"
@@ -41,6 +36,10 @@ RDEPEND="
tray? ( dev-libs/libdbusmenu[gtk3] )
"
DEPEND="
${RDEPEND}
"
BUILD_DIR="${S}/build"
src_prepare() {
@@ -49,16 +48,10 @@ src_prepare() {
}
src_configure() {
default
local emesonargs=(
-Dbuild_types="true"
)
meson_src_configure || die
}
src_install() {
default
meson_src_install --destdir "${D}"
meson_src_configure
}
pkg_postinst() {