--enable-strict \
--disable-coverage \
--disable-update-mime \
+ --disable-update-icon-cache \
--with-pkcs11-modules=$(abs_srcdir)/$(top_distdir)/_inst/lib/
DISTCLEANFILES = \
check-memory:
make -C egg check-memory
make -C gck check-memory
- make -C gcr check-memory
\ No newline at end of file
+ make -C gcr check-memory
AC_PREREQ([2.63])
-AC_INIT([gcr], [3.3.90],
+AC_INIT([gcr], [3.3.92],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring&component=gcr],
[gcr])
[don't run update-mime-database utility (useful for packages) ]))
AM_CONDITIONAL(WITH_UPDATE_MIME, test "$enable_update_mime" != "no")
+AC_ARG_ENABLE(update-icon-cache,
+ AC_HELP_STRING([--disable-update-icon-cache],
+ [don't run gtk-update-icon-cache utility (useful for packages) ]))
+AM_CONDITIONAL(WITH_UPDATE_ICON_CACHE, test "$enable_update_icon_cache" != "no")
+
# ----------------------------------------------------------------------
# DBus services
src \
render-icons.py
+if WITH_UPDATE_ICON_CACHE
+
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook:
echo "*** Icon cache not updated. After install, run this:"; \
echo "*** $(gtk_update_icon_cache)"; \
fi
+endif
render:
python render-icons.py