convert to new override syntax

This commit is contained in:
Markus Volk
2021-08-07 06:23:26 +02:00
parent 575ee7b8e6
commit c2ae986cbb
33 changed files with 56 additions and 57 deletions

View File

@ -26,9 +26,9 @@ DEPENDS += " \
wayland-protocols \
"
# sways default config makes use of it
RDEPENDS_${PN} ?= "swaybg"
RDEPENDS:${PN} ?= "swaybg"
RRECOMMENDS_${PN} ?= " \
RRECOMMENDS:${PN} ?= " \
foot \
jq \
grim \
@ -62,11 +62,11 @@ PACKAGECONFIG ?= " \
EXTRA_OEMESON += "--buildtype release"
do_install_append() {
do_install:append() {
install -m 755 ${S}/contrib/grimshot ${D}${bindir}
}
FILES_${PN}_append = " \
FILES:${PN}:append = " \
${datadir} \
"

View File

@ -27,7 +27,7 @@ DEPENDS += " \
wayland-protocols \
"
RRECOMMENDS_${PN} += " \
RRECOMMENDS:${PN} += " \
wlroots \
wcm \
wf-config \

View File

@ -25,7 +25,7 @@ inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
FILES_${PN} += "${prefix}"
FILES:${PN} += "${prefix}"
BBCLASSEXTEND = ""

View File

@ -17,7 +17,7 @@ DEPENDS = " \
libnotify3 \
"
DEPENDS_append_class-target = " gobject-introspection-native qemu-native prelink-native"
DEPENDS:append:class-target = " gobject-introspection-native qemu-native prelink-native"
REQUIRED_DISTRO_FEATURES = "wayland gobject-introspection-data"
@ -33,7 +33,7 @@ inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
FILES_${PN} += "${prefix}"
FILES:${PN} += "${prefix}"
BBCLASSEXTEND = ""

View File

@ -41,11 +41,11 @@ inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
FILES_${PN} = "${bindir} \
FILES:${PN} = "${bindir} \
${libdir} \
"
FILES_${PN}-dev = "${includedir} \
FILES:${PN}-dev = "${includedir} \
${libdir}/libwlroots.so \
"