aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Phan <chinh4thepro@gmail.com>2024-06-09 11:35:10 -0400
committerVincent Phan <chinh4thepro@gmail.com>2024-06-09 11:36:42 -0400
commitfca9fede518d738b08402ad413489cacbeb8d3f9 (patch)
treeb7e627d7382ea314b3012f9166b1a258cf1739ff /gui-apps
parentnet-im/vesktop-bin: update SRC_URI (diff)
downloadguru-fca9fede518d738b08402ad413489cacbeb8d3f9.tar.gz
guru-fca9fede518d738b08402ad413489cacbeb8d3f9.tar.bz2
guru-fca9fede518d738b08402ad413489cacbeb8d3f9.zip
gui-apps/aylurs-gtk-shell: update HOMEPAGE
Signed-off-by: Vincent Phan <chinh4thepro@gmail.com>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild23
1 files 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() {