mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
gui-apps/mpvpaper: Version bump 1.1
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mpvpaper-1.0.tar.gz 81679 BLAKE2B 2f5ef776ee71eb63c48d87d9513292aa73c318841538e11e890016ba4c8f5b21ea7a9145dc12af4675239686bd6b2706e662178c289cfcf08b7c2a07e3173a7b SHA512 8d17cfd0ddbf68d1f260ae9b4165dfa2aed57d471a5975fcc27c06e2371a1f80f916ef0dd9dbdd99c8e6aba9b3e5f607752703f45d4446090f68175400860031
|
||||
DIST mpvpaper-1.1.tar.gz 85586 BLAKE2B 1144bc716523c4cf61c7b512158709b9f643895b018875602486386790440c389cc09a034487a404bff460fc277c0d78638fb7912bf75a210d0a656de6d99192 SHA512 777674ec6aa2855b2d4c0aedc2a427d40d83e717d79d241ff1d542c51ca70628911dd7faa93a742976437e42752b2c75f6422c61f04c6ffd6877a7bbef9591a8
|
||||
|
||||
30
gui-apps/mpvpaper/mpvpaper-1.1.ebuild
Normal file
30
gui-apps/mpvpaper/mpvpaper-1.1.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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 meson
|
||||
|
||||
case "${PV}" in
|
||||
9999)
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
|
||||
;;
|
||||
*)
|
||||
SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
esac
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
RDEPEND="
|
||||
media-video/mpv[libmpv]
|
||||
gui-libs/wlroots
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user