]> git.pld-linux.org Git - packages/evince.git/blob - icon-theme.patch
- updated to 43.1; nautilus extension not ported to nautilus 4 yet
[packages/evince.git] / icon-theme.patch
1 --- evince-3.38.0/meson.build.orig      2020-09-12 21:36:51.826925800 +0200
2 +++ evince-3.38.0/meson.build   2020-09-20 10:38:50.641170542 +0200
3 @@ -171,13 +171,6 @@
4  
5  ev_platform = get_option('platform')
6  if ev_platform == 'gnome'
7 -  # Evince has a rather soft run-time dependency on hicolor-icon-theme.
8 -  # If the hicolor theme is not available, Evince fails to display some
9 -  # icons. Because we cannot check for it at run-time, we instead
10 -  # would like to require the icon theme at compile-time. But, because
11 -  # the hicolor-icon-theme does not have a pkgconfig file, on gnome we
12 -  # require the gnome icon theme instead.
13 -  adwaita_icon_theme_dep = dependency('adwaita-icon-theme', version: '>= 2.17.1')
14  
15    # *** Nautilus property page build ***
16    enable_nautilus = get_option('nautilus')
17 --- evince-42.1/shell/meson.build.orig  2022-04-09 07:55:47.659825723 +0200
18 +++ evince-42.1/shell/meson.build       2022-04-09 08:05:33.756650564 +0200
19 @@ -80,8 +80,6 @@ if ev_platform == 'win32'
20      output: resource,
21      command: [find_program('windres'), '@INPUT@', '-I', data_dir, '@OUTPUT@'],
22    )
23 -else
24 -  evince_deps += adwaita_icon_theme_dep
25  endif
26  
27  if enable_dbus
This page took 0.081556 seconds and 3 git commands to generate.