SHA256
1
0
forked from pool/xchm

Accepting request 197000 from home:jengelh:dev

An alternate CHM viewer that does not rely on the slow Mozilla engines

OBS-URL: https://build.opensuse.org/request/show/197000
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xchm?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal 2013-09-03 11:04:00 +00:00 committed by Git OBS Bridge
commit 51b629ffe3
5 changed files with 91 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
xchm-1.23.tar.xz Normal file
View File

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

4
xchm.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sun Sep 1 08:56:03 UTC 2013 - jengelh@inai.de
- Initial package (version 1.23) for build.opensuse.org

60
xchm.spec Normal file
View File

@ -0,0 +1,60 @@
#
# spec file for package xchm
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xchm
Version: 1.23
Release: 0
Summary: A wxWidgets CHM document viewer
License: GPL-2.0+
Group: Productivity/Graphics/Viewers
Url: http://xchm.sf.net/
#Freecode-URL: http://freecode.com/projects/xchm/
#Git-Clone: git://git.code.sf.net/p/xchm/code
Source: %name-%version.tar.xz
BuildRequires: chmlib-devel
BuildRequires: gcc-c++
BuildRequires: wxWidgets-devel >= 2.8
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.
%prep
%setup
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot"
%find_lang xchm
%files -f xchm.lang
%defattr(-,root,root)
%_bindir/xchm
%_datadir/pixmaps/xchm*
%doc COPYING
%changelog