From f1a5a01f99441188b62dce19e5a94fb44c8b4e7a Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 25 Apr 2020 11:13:30 +0200 Subject: community/gnome-software: re-enable icons plugin In the previous commit we fixed pixman, so we can enable the icon-plugin again without GNOME Software crashing --- .../gnome-software/dont-build-icon-plugin.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 community/gnome-software/dont-build-icon-plugin.patch (limited to 'community/gnome-software/dont-build-icon-plugin.patch') diff --git a/community/gnome-software/dont-build-icon-plugin.patch b/community/gnome-software/dont-build-icon-plugin.patch deleted file mode 100644 index b92d6d6a0a..0000000000 --- a/community/gnome-software/dont-build-icon-plugin.patch +++ /dev/null @@ -1,33 +0,0 @@ -Upstream: No -Reason: Software crashes somewhere in librsvg/cairo/pixman while loading -icons. This patch simply removes the icon loading for now, meaning we wont -have icons in Software, but at least it wont crash. This is just a workaround -for now, so Software doesn't crash for our users anymore. -diff --git a/plugins/core/meson.build b/plugins/core/meson.build -index 39630d1..5f6dcc2 100644 ---- a/plugins/core/meson.build -+++ b/plugins/core/meson.build -@@ -80,23 +80,6 @@ shared_module( - ] - ) - -- --shared_module( -- 'gs_plugin_icons', -- sources : 'gs-plugin-icons.c', -- include_directories : [ -- include_directories('../..'), -- include_directories('../../lib'), -- ], -- install : true, -- install_dir: plugin_dir, -- c_args : cargs, -- dependencies : plugin_libs, -- link_with : [ -- libgnomesoftware -- ] --) -- - shared_module( - 'gs_plugin_appstream', - sources : [ -- cgit v1.2.3