gui-apps/oguri - 9999 (wayland-desktop)

Search

Install

Install this version:

emerge -a =gui-apps/oguri-9999

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

autounmask =gui-apps/oguri-9999

Or alternatively:

emerge --autounmask-write -a =gui-apps/oguri-9999

Package Information

Description:
animated wallpaper daemon for Wayland compositors
Homepage:
https://github.com/vilhalmer/oguri
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License

EAPI=8

inherit meson

DESCRIPTION="animated wallpaper daemon for Wayland compositors"
HOMEPAGE="https://github.com/vilhalmer/oguri"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/vilhalmer/oguri"
else
	COMMIT=d6f195acca5de465532cba3efd4b0c592ca542d9
	SRC_URI="https://github.com/vilhalmer/oguri/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="ISC"
SLOT="0"

DEPEND="
	dev-libs/wayland
	gui-libs/gtk-layer-shell
"
RDEPEND="${DEPEND}"
BDEPEND="
	dev-libs/wayland-protocols
	virtual/pkgconfig
"

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/wayland
	gui-libs/gtk-layer-shell

RDEPEND

	dev-libs/wayland
	gui-libs/gtk-layer-shell

BDEPEND

	dev-libs/wayland-protocols
	virtual/pkgconfig