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

@ -6,7 +6,7 @@ SRC_URI = " \
git://github.com/nwg-piotr/azote.git;protocol=https \
"
RDEPENDS_${PN} = " \
RDEPENDS:${PN} = " \
python3 \
gtk+3 \
python3-pygobject \
@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
PV = "1.9.1"
SRCREV = "v${PV}"
do_install_append() {
do_install:append() {
install -d ${D}${bindir} ${D}${datadir}/azote ${D}${datadir}/pixmaps ${D}${datadir}/applications
install -m 755 ${S}/dist/azote ${D}${bindir}
install -m 644 ${S}/dist/azote.desktop ${D}${datadir}/applications
@ -35,7 +35,7 @@ do_install_append() {
install -m 644 ${S}/dist/indicator_attention.png ${D}${datadir}/azote
}
FILES_${PN}_append = " \
FILES:${PN}:append = " \
${datadir} \
${bindir} \
"

View File

@ -19,7 +19,7 @@ inherit go go-mod
GO_INSTALL = "${GO_IMPORT}"
do_install_append() {
do_install:append() {
# remove precompiled x86 binary
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
}

View File

@ -18,7 +18,7 @@ inherit go go-mod
GO_INSTALL = "${GO_IMPORT}"
do_install_append() {
do_install:append() {
# remove precompiled x86 binary
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
}

View File

@ -7,7 +7,7 @@ DEPENDS = " \
gtk-layer-shell \
"
RRECOMMENDS_${PN} = " \
RRECOMMENDS:${PN} = " \
thunar \
foot \
"
@ -23,7 +23,7 @@ inherit go go-mod
GO_INSTALL = "${GO_IMPORT}"
do_install_append() {
do_install:append() {
# remove precompiled x86 binary
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
}

View File

@ -9,7 +9,7 @@ DEPENDS = " \
gtk-layer-shell \
"
RRECOMMENDS_${PN} = " \
RRECOMMENDS:${PN} = " \
thunar \
foot \
"
@ -25,7 +25,7 @@ inherit go go-mod
GO_INSTALL = "${GO_IMPORT}"
do_install_append() {
do_install:append() {
# remove precompiled x86 binary
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
}

View File

@ -6,7 +6,7 @@ SRC_URI = " \
git://github.com/nwg-piotr/nwg-panel.git;protocol=https \
"
RDEPENDS_${PN} = "\
RDEPENDS:${PN} = "\
light \
python3 \
python3-pygobject \
@ -20,5 +20,5 @@ S = "${WORKDIR}/git"
PV = "0.3.3"
SRCREV = "v${PV}"
INSANE_SKIP_${PN} = "file-rdeps"
INSANE_SKIP:${PN} = "file-rdeps"

View File

@ -7,7 +7,7 @@ SRC_URI = " \
"
DEPENDS = "python3"
RDEPENDS_${PN} = "python3-pygobject"
RDEPENDS:${PN} = "python3-pygobject"
inherit setuptools3 gobject-introspection