summaryrefslogtreecommitdiff
path: root/freefilesync
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-24 21:35:56 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-24 21:35:56 -0400
commit7de07324b3f11de2fd2987c841fd5c30a50183c7 (patch)
tree5633ad2beceef0f4000db55f5d27919353e6621b /freefilesync
parentffs: dpkg disable ssl patch (diff)
downloadstackrpms-7de07324b3f11de2fd2987c841fd5c30a50183c7.tar.gz
stackrpms-7de07324b3f11de2fd2987c841fd5c30a50183c7.tar.bz2
stackrpms-7de07324b3f11de2fd2987c841fd5c30a50183c7.zip
try to address ffs_devuan.patch
Diffstat (limited to 'freefilesync')
-rw-r--r--freefilesync/debian/patches/ffs_devuan.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/freefilesync/debian/patches/ffs_devuan.patch b/freefilesync/debian/patches/ffs_devuan.patch
index 30ae71c..b17f50e 100644
--- a/freefilesync/debian/patches/ffs_devuan.patch
+++ b/freefilesync/debian/patches/ffs_devuan.patch
@@ -61,9 +61,10 @@ diff -Naur -x '*.orig' -x '*.rej' -x .git 11.4-0/FreeFileSync/Source/RealTimeSyn
#Gtk - support "no button border"
cxxFlags += `pkg-config --cflags gtk+-2.0`
+diff -Naur -x '*.orig' -x '*.rej' -x .git 11.21-0/FreeFileSync/Source/application.cpp 11.21-1/FreeFileSync/Source/application.cpp
--- 11.21-0/FreeFileSync/Source/application.cpp 2022-05-22 17:09:32.234809499 -0400
+++ 11.21-1/FreeFileSync/Source/application.cpp 2022-05-24 08:36:51.949159500 -0400
-@@ -93,7 +93,7 @@
+@@ -92,7 +92,7 @@
ZEN_ON_SCOPE_EXIT(if (error) ::g_error_free(error));
::gtk_css_provider_load_from_path(provider, //GtkCssProvider* css_provider,
bgstack15