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 C591715817D for ; Sat, 8 Jun 2024 00:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6EA5E29EB; Sat, 8 Jun 2024 00:06:42 +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 8A13AE29EB for ; Sat, 8 Jun 2024 00:06:42 +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 964F9340C8A for ; Sat, 8 Jun 2024 00:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32FE01C03 for ; Sat, 8 Jun 2024 00:06:40 +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: <1717805174.96dfd2cbe510fcbedb3fd78a06c09c5e6ec5a98f.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/Manifest gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild gui-apps/aylurs-gtk-shell/metadata.xml X-VCS-Directories: gui-apps/aylurs-gtk-shell/ X-VCS-Committer: chinh4thepro X-VCS-Committer-Name: Vincent Phan X-VCS-Revision: 96dfd2cbe510fcbedb3fd78a06c09c5e6ec5a98f X-VCS-Branch: dev Date: Sat, 8 Jun 2024 00:06:40 +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: 0716549f-91a3-4147-a59c-9640361d4365 X-Archives-Hash: 4e186da3a71dc716a203ed5ecf050f85 commit: 96dfd2cbe510fcbedb3fd78a06c09c5e6ec5a98f Author: Vincent Phan gmail com> AuthorDate: Sat Jun 8 00:06:14 2024 +0000 Commit: Vincent Phan gmail com> CommitDate: Sat Jun 8 00:06:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96dfd2cb gui-apps/aylurs-gtk-shell: new package, add 1.8.2 Signed-off-by: Vincent Phan gmail.com> gui-apps/aylurs-gtk-shell/Manifest | 2 + .../aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild | 67 ++++++++++++++++++++++ gui-apps/aylurs-gtk-shell/metadata.xml | 14 +++++ 3 files changed, 83 insertions(+) diff --git a/gui-apps/aylurs-gtk-shell/Manifest b/gui-apps/aylurs-gtk-shell/Manifest new file mode 100644 index 000000000..5c9b96def --- /dev/null +++ b/gui-apps/aylurs-gtk-shell/Manifest @@ -0,0 +1,2 @@ +DIST aylurs-gtk-shell-1.8.2.tar.gz 435232 BLAKE2B 9b7c7cbe652df76282d9dc11dd49d09ab1fb962e45fec3f3a849b161abd3e8f287f14a72cb7ac85df7f65fea748e4b1546568684eb830ce0382f2f4977d57564 SHA512 4ed3f4b4da9c8bbd045ab3cd455b24768bc8807fa9a215a5b788b6319edd72c76cb9fe6d3e3cf82068e43bf3463d5025cfb86eba78b93bc481d95e2e4ed4552d +DIST node-modules.tar.gz 18888810 BLAKE2B bf118c47e08c5075502c01cbdcb68189c4964ec32413a298fa9abaaf5634ccf3cc94251de5dc38c1913c66ba3346cd60f4d0a1179dfec571b6ceb269f0a6acc2 SHA512 814acad890be748d04f7e28ea6c7a8321edac907c2729c7f4966a8bb24bccad69684d570bc4b9f6148361f8ce5d1ef8306677ef781598467c6a06b765ac974ca 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 new file mode 100644 index 000000000..503e0c7b7 --- /dev/null +++ b/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild @@ -0,0 +1,67 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PV="v${PV}" +MY_PN="ags" + +inherit meson + +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/Alyur/ags" + +LICENSE="GPL-3" +SLOT="0" +IUSE="upower bluetooth networkmanager tray" + +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + dev-build/meson + dev-lang/typescript + net-libs/nodejs[npm] +" +RDEPEND=" + dev-libs/gjs + x11-libs/gtk+ + gui-libs/gtk-layer-shell[introspection] + dev-libs/gobject-introspection + upower? ( sys-power/upower ) + bluetooth? ( net-wireless/gnome-bluetooth ) + networkmanager? ( net-misc/networkmanager ) + tray? ( dev-libs/libdbusmenu[gtk3] ) +" + +BUILD_DIR="${S}/build" + +src_prepare() { + default + mv "${WORKDIR}/node_modules" "${S}" +} + +src_configure() { + default + local emesonargs=( + -Dbuild_types="true" + ) + meson_src_configure || die +} + +src_install() { + default + meson_src_install --destdir "${D}" +} + +pkg_postinst() { + elog "ags wont run without a config file (usually in ~/.config/ags)." + elog "For example configs visit https://aylur.github.io/ags-docs/" +} diff --git a/gui-apps/aylurs-gtk-shell/metadata.xml b/gui-apps/aylurs-gtk-shell/metadata.xml new file mode 100644 index 000000000..2c3699583 --- /dev/null +++ b/gui-apps/aylurs-gtk-shell/metadata.xml @@ -0,0 +1,14 @@ + + + + + chinh4thepro@gmail.com + Vincent Phan + + + Enable support for tray + + + Aylur/ags + +