[info=494d1eb53104d77805b1d1d3619e2144bfaf2b60bc81a96c72a6174da29762f4]

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xchm?expand=0&rev=22
This commit is contained in:
2024-10-22 10:03:31 +00:00
committed by Git OBS Bridge
commit 7870d145f1
7 changed files with 145 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

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1695209474
commit: 494d1eb53104d77805b1d1d3619e2144bfaf2b60bc81a96c72a6174da29762f4
url: https://src.opensuse.org/jengelh/xchm
revision: master

3
build.specials.obscpio Normal file
View File

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

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

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

49
xchm.changes Normal file
View File

@@ -0,0 +1,49 @@
-------------------------------------------------------------------
Tue Sep 19 02:50:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.36
* Improved CHM loading speed and switched to using the default
wxWidgets font picker dialog.
-------------------------------------------------------------------
Mon Feb 6 19:33:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.35
* Fixed a few compile-time wxWidgets deprecation warnings.
-------------------------------------------------------------------
Thu Dec 30 19:16:42 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.33
* xchm now follows the XDG base directory specification
(for the configuration files).
-------------------------------------------------------------------
Sun Mar 21 09:32:36 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.32
* Now overlapping some text on page down / page up
-------------------------------------------------------------------
Wed Sep 9 10:38:04 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Split lang package from main package.
-------------------------------------------------------------------
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
- Update to git snapshot 1.23+git568 to enable switching to
wxWidgets 3
-------------------------------------------------------------------
Sun Sep 1 08:56:03 UTC 2013 - jengelh@inai.de
- Initial package (version 1.23) for build.opensuse.org

62
xchm.spec Normal file
View File

@@ -0,0 +1,62 @@
#
# spec file for package xchm
#
# Copyright (c) 2023 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: xchm
Version: 1.36
Release: 0
Summary: A wxWidgets CHM document viewer
License: GPL-2.0-or-later
Group: Productivity/Graphics/Viewers
URL: https://github.com/rzvncj/xCHM/
Source: https://github.com/rzvncj/xCHM/releases/download/%version/%name-%version.tar.gz
BuildRequires: automake
BuildRequires: chmlib-devel
BuildRequires: gcc-c++
BuildRequires: wxWidgets-devel >= 3.0
%description
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.
%lang_package
%prep
%autosetup -p1
%build
autoreconf -fi
%configure
%make_build
%install
%make_install
%find_lang xchm
%files
%_bindir/xchm
%_datadir/applications/*
%_datadir/icons/*
%_datadir/metainfo/
%_mandir/man1/*
%license COPYING
%files lang -f xchm.lang
%changelog