lpd8editor: upgrade 0.0.10 -> 0.0.12

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-12-29 02:44:55 +01:00
parent 434bbf3c22
commit 45e6b40764

View File

@@ -14,11 +14,11 @@ SRC_URI = " \
git://github.com/charlesfleche/lpd8editor.git \
file://lpd8-editor.desktop \
"
SRCREV = "bd15bd689329194a3c5c3d727c2318629b027e3a"
PV = "0.0.10"
SRCREV = "5ca6f2b90889893e0633b23ffe0e4a014096656a"
PV = "0.0.12"
S = "${WORKDIR}/git"
do_install_append() {
install -Dm 644 ${WORKDIR}/lpd8-editor.desktop ${D}/${datadir}/applications/lpd8-editor.desktop
install -Dm 644 ${S}/icon.svg ${D}/${datadir}/icons/hicolor/scalable/apps/lpd8-editor.svg
install -Dm 644 ${S}/lpd8editor.svg ${D}/${datadir}/icons/hicolor/scalable/apps/lpd8-editor.svg
}