commit:     ad6cc911d4016d752668cafa9946940fa16a9e89
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Tue Aug 25 21:44:46 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Tue Aug 25 21:46:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad6cc911

gui-apps/mpvpaper: New package

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 gui-apps/mpvpaper/metadata.xml         | 16 ++++++++++++++++
 gui-apps/mpvpaper/mpvpaper-9999.ebuild | 19 +++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/mpvpaper/metadata.xml b/gui-apps/mpvpaper/metadata.xml
new file mode 100644
index 0000000..8a81946
--- /dev/null
+++ b/gui-apps/mpvpaper/metadata.xml
@@ -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....@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>

diff --git a/gui-apps/mpvpaper/mpvpaper-9999.ebuild 
b/gui-apps/mpvpaper/mpvpaper-9999.ebuild
new file mode 100644
index 0000000..a377822
--- /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}"

Reply via email to