summaryrefslogtreecommitdiff
path: root/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch')
-rw-r--r--app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch b/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch
deleted file mode 100644
index 3b8018442d89..000000000000
--- a/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/lib/GUI.pm 2019-02-22 12:05:43.000000000 +0100
-+++ b/lib/GUI.pm 2019-03-08 21:27:39.000000000 +0100
-@@ -35,9 +35,9 @@
- # because it's missing an icon :|
- # https://aur.archlinux.org/packages/clamtk/
- my $theme = Gtk3::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 = Gtk3::Window->new( 'toplevel' );
- $window->signal_connect(