OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../mono-develop/mono-develop-2.4.2-no-update-icon-cache.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- monodevelop-2.4.2/theme-icons/icon-theme-installer.orig 2011-05-23 11:35:34.824003157 +0200
  17. +++ monodevelop-2.4.2/theme-icons/icon-theme-installer 2011-05-23 11:40:38.436002471 +0200
  18. @@ -164,16 +164,12 @@
  19. gtk_update_icon_cache_bin="$((which gtk-update-icon-cache || echo /opt/gnome/bin/gtk-update-icon-cache)2>/dev/null)"
  20. gtk_update_icon_cache="$gtk_update_icon_cache_bin -f -t $INSTALL_BASE_DIR"
  21. - if test -z "$INSTALL_DEST_DIR"; then
  22. - if test -x $gtk_update_icon_cache_bin; then
  23. - echo "Updating GTK icon cache"
  24. - $gtk_update_icon_cache
  25. - else
  26. - echo "*** Icon cache not updated. Could not execute $gtk_update_icon_cache_bin"
  27. - fi
  28. - else
  29. - echo "*** Icon cache not updated. After install, run this:"
  30. - echo "*** $gtk_update_icon_cache"
  31. + if test -x $gtk_update_icon_cache_bin; then
  32. + gtk_update_icon_cache_bin="gtk-update-icon-cache"
  33. + echo "*** Could not find $gtk_update_icon_cache_bin"
  34. fi
  35. +
  36. + echo "*** Icon cache not updated. After install, run this:"
  37. + echo "*** $gtk_update_icon_cache"
  38. fi