summaryrefslogtreecommitdiff
path: root/freefilesync/debian/patches/series
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-26 11:48:39 -0500
committerB Stack <bgstack15@gmail.com>2019-12-26 11:48:39 -0500
commit6915b8fad2d8897573cbd02aa7d76413eec7d0c7 (patch)
treeed518a889e02c87c9d1e6287937f20f6cbce7d15 /freefilesync/debian/patches/series
parentMerge branch 'updates' into 'master' (diff)
downloadstackrpms-6915b8fad2d8897573cbd02aa7d76413eec7d0c7.tar.gz
stackrpms-6915b8fad2d8897573cbd02aa7d76413eec7d0c7.tar.bz2
stackrpms-6915b8fad2d8897573cbd02aa7d76413eec7d0c7.zip
revert ffs to gtk2
Which means I can only build it locally and not on OBS.
Diffstat (limited to 'freefilesync/debian/patches/series')
-rw-r--r--freefilesync/debian/patches/series3
1 files changed, 2 insertions, 1 deletions
diff --git a/freefilesync/debian/patches/series b/freefilesync/debian/patches/series
index 51b0191..e3ea666 100644
--- a/freefilesync/debian/patches/series
+++ b/freefilesync/debian/patches/series
@@ -1,5 +1,6 @@
ffs_allow_parallel_ops.patch
-ffs_devuan.patch
+# can be either gtk2 or gtk3
+ffs_devuan_gtk2.patch
ffs_no_check_updates.patch
ffs_no_wx311.patch
ffs_sftp.patch
bgstack15