From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4757015817D for ; Sun, 9 Jun 2024 15:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 141B02BC014; Sun, 9 Jun 2024 15:36:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB3032BC014 for ; Sun, 9 Jun 2024 15:36:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01C26340C76 for ; Sun, 9 Jun 2024 15:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25B921BD4 for ; Sun, 9 Jun 2024 15:36:53 +0000 (UTC) From: "Vincent Phan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vincent Phan" Message-ID: <1717947402.fca9fede518d738b08402ad413489cacbeb8d3f9.chinh4thepro@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/aylurs-gtk-shell/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild X-VCS-Directories: gui-apps/aylurs-gtk-shell/ X-VCS-Committer: chinh4thepro X-VCS-Committer-Name: Vincent Phan X-VCS-Revision: fca9fede518d738b08402ad413489cacbeb8d3f9 X-VCS-Branch: dev Date: Sun, 9 Jun 2024 15:36:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f838f5fc-9c46-45f1-8449-ab200fa4db2a X-Archives-Hash: b80a035a6582184e05a62aa4bc130da9 commit: fca9fede518d738b08402ad413489cacbeb8d3f9 Author: Vincent Phan gmail com> AuthorDate: Sun Jun 9 15:35:10 2024 +0000 Commit: Vincent Phan gmail com> 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 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() {