]> git.pld-linux.org Git - packages/evince.git/commitdiff
- updated to 45.0 master auto/th/evince-45.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Oct 2023 16:25:19 +0000 (17:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Oct 2023 16:25:19 +0000 (17:25 +0100)
evince.spec
icon-theme.patch [deleted file]

index e7f7965a0fbfa736e75b7c10302d14b3cecc469f..7a3959b76ec56218246a30149f45a3d04f7d9c2f 100644 (file)
 Summary:       Document viewer for multiple document formats
 Summary(pl.UTF-8):     Przeglądarka dokumentów w wielu formatach
 Name:          evince
-Version:       44.3
+Version:       45.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Graphics
-Source0:       https://download.gnome.org/sources/evince/44/%{name}-%{version}.tar.xz
-# Source0-md5: a5ea6d19f083f41086ee363caefaa14f
-Patch0:                icon-theme.patch
+Source0:       https://download.gnome.org/sources/evince/45/%{name}-%{version}.tar.xz
+# Source0-md5: 494cdeef8898a2479aa86f8def7a63bc
 URL:           https://wiki.gnome.org/Apps/Evince
 BuildRequires: cairo-devel >= 1.10.0
 BuildRequires: dbus-devel
@@ -48,7 +47,7 @@ BuildRequires:        ninja >= 1.5
 %{?with_nautilus:BuildRequires:        nautilus3-devel >= 3.28.0}
 %{?with_nautilus:BuildRequires:        nautilus3-devel < 42.20}
 BuildRequires: pkgconfig
-BuildRequires: poppler-glib-devel >= 22.02.0
+BuildRequires: poppler-glib-devel >= 22.05.0
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 2.029
@@ -184,7 +183,7 @@ Summary(pl.UTF-8):  Przeglądanie dokumentów PDF przy użyciu Evince
 Group:         X11/Applications
 Requires:      %{name} = %{version}-%{release}
 Requires:      libxml2 >= 1:2.6.31
-Requires:      poppler-glib >= 22.02.0
+Requires:      poppler-glib >= 22.05.0
 
 %description backend-pdf
 View PDF documents with Evince.
@@ -220,7 +219,6 @@ Przeglądanie dokumentów XPS przy użyciu Evince.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson build \
@@ -275,8 +273,7 @@ rm -rf $RPM_BUILD_ROOT
 %{backendsdir}/comicsdocument.evince-backend
 %attr(755,root,root) %{backendsdir}/libtiffdocument.so
 %{backendsdir}/tiffdocument.evince-backend
-%{_datadir}/GConf/gsettings/evince.convert
-%{_datadir}/metainfo/org.gnome.Evince.appdata.xml
+%{_datadir}/metainfo/org.gnome.Evince.metainfo.xml
 %{_datadir}/metainfo/evince-comicsdocument.metainfo.xml
 %{_datadir}/metainfo/evince-tiffdocument.metainfo.xml
 %{_datadir}/dbus-1/services/org.gnome.evince.Daemon.service
diff --git a/icon-theme.patch b/icon-theme.patch
deleted file mode 100644 (file)
index cbba219..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- evince-3.38.0/meson.build.orig     2020-09-12 21:36:51.826925800 +0200
-+++ evince-3.38.0/meson.build  2020-09-20 10:38:50.641170542 +0200
-@@ -171,13 +171,6 @@
- ev_platform = get_option('platform')
- if ev_platform == 'gnome'
--  # Evince has a rather soft run-time dependency on hicolor-icon-theme.
--  # If the hicolor theme is not available, Evince fails to display some
--  # icons. Because we cannot check for it at run-time, we instead
--  # would like to require the icon theme at compile-time. But, because
--  # the hicolor-icon-theme does not have a pkgconfig file, on gnome we
--  # require the gnome icon theme instead.
--  adwaita_icon_theme_dep = dependency('adwaita-icon-theme', version: '>= 2.17.1')
-   # *** Nautilus property page build ***
-   enable_nautilus = get_option('nautilus')
---- evince-42.1/shell/meson.build.orig 2022-04-09 07:55:47.659825723 +0200
-+++ evince-42.1/shell/meson.build      2022-04-09 08:05:33.756650564 +0200
-@@ -80,8 +80,6 @@ if ev_platform == 'win32'
-     output: resource,
-     command: [find_program('windres'), '@INPUT@', '-I', data_dir, '@OUTPUT@'],
-   )
--else
--  evince_deps += adwaita_icon_theme_dep
- endif
- if enable_dbus
This page took 0.264155 seconds and 4 git commands to generate.