Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/mpvpaper/
Date: Thu, 27 Aug 2020 07:59:54
Message-Id: 1598391966.ad6cc911d4016d752668cafa9946940fa16a9e89.andrewammerlaan@gentoo
1 commit: ad6cc911d4016d752668cafa9946940fa16a9e89
2 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 25 21:44:46 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Aug 25 21:46:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad6cc911
7
8 gui-apps/mpvpaper: New package
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
12
13 gui-apps/mpvpaper/metadata.xml | 16 ++++++++++++++++
14 gui-apps/mpvpaper/mpvpaper-9999.ebuild | 19 +++++++++++++++++++
15 2 files changed, 35 insertions(+)
16
17 diff --git a/gui-apps/mpvpaper/metadata.xml b/gui-apps/mpvpaper/metadata.xml
18 new file mode 100644
19 index 0000000..8a81946
20 --- /dev/null
21 +++ b/gui-apps/mpvpaper/metadata.xml
22 @@ -0,0 +1,16 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="person">
27 + <name>Matthias Coppens</name>
28 + <email>coppens.matthias.abc@×××××.com</email>
29 + </maintainer>
30 + <longdescription>
31 + MPVPaper is a wallpaper program for wlroots based wayland compositors,
32 + such as sway. That allows you to play videos with mpv as your wallpaper.
33 + </longdescription>
34 + <upstream>
35 + <remote-id type="github">GhostNaN/mpvpaper</remote-id>
36 + <bugs-to>https://github.com/GhostNaN/mpvpaper/issues</bugs-to>
37 + </upstream>
38 +</pkgmetadata>
39
40 diff --git a/gui-apps/mpvpaper/mpvpaper-9999.ebuild b/gui-apps/mpvpaper/mpvpaper-9999.ebuild
41 new file mode 100644
42 index 0000000..a377822
43 --- /dev/null
44 +++ b/gui-apps/mpvpaper/mpvpaper-9999.ebuild
45 @@ -0,0 +1,19 @@
46 +# Copyright 1999-2020 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=7
50 +
51 +DESCRIPTION="A video wallpaper program for wlroots based wayland compositors"
52 +HOMEPAGE="https://github.com/GhostNaN/mpvpaper"
53 +
54 +inherit git-r3 meson
55 +EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
56 +
57 +LICENSE="GPL-3"
58 +SLOT="0"
59 +
60 +RDEPENDS="
61 + media-video/mpv[libmpv]
62 + gui-libs/wlroots
63 +"
64 +DEPENDS="${RDEPENDS}"