mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
drop '_git' from recipes
This commit is contained in:
19
recipes-graphics/mpvpaper/mpvpaper_1.8.bb
Normal file
19
recipes-graphics/mpvpaper/mpvpaper_1.8.bb
Normal file
@ -0,0 +1,19 @@
|
||||
SUMMARY = "MPVPaper allows you to play videos with mpv as your wallpaper."
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
SRC_URI = "git://github.com/GhostNaN/mpvpaper.git;protocol=https;branch=master"
|
||||
|
||||
DEPENDS = " \
|
||||
mpv \
|
||||
virtual/egl \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
SRCREV = "7342c53343bed06b22456eb45182e40e0f80ea83"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
Reference in New Issue
Block a user