Install this version:
emerge -a =gui-apps/swallpaper-0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1 | 8 | amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="simple set wallpaper"
HOMEPAGE="https://gitlab.com/HansvonHohenstaufen/swallpaper"
SRC_URI="https://gitlab.com/HansvonHohenstaufen/swallpaper/-/archive/v0.1/swallpaper-v0.1.tar.gz"
S="${WORKDIR}/swallpaper-v0.1"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="mirror"
IUSE="X wayland"
REQUIRED_USE="^^ ( X wayland )"
DEPEND=""
RDEPEND="${DEPEND}
X? ( x11-apps/xrandr media-gfx/feh )
wayland? ( gui-apps/wlr-randr gui-apps/swaybg )
"
BDEPEND=""
src_install() {
dobin "${PN}"
}
Manage flags for this package:
euse -i <flag> -p gui-apps/swallpaper |
euse -E <flag> -p gui-apps/swallpaper |
euse -D <flag> -p gui-apps/swallpaper
X? ( x11-apps/xrandr media-gfx/feh ) wayland? ( gui-apps/wlr-randr gui-apps/swaybg )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | swallpaper-v0.1.tar.gz | 15446 bytes | https://gitlab.com/HansvonHohenstaufen/swallpaper/-/archive/v0.1/swallpaper-v0.1.tar.gz |