From ad82a620a8339d901cff19073bcabdb6f660cc5e Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Thu, 10 Sep 2015 09:26:57 +0300 Subject: [PATCH] qutIM: correct plugins dir and fix missing icons --- net-im/qutim/qutim-0.3.3.recipe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-im/qutim/qutim-0.3.3.recipe b/net-im/qutim/qutim-0.3.3.recipe index 6dc483544..9f0a5e282 100644 --- a/net-im/qutim/qutim-0.3.3.recipe +++ b/net-im/qutim/qutim-0.3.3.recipe @@ -71,7 +71,6 @@ BUILD() cd ../qutim-build cmake ../qutim-0.3.3 \ - -DVREEN=0 \ -DVKONTAKTE=0 \ -DSCREENSHOTER=0 \ -DDBUSAPI=off \ @@ -81,6 +80,11 @@ BUILD() -DMOBILECONTACTINFO=off \ -DMOBILENOTIFICATIONSSETTINGS=off \ -DMOBILESETTINGSDIALOG=off \ + -DOLDCONTACTDELEGATE=off \ + -DUPDATER=off \ + -DMIGRATION02X03=off \ + -DQUTIM_INSTALL_OXYGEN_THEME=on \ + -DQUTIM_PLUGINS_DEST=$appsDir/qutIM \ -DCMAKE_INSTALL_PREFIX=$appsDir/qutIM \ -DDATA_INSTALL_DIR=$appsDir/qutIM/data \ -DQUTIM_SHARE_DIR_DEF=$appsDir/qutIM/data \