From 0944d66a38752412cf76e4fcecba74fc9f5c4d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Thu, 12 Oct 2023 10:37:42 +0000 Subject: [PATCH] gnome-boxes: disable ubuntu artwork. --- helpers/make-gnome-boxes | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/helpers/make-gnome-boxes b/helpers/make-gnome-boxes index df2f168b..7d32a164 100644 --- a/helpers/make-gnome-boxes +++ b/helpers/make-gnome-boxes @@ -19,12 +19,15 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=4 . ./config -rm debian/patches/Update-recommended-downloads.patch -sed -i '/Update-recommended-downloads.patch/d' debian/patches/series +remove_patch Update-recommended-downloads.patch + +#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. sed -i 's|libvirt-dev,|libvirt-dev, cmake, libsasl2-dev, libpulse-dev,|' debian/control* -- GitLab