diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 01:38:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 01:38:30 +0000 |
commit | 31ff5dce8bdba2ecedd2776bcc9c4582a1e1cd1a (patch) | |
tree | 2d47405ac52520e11fb4c1c9bf2832301efa0622 /misc | |
parent | fc786f26a311d6d269cc8069c11716a2454b12f7 (diff) | |
download | pkgsrc-31ff5dce8bdba2ecedd2776bcc9c4582a1e1cd1a.tar.gz |
Update to 4.2:
2009-24-10 tim <gyunaev@ulduzsoft.com>
- 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 (limited to 'misc')
-rw-r--r-- | misc/kchmviewer/Makefile | 5 | ||||
-rw-r--r-- | misc/kchmviewer/distinfo | 8 | ||||
-rw-r--r-- | misc/kchmviewer/options.mk | 3 |
3 files changed, 8 insertions, 8 deletions
diff --git a/misc/kchmviewer/Makefile b/misc/kchmviewer/Makefile index 5f4c0ce6fd1..448325484f3 100644 --- a/misc/kchmviewer/Makefile +++ b/misc/kchmviewer/Makefile @@ -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 --git a/misc/kchmviewer/distinfo b/misc/kchmviewer/distinfo index 4913ac4a3e1..bac79fe8c71 100644 --- a/misc/kchmviewer/distinfo +++ b/misc/kchmviewer/distinfo @@ -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 --git a/misc/kchmviewer/options.mk b/misc/kchmviewer/options.mk index 741f541a274..66321453bb7 100644 --- a/misc/kchmviewer/options.mk +++ b/misc/kchmviewer/options.mk @@ -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 @@ PKG_SUPPORTED_OPTIONS= kde4 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" |