forked from pool/xreader
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 103058a31b | |||
| 6e185834c7 | |||
| 45f277d662 | |||
| dd2765acbc | |||
| 77e729afb1 | |||
| c9d74e6001 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1392286e58408c40b35afd3f8d187f4c0b575d89ff86985f334e89109b6283e6
|
|
||||||
size 2213144
|
|
||||||
3
xreader-4.6.1.tar.gz
Normal file
3
xreader-4.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9b04aec40c0d73183aeeb137885921c1077901552868aeda6efd3d1bf8ca638
|
||||||
|
size 2230421
|
||||||
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 2 09:24:26 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.6.1:
|
||||||
|
* l10n: Update translations
|
||||||
|
* Switch to xapp-symbolic-icons (XSI)
|
||||||
|
* Fix a minor typo (#683)
|
||||||
|
* l10n: Update POT
|
||||||
|
* l10n: Update translations
|
||||||
|
* Made index treeview collapsed by default in call in
|
||||||
|
job_finished_callback() to gtk_tree_view_collapse_all()
|
||||||
|
(#672)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 25 07:44:28 UTC 2025 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 4.2.6
|
||||||
|
* epub-document.c: Fix null pointer crash when building a TOC.
|
||||||
|
* ev-window.c: Check that we have a document set before accessing it.
|
||||||
|
* ev-sidebar-thumbnails.c: Don't attempt to generate thumbnails for epub docs.
|
||||||
|
* Update private.h: gcc-15 build fix (#667)
|
||||||
|
* epub: Disable support for sidebar thumbnails. (#671)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 12 05:15:35 UTC 2025 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
- update to 4.2.3
|
||||||
|
* Update translations
|
||||||
|
- fix build by disable epub whith requires mathjax
|
||||||
|
* mathjax 3.2.2 has no MathJax.js file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 13 01:46:53 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
Tue Aug 13 01:46:53 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
28
xreader.spec
28
xreader.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xreader
|
# spec file for package xreader
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%define typelib1 typelib-1_0-XreaderDocument-1_5
|
%define typelib1 typelib-1_0-XreaderDocument-1_5
|
||||||
%define typelib2 typelib-1_0-XreaderView-1_5
|
%define typelib2 typelib-1_0-XreaderView-1_5
|
||||||
Name: xreader
|
Name: xreader
|
||||||
Version: 4.2.2
|
Version: 4.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Document viewer for documents like PDF/PostScript
|
Summary: Document viewer for documents like PDF/PostScript
|
||||||
License: GPL-2.0-only AND LGPL-2.0-only
|
License: GPL-2.0-only AND LGPL-2.0-only
|
||||||
@@ -29,11 +29,10 @@ Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: mathjax
|
#BuildRequires: mathjax
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: texlive-devel
|
BuildRequires: texlive-devel
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(ddjvuapi) >= 3.5.17
|
BuildRequires: pkgconfig(ddjvuapi) >= 3.5.17
|
||||||
BuildRequires: pkgconfig(gail-3.0)
|
BuildRequires: pkgconfig(gail-3.0)
|
||||||
@@ -110,12 +109,14 @@ Requires: %{typelib2} = %{version}
|
|||||||
Xreader is a document viewer capable of displaying multiple and
|
Xreader is a document viewer capable of displaying multiple and
|
||||||
single page document formats like PDF and Postscript.
|
single page document formats like PDF and Postscript.
|
||||||
|
|
||||||
%package -n xreader-plugin-epubdocument
|
#%package -n xreader-plugin-epubdocument
|
||||||
Summary: EPUB document support for Xreader
|
#Summary: EPUB document support for Xreader
|
||||||
Requires: %{name}
|
#Requires: %{name}
|
||||||
|
|
||||||
%description -n xreader-plugin-epubdocument
|
|
||||||
A plugin for Xreader to read EPUB documents.
|
|
||||||
|
#%description -n xreader-plugin-epubdocument
|
||||||
|
#A plugin for Xreader to read EPUB documents.
|
||||||
|
|
||||||
%package -n xreader-plugin-pdfdocument
|
%package -n xreader-plugin-pdfdocument
|
||||||
Summary: PDF document support for Xreader
|
Summary: PDF document support for Xreader
|
||||||
@@ -182,7 +183,7 @@ A plugin for Xreader to read Pixbuf documents.
|
|||||||
-Ddjvu=true \
|
-Ddjvu=true \
|
||||||
-Ddvi=true \
|
-Ddvi=true \
|
||||||
-Dt1lib=true \
|
-Dt1lib=true \
|
||||||
-Depub=true \
|
-Depub=false \
|
||||||
-Dpdf=true \
|
-Dpdf=true \
|
||||||
-Dpixbuf=true \
|
-Dpixbuf=true \
|
||||||
-Dps=true \
|
-Dps=true \
|
||||||
@@ -203,7 +204,6 @@ A plugin for Xreader to read Pixbuf documents.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%suse_update_desktop_file %{name}
|
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%post -n libxreaderview%{sover} -p /sbin/ldconfig
|
%post -n libxreaderview%{sover} -p /sbin/ldconfig
|
||||||
@@ -256,9 +256,9 @@ A plugin for Xreader to read Pixbuf documents.
|
|||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files -n xreader-plugin-epubdocument
|
#%files -n xreader-plugin-epubdocument
|
||||||
%{_libdir}/%{name}/%{sover}/backends/epubdocument.xreader-backend
|
#%{_libdir}/%{name}/%{sover}/backends/epubdocument.xreader-backend
|
||||||
%{_libdir}/%{name}/%{sover}/backends/libepubdocument.so
|
#%{_libdir}/%{name}/%{sover}/backends/libepubdocument.so
|
||||||
|
|
||||||
%files -n xreader-plugin-pdfdocument
|
%files -n xreader-plugin-pdfdocument
|
||||||
%{_libdir}/%{name}/%{sover}/backends/pdfdocument.xreader-backend
|
%{_libdir}/%{name}/%{sover}/backends/pdfdocument.xreader-backend
|
||||||
|
|||||||
Reference in New Issue
Block a user