- Update to release 1.31

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xchm?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2020-08-25 21:49:07 +00:00 committed by Git OBS Bridge
parent 4378ab4885
commit a63e804049
4 changed files with 24 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d57792dd8bed82f034f4f62d09745785218000a5a77b7e22ffd04e274632055a
size 342116

3
xchm-1.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e1f6bbcb88e8e8fd200b5531e3486ecc04a614c4234356c397cf188b55f862b
size 981450

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 25 21:05:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.31
* Fixed scrolling on loading new pages.
* Added Ctrl-'=' and Ctrl-'-' as shortcuts for zoom-in/out.
* The toolbar is now togglable.
-------------------------------------------------------------------
Sun Dec 7 00:56:45 UTC 2014 - jengelh@inai.de

View File

@ -17,17 +17,13 @@
Name: xchm
Version: 1.23+git568
Version: 1.31
Release: 0
Summary: A wxWidgets CHM document viewer
License: GPL-2.0+
Group: Productivity/Graphics/Viewers
Url: http://xchm.sf.net/
#Git-Clone: git://git.code.sf.net/p/xchm/code
#Snapshot: e8f2dcc83412ca0d6074fbc82689d495f300a883
#DL-URL: http://downloads.sf.net/xchm/xchm-1.23.tar.gz
Source: %name-%version.tar.xz
URL: https://github.com/rzvncj/xCHM/
Source: https://github.com/rzvncj/xCHM/releases/download/1.31/%name-%version.tar.gz
BuildRequires: automake
BuildRequires: chmlib-devel
BuildRequires: gcc-c++
@ -35,12 +31,10 @@ BuildRequires: wxWidgets-devel >= 3.0
BuildRequires: xz
%description
xCHM is a cross-platform GUI frontend for CHMLIB, written with wxGTK.
It is able to display the topics tree, work with displayed pages
history, print the current page, work with bookmarks, change fonts
and fast search through all the pages of the loaded .chm document.
Being indirectly dependent on GTK+, the possibility of changing GTK+
skins makes xCHM theme-friendly.
xCHM is a GUI frontend for CHMLIB, written with wxGTK. It is able to
display the topics tree, work with displayed pages history, print the
current page, work with bookmarks, change fonts and fast search
through all the pages of the loaded .chm document.
%prep
%setup
@ -51,14 +45,15 @@ autoreconf -fi
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot"
%make_install
%find_lang xchm
%files -f xchm.lang
%defattr(-,root,root)
%_bindir/xchm
%_datadir/pixmaps/*.xpm
%_datadir/pixmaps/*.png
%doc COPYING
%_datadir/applications/*
%_datadir/icons/*
%_datadir/metainfo/
%_mandir/man1/*
%license COPYING
%changelog