x11-apps/xfhd - 9999 (supertux88)

Search

Install

Install this version:

emerge -a =x11-apps/xfhd-9999

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

autounmask =x11-apps/xfhd-9999

Or alternatively:

emerge --autounmask-write -a =x11-apps/xfhd-9999

Package Information

Description:
xfhd is a utility for resizing an X window to Full HD
Homepage:
https://github.com/r41d/xfhd

Ebuild Details

Version EAPI Keywords Slot
9999 8
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit xorg-3 git-r3

EGIT_REPO_URI="https://github.com/r41d/xfhd.git"

DESCRIPTION="xfhd is a utility for resizing an X window to Full HD"
HOMEPAGE="https://github.com/r41d/xfhd"

DEPEND="
	x11-libs/libX11
	x11-libs/libXmu
"
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/libX11
	x11-libs/libXmu

RDEPEND

	x11-libs/libX11
	x11-libs/libXmu