aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Pinchuk2017-04-22 19:17:11 +0300
committerVladimir Pinchuk2017-04-22 19:17:11 +0300
commit02d86fbfd2e5c020bd564a5b220e10d8b6d31a54 (patch)
tree2b63214f36cdf4cd747603912344263ef5ec2205
parent84e52cdfe9b5a096f84892f938780fa0379eb19d (diff)
downloadaur-02d86fbfd2e5c020bd564a5b220e10d8b6d31a54.tar.gz
Disable patch never_local_only
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e738010b65e2..924a1978ed88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ prepare() {
patch "$gtk_source/gtkfilechooserwidget.c" "file-chooser__single-click.patch"
patch "$gtk_source/ui/gtkfilechooserwidget.ui" "file-chooser__disable-other-locations.patch"
patch "$gtk_source/gtkfilechooserwidget.c" -i "typeahead.patch"
- patch "$gtk_source/gtkfilechooserwidget.c" -i "never_local_only.patch"
+# patch "$gtk_source/gtkfilechooserwidget.c" -i "never_local_only.patch"
# print dialog
patch "$gtk_source/gtksettings.c" "print-dialog__default-previewer.patch"