summaryrefslogtreecommitdiff
path: root/app-antivirus/clamtk/files/change_icon_path.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:08:21 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:08:21 +0100
commit83478e01c4d2285949a2001571efadb08792922a (patch)
treed7329e5e4e22b14e5c85e2fd0a5433ddc0796b32 /app-antivirus/clamtk/files/change_icon_path.patch
parent7b6779967898bf86cb9670457223f4237816a205 (diff)
gentoo resync : 14.07.2018 (3rd step)
Diffstat (limited to 'app-antivirus/clamtk/files/change_icon_path.patch')
-rw-r--r--app-antivirus/clamtk/files/change_icon_path.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-antivirus/clamtk/files/change_icon_path.patch b/app-antivirus/clamtk/files/change_icon_path.patch
new file mode 100644
index 000000000000..18e88f1429c8
--- /dev/null
+++ b/app-antivirus/clamtk/files/change_icon_path.patch
@@ -0,0 +1,15 @@
+--- a/lib/GUI.pm 2017-02-18 10:38:18.000000000 +0100
++++ b/lib/GUI.pm 2018-07-12 01:54:13.199186406 +0200
+@@ -33,9 +33,9 @@
+ # because it's missing an icon :|
+ # https://aur.archlinux.org/packages/clamtk/
+ my $theme = Gtk2::IconTheme->get_default;
+- $theme->append_search_path( '/usr/share/icons/gnome/24x24/actions' );
+- $theme->append_search_path( '/usr/share/icons/gnome/24x24/places' );
+- $theme->append_search_path( '/usr/share/icons/gnome/24x24/mimetypes' );
++ $theme->append_search_path( '/usr/share/icons/Faenza/actions/24' );
++ $theme->append_search_path( '/usr/share/icons/Faenza/places/24' );
++ $theme->append_search_path( '/usr/share/icons/Faenza/mimetypes/24' );
+
+ $window = Gtk2::Window->new;
+ $window->signal_connect(