summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-05 19:30:25 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-05 19:48:55 +0200
commit9417931a14d9b4bc715936b5cf523d39492b2b27 (patch)
tree6bf31c1f82e4abbd7e5d3340ef5575f9b89fa486 /sci-biology/treeviewx/files/treeviewx-0.5.1-treeview-xpm-not-xbm.patch
parentnet-wireless/limesuite: drop 20.10.0, 23.10.0 (diff)
downloadgentoo-9417931a14d9b4bc715936b5cf523d39492b2b27.tar.gz
gentoo-9417931a14d9b4bc715936b5cf523d39492b2b27.tar.bz2
gentoo-9417931a14d9b4bc715936b5cf523d39492b2b27.zip
sci-biology/treeviewx: drop 0.5.1-r3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-biology/treeviewx/files/treeviewx-0.5.1-treeview-xpm-not-xbm.patch')
-rw-r--r--sci-biology/treeviewx/files/treeviewx-0.5.1-treeview-xpm-not-xbm.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-biology/treeviewx/files/treeviewx-0.5.1-treeview-xpm-not-xbm.patch b/sci-biology/treeviewx/files/treeviewx-0.5.1-treeview-xpm-not-xbm.patch
deleted file mode 100644
index a57ae19aaf26..000000000000
--- a/sci-biology/treeviewx/files/treeviewx-0.5.1-treeview-xpm-not-xbm.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix the extension of the icon
-Author: Olly Betts <olly@survex.com>
-Last-Update: 2014-06-21
-Forwarded: http://code.google.com/p/treeviewx/issues/detail?id=4
-
---- tv-0.5.orig/tv.cpp
-+++ tv-0.5/tv.cpp
-@@ -215,7 +215,7 @@
- frame->SetIcon(wxIcon("app")); // use the name of the icon in the resource file
- #endif
- #if defined(__WXGTK__) || defined(__WXMOTIF__)
-- frame->SetIcon(wxIcon(wxT("bitmaps/treeview.xbm")));
-+ frame->SetIcon(wxIcon(wxT("/usr/share/pixmaps/treeviewx.xpm")));
- #endif
-
- #ifdef __WXMAC__