diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 13:10:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 13:10:22 +0000 |
commit | 7e3b6b862573da1f68109b35b6c63b2c05119ef1 (patch) | |
tree | b2e224b11a2cd8d7d9009334b156b2274236a4cf /misc | |
parent | 1f0d9e62fbea957de0b33c9c8ff50d3f2095b9ca (diff) | |
download | pkgsrc-7e3b6b862573da1f68109b35b6c63b2c05119ef1.tar.gz |
Update to 4.1. Set LICENSE. Fix a pkglint warning.
- Version changed to 4.1
- Updated Dutch translation (thanks to Sander Pientka)
- Updated Turkish translation (thanks to Ozan Caglayan)
- Default toolbar button order changed to standard -/+
- Automatic encoding detection for KHTMLPart/WebKit is now disabled by default.
- Fixed incorrect index string encoding for non-English strings.
- Fixed text size auto-increase each time the file is loaded for WebKit browser.
- License changed from GPLv2 to GPLv3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kchmviewer/Makefile | 7 | ||||
-rw-r--r-- | misc/kchmviewer/distinfo | 8 | ||||
-rw-r--r-- | misc/kchmviewer/options.mk | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/misc/kchmviewer/Makefile b/misc/kchmviewer/Makefile index ad003bbfba2..de66b9b098d 100644 --- a/misc/kchmviewer/Makefile +++ b/misc/kchmviewer/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2009/01/08 12:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/07/22 13:10:22 wiz Exp $ # -DISTNAME= kchmviewer-4.0 +DISTNAME= kchmviewer-4.1 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/} MAINTAINER= ianzag@mail.ru HOMEPAGE= http://www.kchmviewer.net/ -COMMENT= KchmViewer is a CHM (MS HTML help file format) viewer +COMMENT= CHM (MS HTML help file format) viewer +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/misc/kchmviewer/distinfo b/misc/kchmviewer/distinfo index 48a387476e1..4913ac4a3e1 100644 --- a/misc/kchmviewer/distinfo +++ b/misc/kchmviewer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/08 12:02:44 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/07/22 13:10:22 wiz Exp $ -SHA1 (kchmviewer-4.0.tar.gz) = 313f07307ab7157ca65977b60a8417379941db56 -RMD160 (kchmviewer-4.0.tar.gz) = b097a320ed2c5e7431d02f1382e1124176a50eef -Size (kchmviewer-4.0.tar.gz) = 225883 bytes +SHA1 (kchmviewer-4.1.tar.gz) = ffb057fb3d614c8cbaf4a7d178aeb1a33d9b0397 +RMD160 (kchmviewer-4.1.tar.gz) = d07546fda972082d51fccb4c3f98f61dabd30036 +Size (kchmviewer-4.1.tar.gz) = 257818 bytes diff --git a/misc/kchmviewer/options.mk b/misc/kchmviewer/options.mk index 3647e666757..963ea511445 100644 --- a/misc/kchmviewer/options.mk +++ b/misc/kchmviewer/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2009/01/28 06:35:46 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2009/07/22 13:10:22 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.kchmviewer PKG_SUPPORTED_OPTIONS= kde4 @@ -14,11 +14,13 @@ BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4 .include "../../wip/kde4/kde4.mk" PLIST.kde4= yes .else + +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} do-install: - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/kchmviewer ${DESTDIR}${PREFIX}/bin .endif |