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 5285D15814C for ; Mon, 18 Sep 2023 12:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 282F02BC028; Mon, 18 Sep 2023 12:37:17 +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 0CE362BC028 for ; Mon, 18 Sep 2023 12:37:17 +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 7F694335CAF for ; Mon, 18 Sep 2023 12:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA1AE1145 for ; Mon, 18 Sep 2023 12:37:13 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1694841348.ebbf6c9f97bb99b28ecd06f676511038fbe14953.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wob/Manifest gui-apps/wob/metadata.xml gui-apps/wob/wob-0.15.ebuild X-VCS-Directories: gui-apps/wob/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ebbf6c9f97bb99b28ecd06f676511038fbe14953 X-VCS-Branch: master Date: Mon, 18 Sep 2023 12:37:13 +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: 8a4b6151-9423-407e-9994-9ea8df3e5e6a X-Archives-Hash: 716ef279486a8d2748c0ef49e6aad967 commit: ebbf6c9f97bb99b28ecd06f676511038fbe14953 Author: Jonas Frei pm me> AuthorDate: Sat Sep 16 05:15:48 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Sep 16 05:15:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebbf6c9f gui-apps/wob: add 0.15 Signed-off-by: Jonas Frei pm.me> gui-apps/wob/Manifest | 1 + gui-apps/wob/metadata.xml | 1 - gui-apps/wob/wob-0.15.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/gui-apps/wob/Manifest b/gui-apps/wob/Manifest index aab291aefe..b839db9b7c 100644 --- a/gui-apps/wob/Manifest +++ b/gui-apps/wob/Manifest @@ -1 +1,2 @@ DIST wob-0.14.2.tar.gz 21848 BLAKE2B 10dffa9a168ae9b17ec3aed651029100c35050d65fc392dcd6775a321d1ced46b085376c8b74b789c6712577f380ec97d7141d44429acf1a2def2443b20ca3b5 SHA512 933d6bb0469f3b446f8998738ebe7045a1d707a814345961848a025e53cd9bd367cf138c8c6deafe8906c887e783bef85f669e9f107c51c51d357f087aaad6b8 +DIST wob-0.15.tar.gz 22814 BLAKE2B fdcfe0059a90d35e459a1dcf22d17511ec05bbf72fade84ba19f717c8d322a65404e82d966642e84ba782f4095d65c379d3a4fd69811e0570bcfa10bd966ec51 SHA512 e70a89306c8c711affad903dd2800bfe35cc5cea3c5222fd2eee7198a1fbc3bb3615cf6e4dce0a76ecff45cb639436a7503d264a4504b0d7f9d31e1bcc4a9015 diff --git a/gui-apps/wob/metadata.xml b/gui-apps/wob/metadata.xml index d62b23e746..253436a94a 100644 --- a/gui-apps/wob/metadata.xml +++ b/gui-apps/wob/metadata.xml @@ -16,7 +16,6 @@ https://github.com/francma/wob/issues - Install man page Linux kernel syscall filtering diff --git a/gui-apps/wob/wob-0.15.ebuild b/gui-apps/wob/wob-0.15.ebuild new file mode 100644 index 0000000000..2f99d615db --- /dev/null +++ b/gui-apps/wob/wob-0.15.ebuild @@ -0,0 +1,36 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Lightweight overlay volume/backlight/progress/anything bar for Wayland" +HOMEPAGE="https://github.com/francma/wob" +SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+man +seccomp test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-libs/wayland" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols + seccomp? ( sys-libs/libseccomp ) +" +BDEPEND=" + dev-util/wayland-scanner + man? ( app-text/scdoc ) + test? ( dev-util/cmocka ) +" + +src_configure() { + local emesonargs=( + $(meson_feature man man-pages) + $(meson_feature seccomp) + $(meson_feature test tests) + ) + meson_src_configure +}