mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
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:
16
gui-apps/mpvpaper/metadata.xml
Normal file
16
gui-apps/mpvpaper/metadata.xml
Normal 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>
|
||||
19
gui-apps/mpvpaper/mpvpaper-9999.ebuild
Normal file
19
gui-apps/mpvpaper/mpvpaper-9999.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user