diff options
Diffstat (limited to 'editors/textroom/files/patch-application_application.pro')
-rw-r--r-- | editors/textroom/files/patch-application_application.pro | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/editors/textroom/files/patch-application_application.pro b/editors/textroom/files/patch-application_application.pro index 5584b797ea06..b65dc11820fa 100644 --- a/editors/textroom/files/patch-application_application.pro +++ b/editors/textroom/files/patch-application_application.pro @@ -1,14 +1,14 @@ --- application/application.pro.orig 2011-01-22 03:25:20.000000000 +0100 +++ application/application.pro 2011-02-10 21:37:18.000000000 +0100 -@@ -4,19 +4,20 @@ +@@ -4,20 +4,16 @@ src \ ui -linux-g++ { -+freebsd-g++ { ++unix { INCLUDEPATH += . \ src \ - src/include \ +- src/include \ - /usr/include \ - /usr/include/hunspell \ - /usr/include/libxml++-2.6 \ @@ -18,37 +18,41 @@ - /usr/lib/glib-2.0/include \ - /usr/lib/libxml++-2.6/include \ - /usr/include/SDL -+ $$LOCALBASE/include \ -+ $$LOCALBASE/include/hunspell \ -+ $$LOCALBASE/include/libxml++-2.6 \ -+ $$LOCALBASE/include//libxml++-2.6/include \ -+ $$LOCALBASE/include/glibmm-2.4 \ -+ $$LOCALBASE/lib/glibmm-2.4/include \ -+ $$LOCALBASE/include/glib-2.0 \ -+ $$LOCALBASE/lib/glib-2.0/include \ -+ $$LOCALBASE/lib/libxml++-2.6/include \ -+ $$LOCALBASE/include/SDL - +- ++ src/include ++ PKGCONFIG += \ ++ glib-2.0 \ ++ hunspell \ ++ libcurl \ ++ libxml++-2.6 \ ++ SDL_mixer } -@@ -85,7 +86,7 @@ + macx { +@@ -85,40 +81,33 @@ src/asciireporter.cpp RESOURCES += resource/textroom.qrc \ resource/images/icons-app.qrc -linux-g++ { -+freebsd-g++ { ++unix { CONFIG += release \ ++ link_pkgconfig \ build_all INSTALLS += data \ -@@ -98,27 +99,27 @@ + dict \ + target \ + desktop \ +- uninstaller \ + mime \ + words \ icon - LIBS = -lSDL_mixer \ - -lSDL \ +- LIBS = -lSDL_mixer \ +- -lSDL \ - -lhunspell \ -+ -lhunspell-1.3 \ - -lglibmm-2.4 \ - -lcurl \ - -lxml++-2.6 \ +- -lglibmm-2.4 \ +- -lcurl \ +- -lxml++-2.6 \ ++ LIBS = \ $$TOPDIR/lib/libflo.a - data.path = /usr/share/sounds + data.path = $$PREFIX/share/sounds @@ -68,8 +72,7 @@ + mime.path = $$PREFIX/share/textroom mime.files = resource/desktop/textroom-txr-mime.xml - uninstaller.path = /usr/bin -+ uninstaller.path = $$PREFIX/bin - uninstaller.files = resource/desktop/textroom-uninstall +- uninstaller.files = resource/desktop/textroom-uninstall - dict.path = /usr/share/hunspell + dict.path = $$PREFIX/share/hunspell dict.files = resource/dict/* |