commit 8eb59377b9742b3c0bbf6d1c66bc48cff7db0e6e
Author: Stephane Mankowski <stephane@mankowski.fr>
Date:   Sun Dec 11 09:52:29 2011 +0100

    BUG: 288683: E: skrooge-common: arch-dependent-file-in-usr-share usr/share/kde4/apps/skrooge/plugins/grantlee/0.2/grantlee_skroogefilters.so

Index: skrooge-1.1.1/CHANGELOG
===================================================================
--- skrooge-1.1.1.orig/CHANGELOG	2011-11-23 20:56:01.000000000 +0000
+++ skrooge-1.1.1/CHANGELOG	2011-12-11 16:24:16.390310147 +0000
@@ -1,3 +1,5 @@
+  *Correction bug 288683: E: skrooge-common: arch-dependent-file-in-usr-share usr/share/kde4/apps/skrooge/plugins/grantlee/0.2/grantlee_skroogefilters.so
+
 skrooge (1.1.1)
   *Correction: "Highlighted only" is by default disabled in "Account" widget
   *Correction: Mysterious crash in SKGTreeView::onExpand
Index: skrooge-1.1.1/plugins/skrooge/skrooge_monthly/grantlee_filters/CMakeLists.txt
===================================================================
--- skrooge-1.1.1.orig/plugins/skrooge/skrooge_monthly/grantlee_filters/CMakeLists.txt	2011-11-23 20:56:01.000000000 +0000
+++ skrooge-1.1.1/plugins/skrooge/skrooge_monthly/grantlee_filters/CMakeLists.txt	2011-12-11 16:23:57.210309656 +0000
@@ -13,7 +13,7 @@
 
 ########### install files ###############
 IF(WIN32)
-  INSTALL(TARGETS grantlee_skroogefilters ARCHIVE DESTINATION ${DATA_INSTALL_DIR}/skrooge/plugins/grantlee/${Grantlee_VERSION_MAJOR}.${Grantlee_VERSION_MINOR} )
+  INSTALL(TARGETS grantlee_skroogefilters ARCHIVE DESTINATION ${LIB_INSTALL_DIR}/grantlee/${Grantlee_VERSION_MAJOR}.${Grantlee_VERSION_MINOR} )
 ELSE(WIN32)
-  INSTALL(TARGETS grantlee_skroogefilters LIBRARY DESTINATION ${DATA_INSTALL_DIR}/skrooge/plugins/grantlee/${Grantlee_VERSION_MAJOR}.${Grantlee_VERSION_MINOR} )
+  INSTALL(TARGETS grantlee_skroogefilters LIBRARY DESTINATION ${LIB_INSTALL_DIR}/grantlee/${Grantlee_VERSION_MAJOR}.${Grantlee_VERSION_MINOR} )
 ENDIF(WIN32)
\ No newline at end of file
Index: skrooge-1.1.1/plugins/skrooge/skrooge_monthly/skgmonthlypluginwidget.cpp
===================================================================
--- skrooge-1.1.1.orig/plugins/skrooge/skrooge_monthly/skgmonthlypluginwidget.cpp	2011-11-23 20:56:01.000000000 +0000
+++ skrooge-1.1.1/plugins/skrooge/skrooge_monthly/skgmonthlypluginwidget.cpp	2011-12-11 16:23:57.210309656 +0000
@@ -653,10 +653,6 @@
 
             //Prepare grantlee engine
             Grantlee::Engine gEngine(this);
-            QStringList kdeDataDirs = KGlobal::dirs()->findDirs("data", "skrooge/plugins/");
-            foreach(const QString & path, kdeDataDirs) {
-                gEngine.addPluginPath(path);
-            }
             gEngine.addDefaultLibrary("grantlee_skroogefilters");
 
             Grantlee::FileSystemTemplateLoader::Ptr gLoader = Grantlee::FileSystemTemplateLoader::Ptr(new Grantlee::FileSystemTemplateLoader());
