]> git.pld-linux.org Git - packages/evolution.git/blob - evolution-gnome-icon-theme.patch
- updated gettext BR
[packages/evolution.git] / evolution-gnome-icon-theme.patch
1 --- evolution-3.12.6/configure.ac~      2014-08-11 10:01:25.000000000 +0200
2 +++ evolution-3.12.6/configure.ac       2014-10-11 19:26:18.574504603 +0200
3 @@ -505,25 +505,6 @@
4  AC_CHECK_FUNCS(mkdtemp)
5  
6  dnl **************************************************
7 -dnl Gnome Icon Theme
8 -dnl **************************************************
9 -AC_MSG_CHECKING(for icon theme)
10 -PKG_CHECK_EXISTS([gnome-icon-theme >= gnome_icon_theme_minimum_version],
11 -                have_icon_theme=yes, have_icon_theme=no)
12 -if test "x$have_icon_theme" != "xyes"; then
13 -       PKG_CHECK_EXISTS([adwaita-icon-theme],
14 -                have_icon_theme=yes, have_icon_theme=no)
15 -fi
16 -
17 -if test "x$have_icon_theme" != "xyes"; then
18 -   AC_MSG_RESULT(no)
19 -   AC_MSG_FAILURE([You need to have gnome-icon-theme or adwaita-icon-theme installed.])
20 -else
21 -   AC_MSG_RESULT(yes)
22 -fi
23 -
24 -
25 -dnl **************************************************
26  dnl Accessibility support
27  dnl **************************************************
28  PKG_CHECK_MODULES([A11Y], [atk])
This page took 0.024705 seconds and 3 git commands to generate.