From 29e6be9e969a1a3bdc22f9b29b95545e47b55f7f Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sat, 24 Mar 2018 15:09:06 -0400 Subject: [PATCH] update dash-to-panel --- .../{dash-to-panel_12.bb => dash-to-panel_13.bb} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta-citadel/recipes-desktop/dash-to-panel/{dash-to-panel_12.bb => dash-to-panel_13.bb} (50%) diff --git a/meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_12.bb b/meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_13.bb similarity index 50% rename from meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_12.bb rename to meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_13.bb index c798ea6..c197a11 100644 --- a/meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_12.bb +++ b/meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_13.bb @@ -1,9 +1,11 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" -SRC_URI = "https://github.com/jderose9/dash-to-panel/archive/v${PV}.tar.gz" -SRC_URI[md5sum] = "63bd7ce2b4907903fead14320f9d7f52" -SRC_URI[sha256sum] = "e4c5ef2e9f2c69ee3fe74bf526f4bc5c3991f78aa96b1732c70712544981bfa6" +SRC_URI = "git://github.com/jderose9/dash-to-panel.git;protocol=https" +#SRC_URI[md5sum] = "63bd7ce2b4907903fead14320f9d7f52" +#SRC_URI[sha256sum] = "e4c5ef2e9f2c69ee3fe74bf526f4bc5c3991f78aa96b1732c70712544981bfa6" +SRCREV="a460d2828ac38b27b7688115910f6eb6b9f274a3" +S = "${WORKDIR}/git" DEPENDS = "gettext-native glib-2.0-native" FILES_${PN} = "${datadir}/gnome-shell/extensions"