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

gnome-boxes: disable ubuntu artwork.

parent 8c105051
No related branches found
No related tags found
1 merge request!1201gnome-boxes: disable ubuntu artwork.
Pipeline #1099 passed
...@@ -19,12 +19,15 @@ ...@@ -19,12 +19,15 @@
# 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=3 VERSION=4
. ./config . ./config
rm debian/patches/Update-recommended-downloads.patch remove_patch Update-recommended-downloads.patch
sed -i '/Update-recommended-downloads.patch/d' debian/patches/series
#Disable ubuntu artwork
rm data/osinfo/ubuntu-4.10.xml
sed -i '/ubuntu-4.10.xml/d' data/osinfo/meson.build
#Required dependencies not in upstream. #Required dependencies not in upstream.
sed -i 's|libvirt-dev,|libvirt-dev, cmake, libsasl2-dev, libpulse-dev,|' debian/control* sed -i 's|libvirt-dev,|libvirt-dev, cmake, libsasl2-dev, libpulse-dev,|' debian/control*
......
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