From 04630dc3ebb0918a62c27c1dbc43f4c6e4801324 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 10 Jun 2023 14:11:31 -0400 Subject: gui-apps/wob: new package --- gui-apps/wob/Manifest | 1 + gui-apps/wob/metadata.xml | 18 ++++++++++++++++++ gui-apps/wob/wob-0.14.2.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 gui-apps/wob/Manifest create mode 100644 gui-apps/wob/metadata.xml create mode 100644 gui-apps/wob/wob-0.14.2.ebuild (limited to 'gui-apps') diff --git a/gui-apps/wob/Manifest b/gui-apps/wob/Manifest new file mode 100644 index 0000000..aab291a --- /dev/null +++ b/gui-apps/wob/Manifest @@ -0,0 +1 @@ +DIST wob-0.14.2.tar.gz 21848 BLAKE2B 10dffa9a168ae9b17ec3aed651029100c35050d65fc392dcd6775a321d1ced46b085376c8b74b789c6712577f380ec97d7141d44429acf1a2def2443b20ca3b5 SHA512 933d6bb0469f3b446f8998738ebe7045a1d707a814345961848a025e53cd9bd367cf138c8c6deafe8906c887e783bef85f669e9f107c51c51d357f087aaad6b8 diff --git a/gui-apps/wob/metadata.xml b/gui-apps/wob/metadata.xml new file mode 100644 index 0000000..78784e3 --- /dev/null +++ b/gui-apps/wob/metadata.xml @@ -0,0 +1,18 @@ + + + + + A lightweight overlay volume/backlight/progress/anything bar + for wlroots based Wayland compositors (requrires support for + wlr_layer_shell_unstable_v1). This project is inspired by + xob - X Overlay Bar + + + francma/wob + https://github.com/francma/wob/issues + + + Install man page + Linux kernel syscall filtering + + diff --git a/gui-apps/wob/wob-0.14.2.ebuild b/gui-apps/wob/wob-0.14.2.ebuild new file mode 100644 index 0000000..bf8f34d --- /dev/null +++ b/gui-apps/wob/wob-0.14.2.ebuild @@ -0,0 +1,34 @@ +# 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" + +RDEPEND="dev-libs/wayland" +DEPEND="${RDEPEND} + dev-libs/inih + dev-libs/wayland-protocols + seccomp? ( sys-libs/libseccomp ) +" +BDEPEND=" + dev-util/wayland-scanner + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + $(meson_feature man man-pages) + $(meson_feature seccomp) + ) + meson_src_configure +} -- cgit v1.2.3-54-g00ecf