mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
playerctl: add recipe
This commit is contained in:
parent
9bb21a1e65
commit
ec1c78bc70
18
recipes-support/playerctl/playerctl_git.bb
Normal file
18
recipes-support/playerctl/playerctl_git.bb
Normal file
@ -0,0 +1,18 @@
|
||||
SUMMARY = "For true players only: vlc, mpv, RhythmBox, web browsers, cmus, mpd, spotify and others."
|
||||
LICENSE = "LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
SRC_URI = "git://github.com/altdesktop/playerctl.git;protocol=https;branch=master"
|
||||
|
||||
RDEPENDS:${PN} = "glib-2.0"
|
||||
|
||||
inherit meson pkgconfig gobject-introspection
|
||||
|
||||
EXTRA_OEMESON += "--buildtype=release -Dbash-completions=true -Dgtk-doc=false"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.4.1"
|
||||
SRCREV = "e5304e9dc9a0c0c32b3689c3f141cf266d27f59c"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
Loading…
Reference in New Issue
Block a user