mpv-plugin/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-05-13 22:35:15 +02:00
committed by Julien Roy
parent 89d3f759c5
commit 4ef78cbd30
9 changed files with 18 additions and 25 deletions

View File

@@ -11,9 +11,10 @@ MY_PV="r${PV//./_}"
DESCRIPTION="Automatically invoke the xrandr to set the parameters for the display output"
HOMEPAGE="https://gitlab.com/lvml/mpv-plugin-xrandr"
SRC_URI="https://gitlab.com/lvml/mpv-plugin-xrandr/-/archive/tags/${MY_PV}/mpv-plugin-xrandr-tags-${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-tags-${MY_PV}"
LICENSE="GPL-2"
KEYWORDS="~amd64"
@@ -21,6 +22,4 @@ RDEPEND="
x11-apps/xrandr
"
S="${WORKDIR}/${PN}-tags-${MY_PV}"
MPV_PLUGIN_FILES=( xrandr.lua )