From dddaf7046af8d914fcf0980b0a013d3c9a645ed4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 19 Dec 2016 16:16:24 +0100 Subject: main/hexchat: upgrade to 2.12.4 --- main/hexchat/pixdata.patch | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 main/hexchat/pixdata.patch (limited to 'main/hexchat/pixdata.patch') diff --git a/main/hexchat/pixdata.patch b/main/hexchat/pixdata.patch new file mode 100644 index 0000000000..4e720a8485 --- /dev/null +++ b/main/hexchat/pixdata.patch @@ -0,0 +1,56 @@ +From 4c178782a779f013fafab476506f7d4dae372b8a Mon Sep 17 00:00:00 2001 +From: Patrick Griffis +Date: Sat, 17 Dec 2016 19:55:06 -0500 +Subject: [PATCH] Don't combine compression with pixdata option for icon + resources + +This made minimal difference and is not recommended by upstream. +It also is affected by a regression in the latest gdk-pixbuf release. + +https://bugzilla.gnome.org/show_bug.cgi?id=776105 +--- + data/hexchat.gresource.xml | 28 ++++++++++++++-------------- + 1 file changed, 14 insertions(+), 14 deletions(-) + +diff --git a/data/hexchat.gresource.xml b/data/hexchat.gresource.xml +index c125da2..5845da5 100644 +--- a/data/hexchat.gresource.xml ++++ b/data/hexchat.gresource.xml +@@ -1,23 +1,23 @@ + + + +- icons/hexchat.png +- icons/book.png ++ icons/hexchat.png ++ icons/book.png + +- icons/ulist_voice.png +- icons/ulist_halfop.png +- icons/ulist_op.png +- icons/ulist_owner.png +- icons/ulist_founder.png +- icons/ulist_netop.png ++ icons/ulist_voice.png ++ icons/ulist_halfop.png ++ icons/ulist_op.png ++ icons/ulist_owner.png ++ icons/ulist_founder.png ++ icons/ulist_netop.png + +- icons/tray_fileoffer.png +- icons/tray_highlight.png +- icons/tray_message.png ++ icons/tray_fileoffer.png ++ icons/tray_highlight.png ++ icons/tray_message.png + + icons/tree_channel.png +- icons/tree_dialog.png +- icons/tree_server.png +- icons/tree_util.png ++ icons/tree_dialog.png ++ icons/tree_server.png ++ icons/tree_util.png + + -- cgit v1.2.3