mirror of the now-defunct rocklinux.org
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.

49 lines
2.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/gnome2/pybliographer/no-desktop-file-update.patch.pybliographer
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./Makefile.am.orig 2005-03-24 19:27:49.000000000 +0100
  20. +++ ./Makefile.am 2005-03-24 19:28:32.000000000 +0100
  21. @@ -84,9 +84,9 @@
  22. && mv pybliographic.keys.tmp pybliographic.keys
  23. install-data-hook:
  24. - update-desktop-database $(DESTDIR)$(appdir) \
  25. + true $(DESTDIR)$(appdir) \
  26. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  27. uninstall-hook:
  28. - update-desktop-database $(appdir) \
  29. + true $(appdir) \
  30. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  31. --- ./Makefile.in.orig 2005-03-24 19:27:54.000000000 +0100
  32. +++ ./Makefile.in 2005-03-24 19:28:54.000000000 +0100
  33. @@ -491,11 +491,11 @@
  34. && mv pybliographic.keys.tmp pybliographic.keys
  35. install-data-hook:
  36. - update-desktop-database $(DESTDIR)$(appdir) \
  37. + true $(DESTDIR)$(appdir) \
  38. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  39. uninstall-hook:
  40. - update-desktop-database $(appdir) \
  41. + true $(appdir) \
  42. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  43. # Tell versions [3.59,3.63) of GNU make to not export all variables.