Skip to content
Snippets Groups Projects
Commit 14a0ee9e authored by Luis Guzmán's avatar Luis Guzmán
Browse files

gnome-boxes: add required dependencies not in upstream.

parent 7d1e8b27
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# #
# Copyright (C) 2022 Trisquel GNU/Linux developers # Copyright (C) 2022 Trisquel GNU/Linux developers
# <trisquel-devel@listas.trisquel.info> # <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 # 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 # it under the terms of the GNU General Public License as published by
...@@ -18,13 +19,16 @@ ...@@ -18,13 +19,16 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=0 VERSION=1
. ./config . ./config
rm debian/patches/Update-recommended-downloads.patch rm debian/patches/Update-recommended-downloads.patch
sed -i '/Update-recommended-downloads.patch/d' debian/patches/series 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 cat << recommended-os > data/recommended-downloads.xml
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<!-- <!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment