diff --git a/gui-apps/mpvpaper/metadata.xml b/gui-apps/mpvpaper/metadata.xml new file mode 100644 index 0000000000..8a81946bb4 --- /dev/null +++ b/gui-apps/mpvpaper/metadata.xml @@ -0,0 +1,16 @@ + + + + + Matthias Coppens + coppens.matthias.abc@gmail.com + + + MPVPaper is a wallpaper program for wlroots based wayland compositors, + such as sway. That allows you to play videos with mpv as your wallpaper. + + + GhostNaN/mpvpaper + https://github.com/GhostNaN/mpvpaper/issues + + diff --git a/gui-apps/mpvpaper/mpvpaper-9999.ebuild b/gui-apps/mpvpaper/mpvpaper-9999.ebuild new file mode 100644 index 0000000000..a377822b69 --- /dev/null +++ b/gui-apps/mpvpaper/mpvpaper-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A video wallpaper program for wlroots based wayland compositors" +HOMEPAGE="https://github.com/GhostNaN/mpvpaper" + +inherit git-r3 meson +EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git" + +LICENSE="GPL-3" +SLOT="0" + +RDEPENDS=" + media-video/mpv[libmpv] + gui-libs/wlroots +" +DEPENDS="${RDEPENDS}"