pva 08/05/19 13:14:27
Added: xchm.desktop xchm-1.13-gcc-4.3.patch xchm.xml
Log:
Moved from x11-misc/xchm, bug #220741, thank Antek Grzymala for report.
(Portage version: 2.1.4.4, RepoMan options: --force)
Revision Changes Path
1.1 app-text/xchm/files/xchm.desktop
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xchm/files/xchm.desktop?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xchm/files/xchm.desktop?rev=1.1&content-type=text/plain
Index: xchm.desktop
===================================================================
[Desktop Entry]
Type=Application
Version=1.0
Name=xCHM
Comment=Compiled HTML Help (CHM) file viewer
Comment[fr]=Visionneuse de fichiers Compiled HTML Help (CHM)
Icon=xchm
TryExec=xchm
Exec=xchm %f
MimeType=application/x-chm;
Categories=Viewer;Utility;
1.1 app-text/xchm/files/xchm-1.13-gcc-4.3.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xchm/files/xchm-1.13-gcc-4.3.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xchm/files/xchm-1.13-gcc-4.3.patch?rev=1.1&content-type=text/plain
Index: xchm-1.13-gcc-4.3.patch
===================================================================
diff -Naur xchm-1.13-orig/src/chmfile.h xchm-1.13/src/chmfile.h
--- xchm-1.13-orig/src/chmfile.h 2007-04-10 06:07:17.000000000 -0600
+++ xchm-1.13/src/chmfile.h 2007-12-19 19:00:16.000000000 -0600
@@ -277,8 +277,8 @@
//! Retrieve the data (name/URL) for a single entry (TOC or index)
bool GetItem(UCharPtr& topics, UCharPtr& strings, UCharPtr& urltbl,
- UCharPtr& urlstr, u_int32_t index, wxTreeCtrl *toBuild,
- CHMListCtrl* toBuild, const wxString& idxName,
+ UCharPtr& urlstr, u_int32_t index, wxTreeCtrl* tree,
+ CHMListCtrl* list, const wxString& idxName,
const wxCSConv& cv, int level, bool local);
//! Get the binary index (if available)
1.1 app-text/xchm/files/xchm.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xchm/files/xchm.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xchm/files/xchm.xml?rev=1.1&content-type=text/plain
Index: xchm.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-chm">
<comment>Compiled HTML Help Format</comment>
<glob pattern="*.chm"/>
</mime-type>
</mime-info>
--
gentoo-commits@g.o mailing list
|