From 14a0ee9e710201799a0088a1048c85eff1a3fa9d Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Sat, 11 Jun 2022 19:35:25 +0000
Subject: [PATCH] gnome-boxes: add required dependencies not in upstream.

---
 helpers/make-gnome-boxes | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/helpers/make-gnome-boxes b/helpers/make-gnome-boxes
index 485e3295a..0e99cb506 100644
--- a/helpers/make-gnome-boxes
+++ b/helpers/make-gnome-boxes
@@ -2,6 +2,7 @@
 #
 #    Copyright (C) 2022 Trisquel GNU/Linux developers
 #                       <trisquel-devel@listas.trisquel.info>
+#    Copyright (C) 2022 Luis Guzman <ark@switnet.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -18,13 +19,16 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=0
+VERSION=1
 
 . ./config
 
 rm debian/patches/Update-recommended-downloads.patch
 sed -i '/Update-recommended-downloads.patch/d' debian/patches/series
 
+#Required dependencies not in upstream.
+sed -i 's|libvirt-dev,|libvirt-dev, cmake, libsasl2-dev, libpulse-dev,|' debian/control*
+
 cat << recommended-os > data/recommended-downloads.xml
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
-- 
GitLab