media-video/animated-wallpaper - 9999 (edgets)

Search

Install

Install this version:

emerge -a =media-video/animated-wallpaper-9999

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

autounmask =media-video/animated-wallpaper-9999

Or alternatively:

emerge --autounmask-write -a =media-video/animated-wallpaper-9999

Package Information

Description:
Animated wallpaper for Gnome and other desktops
Homepage:
https://github.com/Ninlives/animated-wallpaper
License:
GPL-3

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

VALA_USE_DEPEND="vapigen"
VALA_MIN_API_VERSION="0.34"

inherit cmake git-r3 vala

DESCRIPTION="Animated wallpaper for Gnome and other desktops"
HOMEPAGE="https://github.com/Ninlives/animated-wallpaper"
EGIT_REPO_URI="${HOMEPAGE}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

src_configure() {
	local mycmakeargs=(
		-DVALA_EXECUTABLE:NAMES="valac-$(vala_best_api_version)"
		-DCMAKE_INSTALL_PREFIX="/usr"
	)

	cmake_src_configure
}

Inherited Eclasses