commit:     fca9fede518d738b08402ad413489cacbeb8d3f9
Author:     Vincent Phan <chinh4thepro <AT> gmail <DOT> com>
AuthorDate: Sun Jun  9 15:35:10 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun  9 15:36:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fca9fede

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

Signed-off-by: Vincent Phan <chinh4thepro <AT> gmail.com>

 .../aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild | 23 ++++++++--------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild 
b/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild
index 9dec5874f..710b30497 100644
--- a/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild
+++ b/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild
@@ -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() {

Reply via email to