From 19bbb2d91d28bd1cda67dff48d5d92472e6bcba3 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 1 Sep 2014 07:38:59 +0000 Subject: - Update Unipro UGENE and documentation to version 1.14.0 - Remove patches integrated upstream (it's nice to have direct contact) - Sort USES and pkg-plist, cleanup Makefile a bit while here Approved by: maintainer (implicit) --- biology/ugene/files/patch-src-ugeneui-src-Main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 biology/ugene/files/patch-src-ugeneui-src-Main.cpp (limited to 'biology/ugene/files/patch-src-ugeneui-src-Main.cpp') diff --git a/biology/ugene/files/patch-src-ugeneui-src-Main.cpp b/biology/ugene/files/patch-src-ugeneui-src-Main.cpp deleted file mode 100644 index cf7d556bfcf7..000000000000 --- a/biology/ugene/files/patch-src-ugeneui-src-Main.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/ugeneui/src/Main.cpp.orig -+++ src/ugeneui/src/Main.cpp -@@ -164,7 +164,7 @@ static void setDataSearchPaths() { - dataSearchPaths.push_back( appDirPath+RELATIVE_DEV_DATA_DIR ); - } - --#if (defined(Q_OS_LINUX) || defined(Q_OS_UNIX)) && defined( UGENE_DATA_DIR ) -+#if defined(Q_OS_UNIX) && defined(UGENE_DATA_DIR) - //using directory which is set during installation process on Linux - QString ugene_data_dir( UGENE_DATA_DIR ); - if( QDir(ugene_data_dir).exists() ) { -@@ -361,7 +361,7 @@ int main(int argc, char **argv) - qt_use_native_dialogs = useNative; //using local here for debugger - #endif - --#if defined(Q_OS_MAC) || defined(Q_OS_LINUX) -+#if defined(Q_OS_UNIX) - if (envList.indexOf("UGENE_GUI_TEST=1") >= 0) { - QApplication::setAttribute(Qt::AA_DontUseNativeMenuBar); - } -- cgit v1.2.3