Compare commits
36 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41fabe28f2 | ||
|
|
1ff6cf6129 | ||
|
|
945665be4c | ||
|
|
06736c7c2d | ||
|
|
085753f73e | ||
|
|
e3fd0e9555 | ||
|
|
b145c302e8 | ||
|
|
2073d398ca | ||
|
|
206834b96c |
||
|
|
1e3af00371 | ||
|
|
eedf7b893c |
||
|
|
a72bc2fa20 |
||
|
|
42a759638d |
||
|
|
69146c1611 |
||
|
|
852c223f47 |
||
|
|
2adee8cab5 | ||
|
|
617e3ec04d |
||
|
|
b017447d52 |
||
|
|
00d49e53ee | ||
|
|
cb6f761234 | ||
|
|
1051eff916 |
||
|
|
f59fea5385 |
||
|
|
b7f1621486 | ||
|
|
cd4397ca25 | ||
|
|
b56453d825 | ||
|
|
b1f206b451 | ||
|
|
5f5028eb87 | ||
|
|
d7104e6f94 | ||
|
|
520d131964 | ||
|
|
e58f2a1eed | ||
|
|
1d69a8d0c3 | ||
|
|
c3906988b3 | ||
|
|
2b3f69ec1c | ||
|
|
88125d9332 | ||
|
|
fd57c3e729 | ||
|
|
6bc5e6bb76 |
2 changed files with 107 additions and 8 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (xreader-3.6.3.tar.gz) = ab31a76ab29496a6ce9b3736fb045dc990153edf0775f0d85da8b01f71dbf22082ce41af01737f318404a50ef1903a072ae4d593b7b475e1b7b70d22c09cc68b
|
SHA512 (xreader-4.6.4.tar.gz) = 96b0593eb4869552c1df5ef1f545773cc242cfa3835106b5fd692d444c2e9385f0ee9d59f9d91d937c7275aa4967cc39a37d79e8570c264b0425f691c2f028d2
|
||||||
|
|
|
||||||
113
xreader.spec
113
xreader.spec
|
|
@ -2,11 +2,12 @@
|
||||||
%global __provides_exclude_from ^%{_libdir}/%{name}/.*$
|
%global __provides_exclude_from ^%{_libdir}/%{name}/.*$
|
||||||
|
|
||||||
Name: xreader
|
Name: xreader
|
||||||
Version: 3.6.3
|
Version: 4.6.4
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Simple document viewer
|
Summary: Simple document viewer
|
||||||
|
|
||||||
License: GPLv2+
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||||
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/linuxmint/%{name}
|
URL: https://github.com/linuxmint/%{name}
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
@ -15,8 +16,6 @@ ExcludeArch: %{ix86}
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: mathjax
|
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
@ -38,17 +37,18 @@ BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(xapp) >= 1.4.0
|
BuildRequires: pkgconfig(xapp) >= 1.4.0
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
BuildRequires: python3-packaging
|
||||||
BuildRequires: texlive
|
BuildRequires: texlive
|
||||||
BuildRequires: t1lib-devel
|
BuildRequires: t1lib-devel
|
||||||
BuildRequires: yelp-tools
|
|
||||||
|
|
||||||
Requires: shared-mime-info%{?_isa}
|
Requires: shared-mime-info%{?_isa}
|
||||||
Requires: gsettings-desktop-schemas%{?_isa}
|
Requires: gsettings-desktop-schemas%{?_isa}
|
||||||
Requires: xapps%{?_isa}
|
Requires: xapps%{?_isa}
|
||||||
|
Requires: xapp-symbolic-icons
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
Recommends: yelp%{?_isa}
|
Recommends: yelp%{?_isa}
|
||||||
|
Recommends: %{name}-thumbnailer%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X-Apps Document Reader is a document viewer capable of displaying
|
X-Apps Document Reader is a document viewer capable of displaying
|
||||||
|
|
@ -100,6 +100,7 @@ This package adds configuration to use %{name} as a thumbnailer.
|
||||||
-Ddeprecated_warnings=false \
|
-Ddeprecated_warnings=false \
|
||||||
-Ddjvu=true \
|
-Ddjvu=true \
|
||||||
-Ddvi=true \
|
-Ddvi=true \
|
||||||
|
-Depub=false \
|
||||||
-Dt1lib=true \
|
-Dt1lib=true \
|
||||||
-Dpixbuf=true \
|
-Dpixbuf=true \
|
||||||
-Dcomics=true \
|
-Dcomics=true \
|
||||||
|
|
@ -167,6 +168,104 @@ This package adds configuration to use %{name} as a thumbnailer.
|
||||||
%doc %{_datadir}/doc/%{name}*
|
%doc %{_datadir}/doc/%{name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 19 2026 Leigh Scott <leigh123linux@gmail.com> - 4.6.4-2
|
||||||
|
- Add requires xapp-symbolic-icons
|
||||||
|
|
||||||
|
* Mon May 18 2026 Leigh Scott <leigh123linux@gmail.com> - 4.6.4-1
|
||||||
|
- Update to 4.6.4
|
||||||
|
|
||||||
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 09 2026 Leigh Scott <leigh123linux@gmail.com> - 4.6.3-1
|
||||||
|
- Update to 4.6.3
|
||||||
|
|
||||||
|
* Sat Dec 13 2025 Leigh Scott <leigh123linux@gmail.com> - 4.6.1-1
|
||||||
|
- Update to 4.6.1
|
||||||
|
|
||||||
|
* Fri Dec 12 2025 Leigh Scott <leigh123linux@gmail.com> - 4.6.0-1
|
||||||
|
- Update to 4.6.0
|
||||||
|
|
||||||
|
* Mon Sep 15 2025 Leigh Scott <leigh123linux@gmail.com> - 4.4.0-1
|
||||||
|
- Update to 4.4.0
|
||||||
|
- Add recommends xreader-thumbnailer to main package
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon May 26 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.6-1
|
||||||
|
- Update to 4.2.6
|
||||||
|
- Disable epub support, it's broken
|
||||||
|
|
||||||
|
* Mon Apr 14 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.4-1
|
||||||
|
- Update to 4.2.4
|
||||||
|
|
||||||
|
* Fri Mar 14 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.3-4
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Jan 31 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.3-3
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Dec 06 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.3-1
|
||||||
|
- Update to 4.2.3
|
||||||
|
|
||||||
|
* Tue Aug 20 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.2-1
|
||||||
|
- Update to 4.2.2
|
||||||
|
|
||||||
|
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 4.2.1-3
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 18 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.1-1
|
||||||
|
- Update to 4.2.1
|
||||||
|
|
||||||
|
* Wed Jun 05 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.0-1
|
||||||
|
- Update to 4.2.0
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 12 2024 Leigh Scott <leigh123linux@gmail.com> - 4.0.2-2
|
||||||
|
- AAdd buildrequires python3-packaging
|
||||||
|
|
||||||
|
* Thu Jan 04 2024 Leigh Scott <leigh123linux@gmail.com> - 4.0.2-1
|
||||||
|
- Update to 4.0.2 release
|
||||||
|
|
||||||
|
* Sun Dec 31 2023 Leigh Scott <leigh123linux@gmail.com> - 4.0.1-1
|
||||||
|
- Update to 4.0.1 release
|
||||||
|
|
||||||
|
* Thu Dec 21 2023 Leigh Scott <leigh123linux@gmail.com> - 4.0.0-1
|
||||||
|
- Update to 4.0.0 release
|
||||||
|
|
||||||
|
* Tue Dec 05 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.4-1
|
||||||
|
- Update to 3.8.4 release
|
||||||
|
|
||||||
|
* Thu Nov 30 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.3-1
|
||||||
|
- Update to 3.8.3 release
|
||||||
|
|
||||||
|
* Fri Aug 04 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.2-1
|
||||||
|
- Update to 3.8.2 release
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 08 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.1-1
|
||||||
|
- Update to 3.8.1 release
|
||||||
|
|
||||||
|
* Thu Jun 01 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.0-1
|
||||||
|
- Update to 3.8.0 release
|
||||||
|
|
||||||
|
* Thu May 11 2023 Leigh Scott <leigh123linux@gmail.com> - 3.6.3-2
|
||||||
|
- Switch to webkit2gtk-4.1
|
||||||
|
|
||||||
* Sun Feb 05 2023 Jonathan Wright <jonathan@almalinux.org> - 3.6.3-1
|
* Sun Feb 05 2023 Jonathan Wright <jonathan@almalinux.org> - 3.6.3-1
|
||||||
- Update to 3.6.3 rhbz#2160519
|
- Update to 3.6.3 rhbz#2160519
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue