* updated korganizer (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / graphic / qiv / 00-config.patch
blobb27e5730020f779a9a619ff8b32853a44dc257a9
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../qiv/00-config.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
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 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./Makefile.orig 2004-05-22 03:21:47.000000000 -0400
19 +++ ./Makefile 2005-02-11 19:03:45.689653447 -0300
20 @@ -4,7 +4,7 @@
21 #######################################################################
23 # Directory where qiv will be installed under.
24 -PREFIX = /usr/local
25 +PREFIX = /usr
27 # Font to use for statusbar in fullscreen mode
28 STATUSBAR_FONT = "fixed"
29 @@ -14,10 +14,10 @@
30 CURSOR = 84
32 # Should image be centered on screen by default? 1=yes, 0=no.
33 -CENTER = 1
34 +CENTER = 0
36 # Should images be filtered by extension? 1=yes, 0=no.
37 -FILTER = 1
38 +FILTER = 0
40 # This sets the file extentions to filter on (other file types will be
41 # skipped.) It should reflect whatever is compiled into imlib.
42 @@ -28,7 +28,7 @@
44 # This program will be run on the manual page after it is installed.
45 # If you don't want to compress the manpage, change it to 'true'.
46 -COMPRESS_PROG = gzip -9f
47 +COMPRESS_PROG = true
49 # Comment this line out if your system doesn't have libXinerama
50 # installed (for centering on dual-screen)
51 @@ -126,11 +126,6 @@
52 @echo "Installing QIV..."
53 install -s -m 0755 $(PROGRAM) $(PREFIX)/bin
54 install -m 0644 $(PROGRAM).1 $(PREFIX)/man/man1
55 - $(COMPRESS_PROG) $(PREFIX)/man/man1/$(PROGRAM).1
56 - @if ./qiv -f ./intro.jpg ; \
57 - then echo "-- Test Passed --" ; \
58 - else echo "-- Test Failed --" ; \
59 - fi
60 @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"
62 install-xscreensaver: install