diff options
Diffstat (limited to 'meta-gnome')
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb index f48f04f9d..837244843 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb | |||
@@ -10,7 +10,7 @@ PV .= "+git${SRCPV}" | |||
10 | 10 | ||
11 | SRCREV = "a3ee65b815a0247a0dbdaa39353444cef6f93499" | 11 | SRCREV = "a3ee65b815a0247a0dbdaa39353444cef6f93499" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/dsalt/devilspie2;branch=master \ | 13 | SRC_URI = "git://github.com/dsalt/devilspie2;branch=master;protocol=https \ |
14 | file://default.lua \ | 14 | file://default.lua \ |
15 | file://devilspie2.desktop \ | 15 | file://devilspie2.desktop \ |
16 | " | 16 | " |
diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb index 9b99bbc4e..51ca63e1f 100644 --- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb +++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb | |||
@@ -8,7 +8,7 @@ inherit features_check gobject-introspection meson pkgconfig | |||
8 | REQUIRED_DISTRO_FEATURES = "opengl" | 8 | REQUIRED_DISTRO_FEATURES = "opengl" |
9 | 9 | ||
10 | SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e" | 10 | SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e" |
11 | SRC_URI = "git://github.com/gnome/libchamplain.git" | 11 | SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc index 810f369dd..01f05c1b6 100644 --- a/meta-gnome/recipes-support/ibus/ibus.inc +++ b/meta-gnome/recipes-support/ibus/ibus.inc | |||
@@ -10,7 +10,7 @@ PV = "1.5.23+git${SRCPV}" | |||
10 | DEPENDS = "unicode-ucd" | 10 | DEPENDS = "unicode-ucd" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | git://github.com/ibus/ibus.git \ | 13 | git://github.com/ibus/ibus.git;branch=master;protocol=https \ |
14 | file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ | 14 | file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ |
15 | " | 15 | " |
16 | SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40" | 16 | SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40" |
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index e64fcf1ee..971ad90f9 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
@@ -13,7 +13,7 @@ B = "${S}" | |||
13 | 13 | ||
14 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" | 14 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" |
15 | PV = "3.0+git${SRCPV}" | 15 | PV = "3.0+git${SRCPV}" |
16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ | 16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS:${PN} = "gtk+" | 19 | RDEPENDS:${PN} = "gtk+" |
diff --git a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb index b169afcf1..7f0706e20 100644 --- a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb +++ b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" | |||
6 | DEPENDS:class-target = "${BPN}-native" | 6 | DEPENDS:class-target = "${BPN}-native" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | git://github.com/snowballstem/snowball.git \ | 9 | git://github.com/snowballstem/snowball.git;branch=master;protocol=https \ |
10 | file://0001-Build-so-lib.patch \ | 10 | file://0001-Build-so-lib.patch \ |
11 | " | 11 | " |
12 | SRCREV = "4764395431c8f2a0b4fe18b816ab1fc966a45837" | 12 | SRCREV = "4764395431c8f2a0b4fe18b816ab1fc966a45837" |
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb index 6fb3b82ef..5db78b7cf 100644 --- a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb +++ b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb | |||
@@ -9,6 +9,6 @@ DEPENDS = " \ | |||
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRC_URI = "git://github.com/linuxwacom/libwacom.git" | 12 | SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" |
13 | SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" | 13 | SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |