From 8b326ada97767610a8bce3ce7292ad687621ed5b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 5 Aug 2019 11:03:28 +0200 Subject: [PATCH] xfce-terminal: set default paste warning to FALSE Remove annoying warning when pasting --- xfce4-terminal.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce4-terminal.be0 b/xfce4-terminal.be0 index 38f40b250..3779cadd0 100755 --- a/xfce4-terminal.be0 +++ b/xfce4-terminal.be0 @@ -1,10 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-terminal-0.8.8-0 +# BEE_VERSION xfce4-terminal-0.8.8-1 SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${PKGVERSION}.tar.bz2" -# PATCHURL+=() +PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.patch") # EXCLUDE+=()