]> git.pld-linux.org Git - packages/aethera.git/commitdiff
- use some local lib paths
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 5 Nov 2006 11:18:57 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aethera-libs.patch -> 1.2

aethera-libs.patch

index 996b078342674aa7a8d27655749483f7aac835e0..aba2325792c1c857d0a87e71f46ab2e8aa8793bd 100644 (file)
  
  homeplugin.path   = $$AETHERA_DIR/plugins/
  homeplugin.files  = lib*.so.1.0.0
---- aethera-1.2.1/aethera/libs/plugins/komcontactsplugin/komcontactsplugin.pro~        2005-03-30 12:49:26.000000000 +0300
-+++ aethera-1.2.1/aethera/libs/plugins/komcontactsplugin/komcontactsplugin.pro 2006-11-05 12:54:06.536999303 +0200
+--- aethera-1.2.1/aethera/libs/plugins/komcontactsplugin/komcontactsplugin.pro 2006-11-05 12:54:06.536999303 +0200
++++ aethera-1.2.1/aethera/libs/plugins/komcontactsplugin/komcontactsplugin.pro 2006-11-05 13:13:44.043557887 +0200
 @@ -141,7 +141,7 @@
  }
  
  unix {
 -  LIBS  += -L../../aethera -L../../tino -L/usr/local/lib -laethera -lkore -ltino -ltkcbase
-+  LIBS  += -L../../aethera -L../../tino -laethera -lkore -ltino -ltkcbase
++  LIBS  += -L../../aethera -L../../tino -L../../../../tkcbase -laethera -lkore -ltino -ltkcbase
    
  contactsplugin.path   = $$AETHERA_DIR/plugins/
  contactsplugin.files  = lib*.so.1.0.0
---- aethera-1.2.1/aethera/libs/plugins/kommailplugin/kommailplugin.pro~        2005-03-30 12:49:26.000000000 +0300
-+++ aethera-1.2.1/aethera/libs/plugins/kommailplugin/kommailplugin.pro 2006-11-05 12:54:36.587677583 +0200
+--- aethera-1.2.1/aethera/libs/plugins/kommailplugin/kommailplugin.pro 2006-11-05 12:54:36.587677583 +0200
++++ aethera-1.2.1/aethera/libs/plugins/kommailplugin/kommailplugin.pro 2006-11-05 13:08:24.906364223 +0200
 @@ -155,7 +155,7 @@
  }
  
  unix {
 -  LIBS  += -L../../aethera -L../../tino -L/usr/local/lib -laethera -lkore -ltino -ltkcbase
-+  LIBS  += -L../../aethera -L../../tino -laethera -lkore -ltino -ltkcbase
++  LIBS  += -L../../aethera -L../../tino -L../../../../tkcbase -laethera -lkore -ltino -ltkcbase
    
  mailplugin.path    = $$AETHERA_DIR/plugins/
  mailplugin.files   = lib*.so.1.0.0
    
  language.path  = $$AETHERA_DIR/plugins/
  language.files = notes_language/ 
---- aethera-1.2.1/aethera/libs/plugins/mailimport/mailimport.pro~      2005-03-30 12:49:26.000000000 +0300
-+++ aethera-1.2.1/aethera/libs/plugins/mailimport/mailimport.pro       2006-11-05 12:55:24.628761902 +0200
+--- aethera-1.2.1/aethera/libs/plugins/mailimport/mailimport.pro       2006-11-05 12:55:24.628761902 +0200
++++ aethera-1.2.1/aethera/libs/plugins/mailimport/mailimport.pro       2006-11-05 13:16:20.397082018 +0200
 @@ -59,7 +59,7 @@
  }
  
  unix {
 -  LIBS  += -L../../aethera -L../../tino -L/usr/local/lib -laethera -lkore -ltino -ltkcbase
-+  LIBS  += -L../../aethera -L../../tino -laethera -lkore -ltino -ltkcbase
++  LIBS  += -L../../aethera -L../../tino -L../../../../tkcbase -laethera -lkore -ltino -ltkcbase
    
  mailimportlib.path    = $$AETHERA_DIR/plugins/
  mailimportlib.files   = lib*.so.1.0.0
  
  tino.path          = $$TINO_LIB/
  tino.files         = libtino.so.1.0.0
---- aethera-1.2.1/aethera/src/src.pro~ 2005-03-30 12:49:26.000000000 +0300
-+++ aethera-1.2.1/aethera/src/src.pro  2006-11-05 12:56:12.959852735 +0200
-@@ -89,7 +89,7 @@
+--- aethera-1.2.1/aethera/src/src.pro  2006-11-05 12:56:12.959852735 +0200
++++ aethera-1.2.1/aethera/src/src.pro  2006-11-05 13:17:47.829052630 +0200
+@@ -88,8 +88,8 @@
  LIBS  += -L../libs/aethera -laethera
  LIBS  += -L../libs/tino -ltino
- LIBS  += -L$$AETHERA_LIB -ltkcbase -ltkcssl
+-LIBS  += -L$$AETHERA_LIB -ltkcbase -ltkcssl
 -LIBS  += -L/usr/local/lib -lkore
++LIBS  += -L$$AETHERA_LIB -ltkcbase -L../../tkcssl -ltkcssl
 +LIBS  += -lkore
  
  # Installing...
This page took 0.082119 seconds and 4 git commands to generate.