gui-apps/mpvpaper: New package

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
Matthias Coppens
2020-08-25 23:44:46 +02:00
parent c1f2e52de6
commit ad6cc911d4
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Matthias Coppens</name>
<email>coppens.matthias.abc@gmail.com</email>
</maintainer>
<longdescription>
MPVPaper is a wallpaper program for wlroots based wayland compositors,
such as sway. That allows you to play videos with mpv as your wallpaper.
</longdescription>
<upstream>
<remote-id type="github">GhostNaN/mpvpaper</remote-id>
<bugs-to>https://github.com/GhostNaN/mpvpaper/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -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}"