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.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c911b898d3a6
branches:  trunk
changeset: 400992:c911b898d3a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 31 01:38:30 2009 +0000

description:
Update to 4.2:

2009-24-10 tim <gyunaev%ulduzsoft.com@localhost>
    - Version changed to 4.2
    - Fixed font size change on KHTMLPart (thanks to Jure Repinc)
    - Fixed Windows file opener being unable to open the file with non-English characters.
    - Fixed "Open in new tab" for QTextBrowser opening an empty page.
    - Middle button in QTextBrowser and WebKit now opens the link in new tab in background.
    - Middle button now closes opened tabs in the tab bar.

diffstat:

 misc/kchmviewer/Makefile   |  5 ++---
 misc/kchmviewer/distinfo   |  8 ++++----
 misc/kchmviewer/options.mk |  3 ++-
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 50aa7bb74532 -r c911b898d3a6 misc/kchmviewer/Makefile
--- a/misc/kchmviewer/Makefile  Sat Oct 31 01:32:43 2009 +0000
+++ b/misc/kchmviewer/Makefile  Sat Oct 31 01:38:30 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2009/08/26 19:58:02 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/10/31 01:38:30 wiz Exp $
 #
 
-DISTNAME=              kchmviewer-4.1
-PKGREVISION=           1
+DISTNAME=              kchmviewer-4.2
 CATEGORIES=            misc x11
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=kchmviewer/}
 
diff -r 50aa7bb74532 -r c911b898d3a6 misc/kchmviewer/distinfo
--- a/misc/kchmviewer/distinfo  Sat Oct 31 01:32:43 2009 +0000
+++ b/misc/kchmviewer/distinfo  Sat Oct 31 01:38:30 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/07/22 13:10:22 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/10/31 01:38:30 wiz Exp $
 
-SHA1 (kchmviewer-4.1.tar.gz) = ffb057fb3d614c8cbaf4a7d178aeb1a33d9b0397
-RMD160 (kchmviewer-4.1.tar.gz) = d07546fda972082d51fccb4c3f98f61dabd30036
-Size (kchmviewer-4.1.tar.gz) = 257818 bytes
+SHA1 (kchmviewer-4.2.tar.gz) = 1f9e58311c96ce13d936a490a200a59bd2257874
+RMD160 (kchmviewer-4.2.tar.gz) = 30a35419a9886acf64e9bea3dfbf786e54301068
+Size (kchmviewer-4.2.tar.gz) = 260935 bytes
diff -r 50aa7bb74532 -r c911b898d3a6 misc/kchmviewer/options.mk
--- a/misc/kchmviewer/options.mk        Sat Oct 31 01:32:43 2009 +0000
+++ b/misc/kchmviewer/options.mk        Sat Oct 31 01:38:30 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2009/10/02 22:45:13 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2009/10/31 01:38:30 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kchmviewer
 PKG_SUPPORTED_OPTIONS= kde4
@@ -8,6 +8,7 @@
 PLIST_VARS+=           kde4
 .if !empty(PKG_OPTIONS:Mkde4)
 USE_CMAKE=             yes
+USE_TOOLS+=            msgfmt
 BUILD_DEPENDS+=                automoc4-[0-9]*:../../devel/automoc4
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../meta-pkgs/kde4/kde4.mk"



Home | Main Index | Thread Index | Old Index