mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
gui-apps/aylurs-gtk-shell: update HOMEPAGE
Signed-off-by: Vincent Phan <chinh4thepro@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user