mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-03 15:36:48 +02:00
azote: update 1.12.0 > 1.13.0
This commit is contained in:
parent
a759a3f168
commit
1998eb50a0
@ -15,7 +15,6 @@ RDEPENDS:${PN} = " \
|
|||||||
python3-pillow \
|
python3-pillow \
|
||||||
python3-pkg-resources \
|
python3-pkg-resources \
|
||||||
python3-send2trash \
|
python3-send2trash \
|
||||||
imagemagick \
|
|
||||||
grim \
|
grim \
|
||||||
slurp \
|
slurp \
|
||||||
swaybg \
|
swaybg \
|
||||||
@ -25,23 +24,15 @@ RDEPENDS:${PN} = " \
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.12.9"
|
PV = "1.13.0"
|
||||||
SRCREV = "20849501ee5fecc701d4bdfdbce6d6a320737a7d"
|
SRCREV = "05be4c908a468e6392ecb8695a5211b68f310df1"
|
||||||
|
|
||||||
do_configure:prepend() {
|
|
||||||
[ -d ${S}/dist ] && mv ${S}/dist ${S}/distrib
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -d ${D}${bindir} ${D}${datadir}/azote ${D}${datadir}/pixmaps ${D}${datadir}/applications
|
install -d ${D}${datadir}/azote ${D}${datadir}/pixmaps ${D}${datadir}/applications
|
||||||
install -m 755 ${S}/distrib/azote ${D}${bindir}
|
install -m 644 ${S}/dist/azote.desktop ${D}${datadir}/applications
|
||||||
install -m 644 ${S}/distrib/azote.desktop ${D}${datadir}/applications
|
install -m 644 ${S}/dist/azote.svg ${D}${datadir}/pixmaps
|
||||||
install -m 644 ${S}/distrib/azote.svg ${D}${datadir}/pixmaps
|
install -m 644 ${S}/dist/indicator_active.png ${D}${datadir}/azote
|
||||||
install -m 644 ${S}/distrib/indicator_active.png ${D}${datadir}/azote
|
install -m 644 ${S}/dist/indicator_attention.png ${D}${datadir}/azote
|
||||||
install -m 644 ${S}/distrib/indicator_attention.png ${D}${datadir}/azote
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN}:append = " \
|
FILES:${PN} += "${datadir}"
|
||||||
${datadir} \
|
|
||||||
${bindir} \
|
|
||||||
"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user