]> git.pld-linux.org Git - packages/evolution.git/blame - evolution-gnome-icon-theme.patch
- updated gettext BR
[packages/evolution.git] / evolution-gnome-icon-theme.patch
CommitLineData
44a3b408
JR
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)
2bef5478 5
6 dnl **************************************************
8d7a21e7 7-dnl Gnome Icon Theme
d21db05d 8-dnl **************************************************
44a3b408
JR
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-
d21db05d
MB
24-
25-dnl **************************************************
8d7a21e7 26 dnl Accessibility support
d21db05d
MB
27 dnl **************************************************
28 PKG_CHECK_MODULES([A11Y], [atk])
This page took 0.057937 seconds and 4 git commands to generate.