x11-misc/xwinwrap - 9999 (edgets)

Search

Package Information

Description:
Utility to replace a desktop background with a movie, screensaver, etc
Homepage:
https://github.com/mmhobi7/xwinwrap
License:
HPND

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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"
KEYWORDS=""

DEPEND="x11-base/xorg-server
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXrender"
RDEPEND="${DEPEND}"
BDEPEND=""

src_prepare() {
	sed -i 's/local//' Makefile
	default
}

Dependencies

DEPEND

x11-base/xorg-server
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXrender

RDEPEND

x11-base/xorg-server
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXrender