aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-software/dont-build-icon-plugin.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-25 11:13:30 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2020-04-25 10:36:03 +0000
commitf1a5a01f99441188b62dce19e5a94fb44c8b4e7a (patch)
tree315f57bab12a9dd209e6dc2acba0c27156950530 /community/gnome-software/dont-build-icon-plugin.patch
parent2128a12d985416db4134eafb7a4e1df7028e6623 (diff)
downloadaports-f1a5a01f99441188b62dce19e5a94fb44c8b4e7a.tar.bz2
aports-f1a5a01f99441188b62dce19e5a94fb44c8b4e7a.tar.xz
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
Diffstat (limited to 'community/gnome-software/dont-build-icon-plugin.patch')
-rw-r--r--community/gnome-software/dont-build-icon-plugin.patch33
1 files changed, 0 insertions, 33 deletions
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 : [