summaryrefslogtreecommitdiff
path: root/freefilesync/debian/patches/series
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-18 11:23:50 -0400
committerB Stack <bgstack15@gmail.com>2020-03-18 11:23:50 -0400
commitf365d93a81834c1c770ac280a9d54c4870ef3fd5 (patch)
treeb15e5793565a6d95bbe9271d66260a516a112fa8 /freefilesync/debian/patches/series
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-f365d93a81834c1c770ac280a9d54c4870ef3fd5.tar.gz
stackrpms-f365d93a81834c1c770ac280a9d54c4870ef3fd5.tar.bz2
stackrpms-f365d93a81834c1c770ac280a9d54c4870ef3fd5.zip
WIP: freefilesync 10.21-2+devuan
Unfortunately 10.21 does not compile with gtk3 (or wxwidgets-gtk3) so this will have to be a manual build only.
Diffstat (limited to 'freefilesync/debian/patches/series')
-rw-r--r--freefilesync/debian/patches/series2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/patches/series b/freefilesync/debian/patches/series
index da9adb8..2d91735 100644
--- a/freefilesync/debian/patches/series
+++ b/freefilesync/debian/patches/series
@@ -1,7 +1,7 @@
ffs_allow_parallel_ops.patch
ffs_devuan.patch
# gtk3 for obs, gtk2 for albion
-ffs_devuan_gtk3.patch
+ffs_devuan_gtk2.patch
ffs_no_check_updates.patch
ffs_no_wx311.patch
ffs_sftp.patch
bgstack15