pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/xchm
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jun 7 07:15:40 UTC 2023
Modified Files:
pkgsrc/misc/xchm: Makefile PLIST distinfo
Log Message:
xchm: update to 1.35.
* 1.24:
+ it is now possible to build xCHM without an external
chmlib library (by using ./configure --enable-builtin-chmlib)
+ added Mac icons and .plist
* 1.25:
+ updated some of the code for modern C++.
+ minor code cleanup.
+ cleared a few warnings.
* 1.26:
+ more C++ code cleanup.
+ now requiring at least wxWidgets 3.0.0 to build.
+ minor optimizations.
+ fixed scrolling on loading new pages.
+ fixed Mac build.
+ fixed just-broken new tab behaviour.
+ 1.27:
+ always display tabs.
+ display the loaded page title in the tab only (no longer in the main
window title bar).
+ fixed a title search bug.
+ 1.28:
+ fixed configure-time XMLRPCDIR detection.
+ added Ctrl-'=' and Ctrl-'-' as shortcuts for zoom-in/out.
+ 1.29:
+ added manpage (from Debian), Gnome files (from Arch).
+ more code cleanup.
+ 1.30:
+ install icons to $(datadir)/icons/hicolor/<RESOLUTION>/apps/.
+ 1.31:
+ the toolbar is now togglable.
+ fixed a crash caused by a search corner case.
+ 1.32:
+ moved gr.po -> el.po.
+ now overlapping some text on page down / page up.
+ fixed typo (occurences -> occurrences).
+ added Keywords entry to xchm.desktop.
+ updated Swedish translation.
+ 1.33:
+ removed XPMs from icon theme folders.
+ now using the XDG base directory specification (for the config).
+ 1.34:
+ fixed a few compile-time deprecation warnings.
+ removed a bunch of local .xpm files (icons), now using platform
defaults.
+ 1.35:
+ fixed Mageia Linux build (they're using wxWidgets 3.2.1 in 2.8
backwards-compatibility mode, which adds an unfortunate - and
deprecated - wxToolBarBase::AddTool() overload).
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/misc/xchm/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/xchm/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/xchm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/xchm/Makefile
diff -u pkgsrc/misc/xchm/Makefile:1.86 pkgsrc/misc/xchm/Makefile:1.87
--- pkgsrc/misc/xchm/Makefile:1.86 Sun Jan 29 21:17:14 2023
+++ pkgsrc/misc/xchm/Makefile Wed Jun 7 07:15:40 2023
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.86 2023/01/29 21:17:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.87 2023/06/07 07:15:40 wiz Exp $
-DISTNAME= xchm-1.23
-PKGREVISION= 16
+DISTNAME= xchm-1.35
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=rzvncj/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= http://xchm.sourceforge.net/
+HOMEPAGE= https://github.com/rzvncj/xCHM
COMMENT= CHM viewer for UNIX
LICENSE= gnu-gpl-v2
@@ -15,5 +15,6 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../devel/chmlib/buildlink3.mk"
-.include "../../x11/wxGTK28/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/wxGTK31/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/xchm/PLIST
diff -u pkgsrc/misc/xchm/PLIST:1.18 pkgsrc/misc/xchm/PLIST:1.19
--- pkgsrc/misc/xchm/PLIST:1.18 Sat Nov 16 06:37:52 2013
+++ pkgsrc/misc/xchm/PLIST Wed Jun 7 07:15:40 2023
@@ -1,12 +1,22 @@
-@comment $NetBSD: PLIST,v 1.18 2013/11/16 06:37:52 shattered Exp $
+@comment $NetBSD: PLIST,v 1.19 2023/06/07 07:15:40 wiz Exp $
bin/xchm
+man/man1/xchm.1
+share/applications/xchm.desktop
+share/icons/hicolor/128x128/apps/xchm.png
+share/icons/hicolor/128x128/apps/xchmdoc.png
+share/icons/hicolor/16x16/apps/xchm.png
+share/icons/hicolor/16x16/apps/xchmdoc.png
+share/icons/hicolor/32x32/apps/xchm.png
+share/icons/hicolor/32x32/apps/xchmdoc.png
+share/icons/hicolor/48x48/apps/xchm.png
+share/icons/hicolor/48x48/apps/xchmdoc.png
share/locale/be/LC_MESSAGES/xchm.mo
share/locale/bg/LC_MESSAGES/xchm.mo
share/locale/cs/LC_MESSAGES/xchm.mo
share/locale/de/LC_MESSAGES/xchm.mo
+share/locale/el/LC_MESSAGES/xchm.mo
share/locale/es/LC_MESSAGES/xchm.mo
share/locale/fr/LC_MESSAGES/xchm.mo
-share/locale/gr/LC_MESSAGES/xchm.mo
share/locale/hu/LC_MESSAGES/xchm.mo
share/locale/it/LC_MESSAGES/xchm.mo
share/locale/lv/LC_MESSAGES/xchm.mo
@@ -20,19 +30,4 @@ share/locale/sv/LC_MESSAGES/xchm.mo
share/locale/uk/LC_MESSAGES/xchm.mo
share/locale/zh_CN/LC_MESSAGES/xchm.mo
share/locale/zh_TW/LC_MESSAGES/xchm.mo
-share/pixmaps/xchm-128.png
-share/pixmaps/xchm-128.xpm
-share/pixmaps/xchm-16.png
-share/pixmaps/xchm-16.xpm
-share/pixmaps/xchm-32.png
-share/pixmaps/xchm-32.xpm
-share/pixmaps/xchm-48.png
-share/pixmaps/xchm-48.xpm
-share/pixmaps/xchmdoc-128.png
-share/pixmaps/xchmdoc-128.xpm
-share/pixmaps/xchmdoc-16.png
-share/pixmaps/xchmdoc-16.xpm
-share/pixmaps/xchmdoc-32.png
-share/pixmaps/xchmdoc-32.xpm
-share/pixmaps/xchmdoc-48.png
-share/pixmaps/xchmdoc-48.xpm
+share/metainfo/xchm.appdata.xml
Index: pkgsrc/misc/xchm/distinfo
diff -u pkgsrc/misc/xchm/distinfo:1.31 pkgsrc/misc/xchm/distinfo:1.32
--- pkgsrc/misc/xchm/distinfo:1.31 Tue Oct 26 10:59:37 2021
+++ pkgsrc/misc/xchm/distinfo Wed Jun 7 07:15:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2021/10/26 10:59:37 nia Exp $
+$NetBSD: distinfo,v 1.32 2023/06/07 07:15:40 wiz Exp $
-BLAKE2s (xchm-1.23.tar.gz) = 3b6c1e20e67a40b651aabb15d7bcfff3986d5402523cf4bb5aae868d842287bb
-SHA512 (xchm-1.23.tar.gz) = c0df4362ff6db8136b20f62a76e7e93185375f6ef9eeeb1001e27ead9806d486332573ba8c3ca1863a70ce6b1d3bcc6d3af48d42add719312774dccfd7d18c90
-Size (xchm-1.23.tar.gz) = 474274 bytes
+BLAKE2s (xchm-1.35.tar.gz) = a07c59bc4cba059114614aa0e0207efdf5d8e70840abf3bc0f1172942d10459f
+SHA512 (xchm-1.35.tar.gz) = 53a334b460c2de51b1f5a6afbca888e376430ab2fb48f2d60c71d34886b19ca5982cf3a4f23c3cb7456781c3b658affa5a64da3ade961accf258096b5fa6df3d
+Size (xchm-1.35.tar.gz) = 884353 bytes
Home |
Main Index |
Thread Index |
Old Index