]> git.pld-linux.org Git - packages/evince.git/blob - icon-theme.patch
- updated to 45.0
[packages/evince.git] / icon-theme.patch
1 --- evince-3.14.0/configure.ac~ 2014-10-11 19:48:53.000000000 +0200
2 +++ evince-3.14.0/configure.ac  2014-10-11 19:50:09.204494246 +0200
3 @@ -174,24 +174,6 @@
4  fi
5  
6  SHELL_PLATFORM_PKGS=
7 -case "$with_platform" in
8 -  gnome)
9 -        # Evince has a rather soft run-time dependency on hicolor-icon-theme.
10 -        # If the hicolor theme is not available, Evince fails to display some
11 -        # icons. Because we cannot check for it at run-time, we instead
12 -        # would like to require the icon theme at compile-time. But, because
13 -        # the hicolor-icon-theme does not have a pkgconfig file, on gnome we
14 -        # require the gnome icon theme instead.
15 -        SHELL_PLATFORM_PKGS="adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED"
16 -        ;;
17 -  *)
18 -        # On all other platforms we issue a warning about the runtime
19 -        # dependency.
20 -        AC_MSG_WARN([Evince has a soft run-time dependency on hicolor-icon-theme. You are advised to have this theme installed when running Evince.]);
21 -        SHELL_PLATFORM_PKGS=""
22 -        ;;
23 -esac
24 -
25  PKG_CHECK_MODULES([SHELL_CORE],[libxml-2.0 >= $LIBXML_REQUIRED gtk+-3.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gmodule-no-export-2.0 >= $GLIB_REQUIRED gthread-2.0 $SHELL_PLATFORM_PKGS])
26  
27  # ***************
This page took 0.065604 seconds and 3 git commands to generate.