summaryrefslogtreecommitdiff
path: root/app-antivirus/clamtk/files/change_icon_path.patch
diff options
context:
space:
mode:
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, 0 insertions, 15 deletions
diff --git a/app-antivirus/clamtk/files/change_icon_path.patch b/app-antivirus/clamtk/files/change_icon_path.patch
deleted file mode 100644
index 18e88f1429c8..000000000000
--- a/app-antivirus/clamtk/files/change_icon_path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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(