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.

62 lines
2.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../qiv/00-config.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- ./Makefile.orig 2004-05-22 03:21:47.000000000 -0400
  18. +++ ./Makefile 2005-02-11 19:03:45.689653447 -0300
  19. @@ -4,7 +4,7 @@
  20. #######################################################################
  21. # Directory where qiv will be installed under.
  22. -PREFIX = /usr/local
  23. +PREFIX = /usr
  24. # Font to use for statusbar in fullscreen mode
  25. STATUSBAR_FONT = "fixed"
  26. @@ -14,10 +14,10 @@
  27. CURSOR = 84
  28. # Should image be centered on screen by default? 1=yes, 0=no.
  29. -CENTER = 1
  30. +CENTER = 0
  31. # Should images be filtered by extension? 1=yes, 0=no.
  32. -FILTER = 1
  33. +FILTER = 0
  34. # This sets the file extentions to filter on (other file types will be
  35. # skipped.) It should reflect whatever is compiled into imlib.
  36. @@ -28,7 +28,7 @@
  37. # This program will be run on the manual page after it is installed.
  38. # If you don't want to compress the manpage, change it to 'true'.
  39. -COMPRESS_PROG = gzip -9f
  40. +COMPRESS_PROG = true
  41. # Comment this line out if your system doesn't have libXinerama
  42. # installed (for centering on dual-screen)
  43. @@ -126,11 +126,6 @@
  44. @echo "Installing QIV..."
  45. install -s -m 0755 $(PROGRAM) $(PREFIX)/bin
  46. install -m 0644 $(PROGRAM).1 $(PREFIX)/man/man1
  47. - $(COMPRESS_PROG) $(PREFIX)/man/man1/$(PROGRAM).1
  48. - @if ./qiv -f ./intro.jpg ; \
  49. - then echo "-- Test Passed --" ; \
  50. - else echo "-- Test Failed --" ; \
  51. - fi
  52. @echo -ne "\nDont forget to look into the \"qiv-command\" file and install it!\n-> cp qiv-command.example /usr/local/bin/qiv-command\n\n"
  53. install-xscreensaver: install