mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
sway: install grimshot and add runtime deoendencies
This commit is contained in:
parent
0ed0111597
commit
da0eeefcf1
21
recipes-extended/jq/jq_git.bb
Normal file
21
recipes-extended/jq/jq_git.bb
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
SUMMARY = "jq is a lightweight and flexible command-line JSON processor."
|
||||
HOMEPAGE = "https://github.com/stedolan/jq"
|
||||
BUGTRACKER = "https://github.com/stedolan/jq/issues"
|
||||
SECTION = "dev"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=31752b4a8edd3fb9ddba1cb90fada74d"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/stedolan/jq;protocol=https;nobranch=1 \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.6"
|
||||
SRCREV = "jq-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend() {
|
||||
autoreconf -f
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
|
||||
SUMMARY = "A Wayland WM"
|
||||
HOMEPAGE = "https://github.com/swaywm/sway"
|
||||
BUGTRACKER = "https://github.com/swaywm/sway/issues"
|
||||
@ -29,6 +30,10 @@ RDEPENDS_${PN} ?= "swaybg"
|
||||
|
||||
RRECOMMENDS_${PN} ?= " \
|
||||
foot \
|
||||
jq \
|
||||
grim \
|
||||
slurp \
|
||||
wl-clipboard \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
@ -57,6 +62,10 @@ PACKAGECONFIG ?= " \
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
do_install_append() {
|
||||
install -m 755 ${S}/contrib/grimshot ${D}${bindir}
|
||||
}
|
||||
|
||||
FILES_${PN}_append = " \
|
||||
${datadir} \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user