summaryrefslogtreecommitdiff
path: root/packages/roadmap/zroadmap-1.0.12
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-12-25 13:46:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-12-25 13:46:47 +0000
commit58d08348e701f6efb483546e39e029f3cb8df429 (patch)
tree497d2d05fe75c3303145da0c487f508aa917ee26 /packages/roadmap/zroadmap-1.0.12
parent28923e28feb20034efc37bb64132ed07679cc272 (diff)
parentd7f9aa1735c0b9d589c11638cdf60d56267d431e (diff)
merge of '8728ab154063ad389826d041d5c22bd3587f3372'
and 'acf2917a94a9bba36e944b0ad3ee532e3fc10eaf'
Diffstat (limited to 'packages/roadmap/zroadmap-1.0.12')
-rw-r--r--packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch b/packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch
deleted file mode 100644
index 24fe1c9bdb..0000000000
--- a/packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-
-#
-# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
-#
-
---- src/qt/qt_main.cc~qt2-fixes-r1.patch
-+++ src/qt/qt_main.cc
-@@ -137,7 +137,7 @@
- switch (orientation[0]) {
- case 't':
- case 'T': break;
--
-+#ifndef QWS
- case 'b':
- case 'B': moveDockWindow (toolBar, DockBottom); break;
-
-@@ -146,7 +146,7 @@
-
- case 'r':
- case 'R': moveDockWindow (toolBar, DockRight); break;
--
-+#endif
- default: roadmap_log (ROADMAP_FATAL,
- "Invalid toolbar orientation %s", orientation);
- }
---- src/qt/Makefile~qt2-fixes-r1.patch
-+++ src/qt/Makefile
-@@ -19,7 +19,7 @@
-
- ifeq ($(DESKTOP),QPE)
- CFLAGS += -I$(QTDIR)/include -DQWS
-- LIBS += -lqte -lqpe
-+ LIBS += -lqpe
- INSTALLDIR=$(QTDIR)
- endif
-