From 79d14d53ff8560341514a24e4eb8440f94420b9e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 7 Jul 2007 18:48:16 +0000 Subject: opie-dvorak: adjust post{inst,rm} and rpath to the new layout --- packages/opie-dvorak/files/.mtn2git_empty | 0 packages/opie-dvorak/files/fix-rpath.patch | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 packages/opie-dvorak/files/.mtn2git_empty create mode 100644 packages/opie-dvorak/files/fix-rpath.patch (limited to 'packages/opie-dvorak/files') diff --git a/packages/opie-dvorak/files/.mtn2git_empty b/packages/opie-dvorak/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/opie-dvorak/files/fix-rpath.patch b/packages/opie-dvorak/files/fix-rpath.patch new file mode 100644 index 0000000000..37e2e5a37d --- /dev/null +++ b/packages/opie-dvorak/files/fix-rpath.patch @@ -0,0 +1,13 @@ +diff --git a/dvorak.pro b/dvorak.pro +index b659ab5..c1cf861 100644 +--- a/dvorak.pro ++++ b/dvorak.pro +@@ -9,7 +9,7 @@ DESTDIR = ../../plugins/inputmethods + INCLUDEPATH += $(OPIEDIR)/include + DEPENDPATH += ../../launcher + LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard +-QMAKE_LFLAGS += -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods ++QMAKE_LFLAGS += -Wl,-rpath,${palmtopdir}/plugins/inputmethods + VERSION = 1.0.0 + + include( $(OPIEDIR)/include.pro ) -- cgit v1.2.3