gui-apps/wshowkeys - 0.2.0 (yellow)

Search

Package Information

Description:
Displays keypresses on screen on supported compositors
Homepage:
https://github.com/JasonGantner/wshowkeys
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 ~x86 0
View Raw Ebuild
# SPDX-License-Identifier: GPL-2.0 OR ISC
# Copyright 2020-2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License

EAPI=8

inherit meson

DESCRIPTION="Displays keypresses on screen on supported compositors"
HOMEPAGE="https://github.com/JasonGantner/wshowkeys"

SRC_URI="https://github.com/JasonGantner/wshowkeys/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	dev-libs/libinput
	dev-libs/wayland:=
	x11-libs/cairo
	x11-libs/libxkbcommon
	x11-libs/pango
	virtual/udev"
RDEPEND="${DEPEND}"
BDEPEND="
	dev-build/meson
	"

Dependencies

DEPEND

	dev-libs/libinput
	dev-libs/wayland:=
	x11-libs/cairo
	x11-libs/libxkbcommon
	x11-libs/pango
	virtual/udev

RDEPEND

	dev-libs/libinput
	dev-libs/wayland:=
	x11-libs/cairo
	x11-libs/libxkbcommon
	x11-libs/pango
	virtual/udev

BDEPEND

	dev-build/meson
	

Manifest for 0.2.0

Type File Size Source URLs
DIST wshowkeys-0.2.0.tar.gz 27122 bytes https://github.com/JasonGantner/wshowkeys/archive/refs/tags/0.2.0.tar.gz