gui-apps/wev - 1.0.0 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/wev-1.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/wev-1.0.0

Or alternatively:

emerge --autounmask-write -a =gui-apps/wev-1.0.0

Package Information

Description:
Wayland event viewer
Homepage:
https://git.sr.ht/~sircmpwn/wev
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.0 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Wayland event viewer"
HOMEPAGE="https://git.sr.ht/~sircmpwn/wev"
SRC_URI="https://git.sr.ht/~sircmpwn/wev/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-libs/wayland
	x11-libs/libxkbcommon
"
RDEPEND="${DEPEND}"
BDEPEND="
	app-text/scdoc
	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	virtual/pkgconfig
"

src_prepare() {
	default
	# Respect LDFLAGS
	# Install to /usr/ not /usr/local/
	sed -e 's/$(LIBS)/$(LIBS) $(LDFLAGS)/' \
		-e 's/local//' \
		-i Makefile || die
}

src_compile() {
	tc-export CC

	default
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/wayland
	x11-libs/libxkbcommon

RDEPEND

	dev-libs/wayland
	x11-libs/libxkbcommon

BDEPEND

	app-text/scdoc
	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	virtual/pkgconfig

Manifest for 1.0.0

Type File Size Source URLs
DIST wev-1.0.0.tar.gz 8647 bytes https://git.sr.ht/~sircmpwn/wev/archive/1.0.0.tar.gz