aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-03-30 22:32:45 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-03-30 22:32:45 -0400
commite989fa8ec2a989143a6ba7ad50e3f862ee74c10c (patch)
treea5e34c036f0f595103549e9825aee009f7e6e138
parentf5bd0d88ae58d6aab3b235eef0868b1976874afd (diff)
downloadveracrypt-e989fa8ec2a989143a6ba7ad50e3f862ee74c10c.tar.bz2
veracrypt-e989fa8ec2a989143a6ba7ad50e3f862ee74c10c.tar.xz
veracrypt-e989fa8ec2a989143a6ba7ad50e3f862ee74c10c.tar.zst
Refresh remaining patches.
-rw-r--r--debian/patches/003-indicator-support.diff26
1 files changed, 13 insertions, 13 deletions
diff --git a/debian/patches/003-indicator-support.diff b/debian/patches/003-indicator-support.diff
index f700bd6..c79ceb9 100644
--- a/debian/patches/003-indicator-support.diff
+++ b/debian/patches/003-indicator-support.diff
@@ -8,10 +8,10 @@ Forwarded: no
Signed-off-by: Unit 193 <unit193@ubuntu.com>
-Index: veracrypt-1.20/src/Main/Forms/MainFrame.cpp
+Index: veracrypt/src/Main/Forms/MainFrame.cpp
===================================================================
---- veracrypt-1.20.orig/src/Main/Forms/MainFrame.cpp
-+++ veracrypt-1.20/src/Main/Forms/MainFrame.cpp
+--- veracrypt.orig/src/Main/Forms/MainFrame.cpp
++++ veracrypt/src/Main/Forms/MainFrame.cpp
@@ -46,6 +46,9 @@ namespace VeraCrypt
DEFINE_EVENT_TYPE(wxEVT_COMMAND_SHOW_WARNING)
@@ -103,10 +103,10 @@ Index: veracrypt-1.20/src/Main/Forms/MainFrame.cpp
}
}
-Index: veracrypt-1.20/src/Main/Forms/MainFrame.h
+Index: veracrypt/src/Main/Forms/MainFrame.h
===================================================================
---- veracrypt-1.20.orig/src/Main/Forms/MainFrame.h
-+++ veracrypt-1.20/src/Main/Forms/MainFrame.h
+--- veracrypt.orig/src/Main/Forms/MainFrame.h
++++ veracrypt/src/Main/Forms/MainFrame.h
@@ -13,6 +13,16 @@
#ifndef TC_HEADER_Main_Forms_MainFrame
#define TC_HEADER_Main_Forms_MainFrame
@@ -151,11 +151,11 @@ Index: veracrypt-1.20/src/Main/Forms/MainFrame.h
void MountVolume ();
void OnAboutMenuItemSelected (wxCommandEvent& event);
void OnQuit(wxCommandEvent& event) { Close(true); }
-Index: veracrypt-1.20/src/Main/GraphicUserInterface.cpp
+Index: veracrypt/src/Main/GraphicUserInterface.cpp
===================================================================
---- veracrypt-1.20.orig/src/Main/GraphicUserInterface.cpp
-+++ veracrypt-1.20/src/Main/GraphicUserInterface.cpp
-@@ -1663,6 +1663,10 @@ namespace VeraCrypt
+--- veracrypt.orig/src/Main/GraphicUserInterface.cpp
++++ veracrypt/src/Main/GraphicUserInterface.cpp
+@@ -1677,6 +1677,10 @@ namespace VeraCrypt
}
BackgroundMode = state;
@@ -166,10 +166,10 @@ Index: veracrypt-1.20/src/Main/GraphicUserInterface.cpp
}
void GraphicUserInterface::SetListCtrlColumnWidths (wxListCtrl *listCtrl, list <int> columnWidthPermilles, bool hasVerticalScrollbar) const
-Index: veracrypt-1.20/src/Makefile
+Index: veracrypt/src/Makefile
===================================================================
---- veracrypt-1.20.orig/src/Makefile
-+++ veracrypt-1.20/src/Makefile
+--- veracrypt.orig/src/Makefile
++++ veracrypt/src/Makefile
@@ -60,6 +60,15 @@ CPPFLAGS+=$(shell dpkg-buildflags --get
CFLAGS+=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -Wno-sequence-point
CXXFLAGS+=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS) -Wno-narrowing