0e56a29d9f
2014-10-12 tim <gyunaev@ulduzsoft.com> - Version 7.1 released - Added support for creating kchmviewer as a portable app - Fixed a crash when indexing (in search) certain malformed HTML files - Fixed parsing CHM files whose filenames contained URL-encoded characters 2014-03-26 tim <gyunaev@ulduzsoft.com> - Version 6.1 released - Keyboard usability improved thanks to the Giuseppe "Cowo" Corbelli. - The focus is now moved to the content page once the link is clicked, so the keyboard navigation is available immediately. You can switch the focus back by pressing Ctrl+(1-4). - Added extended keyboard shortcuts for FindNext and FindPrevious; F3 still works. - Navigation tab window activation (Contents, Search, Index, Bookmarks) now automatically focus the proper element. - The items in the navigation page now reacts on onItemActivated, and hence act on <Return> key and follow the DE policy (such as respecting KDE single click). - Upon successful search, the focus moves to the results list. - Titles are now space-trimmed. - Fixed binary TOC parser check which led to crashes for some CHM files. - Fixed incorrect settings file storage name when the CHM file contains multiple dots. - Fixed the Ctrl+click and Shift+click when the release event was intercepted by other applications (i.e. GoldenDict) - 'Esc' closes the search dialog and restores focus in the content window.
31 lines
950 B
Makefile
31 lines
950 B
Makefile
# $NetBSD: Makefile,v 1.45 2014/11/27 15:32:38 wiz Exp $
|
|
|
|
DISTNAME= kchmviewer-7.1
|
|
CATEGORIES= misc x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/}
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
HOMEPAGE= http://www.kchmviewer.net/
|
|
COMMENT= CHM (MS HTML help file format) viewer
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
|
|
SUBST_CLASSES+= zip
|
|
SUBST_SED.zip+= -e 's,-I${PREFIX}/include,-I${PREFIX}/include -I${PREFIX}/lib/libzip/include,'
|
|
SUBST_MESSAGE.zip= Add missing header search path.
|
|
SUBST_FILES.zip+= lib/libebook/Makefile
|
|
SUBST_STAGE.zip= post-configure
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/chmlib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.5.0
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../archivers/libzip/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|