aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/qlwm/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/qlwm/files')
-rw-r--r--x11-wm/qlwm/files/patch-dclock_Makefile11
-rw-r--r--x11-wm/qlwm/files/patch-mail_Makefile11
-rw-r--r--x11-wm/qlwm/files/patch-src_Makefile20
-rw-r--r--x11-wm/qlwm/files/qlwm8
4 files changed, 50 insertions, 0 deletions
diff --git a/x11-wm/qlwm/files/patch-dclock_Makefile b/x11-wm/qlwm/files/patch-dclock_Makefile
new file mode 100644
index 000000000000..a9078c1c3087
--- /dev/null
+++ b/x11-wm/qlwm/files/patch-dclock_Makefile
@@ -0,0 +1,11 @@
+--- dclock/Makefile.orig Tue Oct 17 05:05:22 2000
++++ dclock/Makefile Thu Jan 25 16:52:37 2001
+@@ -6,7 +6,7 @@
+ #CXXFLAGS = -Wall -pipe
+
+ # include files
+-INCPATH = -I$(QTDIR)/include
++INCPATH = -I$(QTDIR)/include -I${X11BASE}/include/qt2
+
+ # libraries
+ LFLAGS = -L$(QTDIR)/lib
diff --git a/x11-wm/qlwm/files/patch-mail_Makefile b/x11-wm/qlwm/files/patch-mail_Makefile
new file mode 100644
index 000000000000..bbabd1b7fd36
--- /dev/null
+++ b/x11-wm/qlwm/files/patch-mail_Makefile
@@ -0,0 +1,11 @@
+--- mail/Makefile.orig Tue Oct 17 05:05:20 2000
++++ mail/Makefile Thu Jan 25 16:52:45 2001
+@@ -8,7 +8,7 @@
+ #CXXFLAGS = -Wall -pipe
+
+ # include files
+-INCPATH = -I$(QTDIR)/include
++INCPATH = -I${X11BASE}/include/qt2 -I${X11BASE}/include
+
+ # libraries
+ LFLAGS = -L$(QTDIR)/lib
diff --git a/x11-wm/qlwm/files/patch-src_Makefile b/x11-wm/qlwm/files/patch-src_Makefile
new file mode 100644
index 000000000000..69e19afc14fe
--- /dev/null
+++ b/x11-wm/qlwm/files/patch-src_Makefile
@@ -0,0 +1,20 @@
+--- src/Makefile.orig Tue Oct 17 05:05:22 2000
++++ src/Makefile Thu Jan 25 16:54:44 2001
+@@ -7,7 +7,7 @@
+ #CXXFLAGS = -pipe -DDEBUGMSG
+
+ # include files
+-INCPATH = -I/usr/X11R6/include -I$(QTDIR)/include
++INCPATH= -I${X11BASE}/include/qt2 -I${X11BASE}/include
+
+ # libraries
+ LFLAGS = -L/usr/X11R6/lib -L$(QTDIR)/lib
+@@ -30,7 +30,7 @@
+ .SUFFIXES: .cpp
+
+ .cpp.o:
+- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
++ $(CXX) $(CXXFLAGS) $(INCPATH) -o $@ -c $<
+
+ ####### Build rules
+
diff --git a/x11-wm/qlwm/files/qlwm b/x11-wm/qlwm/files/qlwm
new file mode 100644
index 000000000000..d404fd766b4c
--- /dev/null
+++ b/x11-wm/qlwm/files/qlwm
@@ -0,0 +1,8 @@
+#! /bin/sh
+PREFIX=%PREFIX%
+if ! test -e $HOME/.qlwm
+then
+ mkdir -p $HOME/.qlwm
+ cp ${PREFIX}/lib/qlwm/files/{defaults,appdefaults,menuconfig} $HOME/.qlwm
+fi
+exec ${PREFIX}/lib/qlwm/qlwm "$@"