summaryrefslogtreecommitdiff
path: root/app-antivirus/clamtk/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-antivirus/clamtk/files
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-antivirus/clamtk/files')
-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(