| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Utility to replace a desktop background with a movie, screensaver, etc"
HOMEPAGE="https://github.com/mmhobi7/xwinwrap"
EGIT_REPO_URI="${HOMEPAGE}"
LICENSE="HPND"
SLOT="0"
DEPEND="x11-base/xorg-server
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i 's/local//' Makefile
default
}
x11-base/xorg-server x11-libs/libX11 x11-libs/libXext x11-libs/libXrender
x11-base/xorg-server x11-libs/libX11 x11-libs/libXext x11-libs/libXrender