* Removed disable-upload.patch, applied upstream * Bumped minimum version libqt5xdg-dev (>= 2.0.0) * Added buid dependency libqt5svg5-dev * Added build dependency libqt5xdgiconloader-dev * Removed --parallel from rules, compat 10 standardubuntu/disco debian/1.96-1
parent
1e59e248db
commit
eae01a5850
@ -0,0 +1,3 @@
|
||||
build/
|
||||
*.qm
|
||||
*.kdev4
|
@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
@ -1,33 +0,0 @@
|
||||
Description: Disable uploads
|
||||
Author: Alf Gaida <agaida@siduction.org>
|
||||
|
||||
--- a/src/core/modulemanager.cpp
|
||||
+++ b/src/core/modulemanager.cpp
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
#include "modulemanager.h"
|
||||
|
||||
-#ifdef SG_EXT_UPLOADS
|
||||
-#include "src/modules/uploader/moduleuploader.h"
|
||||
-#endif
|
||||
+// #ifdef SG_EXT_UPLOADS
|
||||
+// #include "src/modules/uploader/moduleuploader.h"
|
||||
+// #endif
|
||||
|
||||
#ifdef SG_EXT_EDIT
|
||||
#include "src/modules/extedit/moduleextedit.h"
|
||||
@@ -35,10 +35,10 @@ ModuleManager::ModuleManager()
|
||||
|
||||
void ModuleManager::initModules()
|
||||
{
|
||||
-#ifdef SG_EXT_UPLOADS
|
||||
- ModuleUploader *uploader = new ModuleUploader();
|
||||
- _modules->insert(MOD_UPLOADER , uploader);
|
||||
-#endif
|
||||
+//#ifdef SG_EXT_UPLOADS
|
||||
+// ModuleUploader *uploader = new ModuleUploader();
|
||||
+// _modules->insert(MOD_UPLOADER , uploader);
|
||||
+//#endif
|
||||
#ifdef SG_EXT_EDIT
|
||||
ModuleExtEdit *extedit = new ModuleExtEdit();
|
||||
_modules->insert(MOD_EXT_EDIT.data(), extedit);
|
Loading…
Reference in new issue