From c0577d4bf64c3ae3aa6a0b14028d702d5ba895d4 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Thu, 22 Apr 2021 22:39:16 +1000 Subject: [PATCH] build: Fix Flatpak CI FTB with GMime mainline See !699 and https://github.com/jstedfast/gmime/pull/101 --- org.gnome.Geary.json | 2 +- org.gnome.Geary.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 5c983803..b65c3d49 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -224,7 +224,7 @@ { "type": "git", "url": "https://github.com/jstedfast/gmime.git", - "branch": "master" + "branch": "3.2.7" } ] }, diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml index 908ed45d..f47a86d9 100644 --- a/org.gnome.Geary.yaml +++ b/org.gnome.Geary.yaml @@ -223,7 +223,9 @@ modules: sources: - type: git url: https://github.com/jstedfast/gmime.git - branch: master + # Pin to 3.2.7 until 3.2.8 is released, or the mainline branch + # is pre-bumped to same. + branch: 3.2.7 # Geary dependency - name: libpeas