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.

65 lines
2.2 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/tibit/qiv/00-config.patch
  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. diff -ur qiv-1.8/Makefile patched-qiv-1.8/Makefile
  20. --- qiv-1.8/Makefile 2001-06-10 14:35:06.000000000 +0200
  21. +++ patched-qiv-1.8/Makefile 2003-02-21 20:38:08.000000000 +0100
  22. @@ -4,7 +4,7 @@
  23. ######################################################################
  24. # Directory where qiv will be installed under.
  25. -PREFIX = /usr/local
  26. +PREFIX = /usr
  27. # Font to use for statusbar in fullscreen mode
  28. STATUSBAR_FONT = "fixed"
  29. @@ -14,10 +14,10 @@
  30. CURSOR = 84
  31. # Should image be centered on screen by default? 1=yes, 0=no.
  32. -CENTER = 1
  33. +CENTER = 0
  34. # Should images be filtered by extension? 1=yes, 0=no.
  35. -FILTER = 1
  36. +FILTER = 0
  37. # This sets the file extentions to filter on (other file types will be
  38. # skipped.) It should reflect whatever is compiled into imlib.
  39. @@ -28,7 +28,7 @@
  40. # This program will be run on the manual page after it is installed.
  41. # If you don't want to compress the manpage, change it to 'true'.
  42. -COMPRESS_PROG = gzip -9f
  43. +COMPRESS_PROG = true
  44. ######################################################################
  45. @@ -114,11 +114,6 @@
  46. @echo "Installing..."
  47. install -s -m 0755 $(PROGRAM) $(PREFIX)/bin
  48. install -m 0644 $(PROGRAM).1 $(PREFIX)/man/man1
  49. - $(COMPRESS_PROG) $(PREFIX)/man/man1/$(PROGRAM).1
  50. - @if ./qiv -o white -f ./intro.jpg ; \
  51. - then echo "-- Test Passed --" ; \
  52. - else echo "-- Test Failed --" ; \
  53. - fi
  54. install-xscreensaver: install
  55. @echo "#!/bin/sh" > $(SS_PROG)