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 1EC18158041 for ; Thu, 22 Feb 2024 01:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49640E2A11; Thu, 22 Feb 2024 01:10:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25C13E2A11 for ; Thu, 22 Feb 2024 01:10:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F07713431F4 for ; Thu, 22 Feb 2024 01:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 533BA1160 for ; Thu, 22 Feb 2024 01:10:41 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1708564232.268fb9bf508aae57a6f62178d372ef2094ab7ff5.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wmenu/Manifest gui-apps/wmenu/metadata.xml gui-apps/wmenu/wmenu-0.1.6.ebuild X-VCS-Directories: gui-apps/wmenu/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 268fb9bf508aae57a6f62178d372ef2094ab7ff5 X-VCS-Branch: master Date: Thu, 22 Feb 2024 01:10:41 +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: 2df0ae6d-f1b6-4b49-9f0e-03052ab30b9b X-Archives-Hash: 60fba86fd2d370e1a099a600e7c1ecd7 commit: 268fb9bf508aae57a6f62178d372ef2094ab7ff5 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue Feb 20 14:58:04 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Feb 22 01:10:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268fb9bf gui-apps/wmenu: import from ::guru, add 0.1.6 Will be used in sway-1.9 default configuration[1] so should be in ::gentoo, has been in ::guru since 2023-07-02. [1]: https://github.com/swaywm/sway/pull/7384 Closes: https://github.com/gentoo/gentoo/pull/35440 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Yixun Lan gentoo.org> gui-apps/wmenu/Manifest | 1 + gui-apps/wmenu/metadata.xml | 15 +++++++++++++++ gui-apps/wmenu/wmenu-0.1.6.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/gui-apps/wmenu/Manifest b/gui-apps/wmenu/Manifest new file mode 100644 index 000000000000..898b17be80eb --- /dev/null +++ b/gui-apps/wmenu/Manifest @@ -0,0 +1 @@ +DIST wmenu-0.1.6.tar.gz 17447 BLAKE2B f624773e29c751cb0d890d428482019bab35af1d3f540a53233307d30955dd5936a3eab483be7dac471aab6a85a4cd1953d9a75f095130316a13f96684d52477 SHA512 d3b802c0bab2ee5ffbbf9b0bf0708cff842346cc88e5b005090fd1a891e2e8e3f2d0aa8e2fd9b4d661d9a0ce7797f7142ca38afdee9ae1e86098a50dcd25b30a diff --git a/gui-apps/wmenu/metadata.xml b/gui-apps/wmenu/metadata.xml new file mode 100644 index 000000000000..dab273aa5a95 --- /dev/null +++ b/gui-apps/wmenu/metadata.xml @@ -0,0 +1,15 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + + proxy-maint@gentoo.org + Proxy Maintainers + + + ~adnano/wmenu + + diff --git a/gui-apps/wmenu/wmenu-0.1.6.ebuild b/gui-apps/wmenu/wmenu-0.1.6.ebuild new file mode 100644 index 000000000000..53ce05aa63f7 --- /dev/null +++ b/gui-apps/wmenu/wmenu-0.1.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="dynamic menu for wlroots compositors, maintains the look and feel of dmenu" +HOMEPAGE="https://sr.ht/~adnano/wmenu/" +SRC_URI="https://git.sr.ht/~adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + app-text/scdoc + dev-util/wayland-scanner +" +RDEPEND=" + x11-libs/cairo + x11-libs/pango + dev-libs/wayland + x11-libs/libxkbcommon +" +DEPEND=" + ${RDEPEND} + dev-libs/wayland-protocols +"