gui-apps/swallpaper - 0.1 (imperium)

Search

Install

Install this version:

emerge -a =gui-apps/swallpaper-0.1

Package Information

Description:
simple set wallpaper
Homepage:
https://gitlab.com/HansvonHohenstaufen/swallpaper
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1 8 amd64 0
View Raw Ebuild
# 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}"
}

USE Flags

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

Global/Standard Flags

X

Dependencies

RDEPEND

X? ( x11-apps/xrandr media-gfx/feh )
wayland? ( gui-apps/wlr-randr gui-apps/swaybg )

Manifest for 0.1

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