1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
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
8 # More information can be found in the files COPYING and README.
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
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
21 #######################################################################
23 # Directory where qiv will be installed under.
27 # Font to use for statusbar in fullscreen mode
28 STATUSBAR_FONT = "fixed"
32 # Should image be centered on screen by default? 1=yes, 0=no.
36 # Should images be filtered by extension? 1=yes, 0=no.
40 # This sets the file extentions to filter on (other file types will be
41 # skipped.) It should reflect whatever is compiled into imlib.
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
49 # Comment this line out if your system doesn't have libXinerama
50 # installed (for centering on dual-screen)
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 --" ; \
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