pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/kchmviewer Update to 4.1. Set LICENSE. Fix a pkgl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/011db4c4e840
branches: trunk
changeset: 562203:011db4c4e840
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jul 22 13:10:22 2009 +0000
description:
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:
misc/kchmviewer/Makefile | 7 ++++---
misc/kchmviewer/distinfo | 8 ++++----
misc/kchmviewer/options.mk | 6 ++++--
3 files changed, 12 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r b00ec29aa868 -r 011db4c4e840 misc/kchmviewer/Makefile
--- a/misc/kchmviewer/Makefile Wed Jul 22 13:00:57 2009 +0000
+++ b/misc/kchmviewer/Makefile Wed Jul 22 13:10:22 2009 +0000
@@ -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@localhost
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 -r b00ec29aa868 -r 011db4c4e840 misc/kchmviewer/distinfo
--- a/misc/kchmviewer/distinfo Wed Jul 22 13:00:57 2009 +0000
+++ b/misc/kchmviewer/distinfo Wed Jul 22 13:10:22 2009 +0000
@@ -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 -r b00ec29aa868 -r 011db4c4e840 misc/kchmviewer/options.mk
--- a/misc/kchmviewer/options.mk Wed Jul 22 13:00:57 2009 +0000
+++ b/misc/kchmviewer/options.mk Wed Jul 22 13:10:22 2009 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index