From 890987580f8af65a610df288f9aece2ac367000f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 12 Aug 2019 12:24:44 +0200 Subject: [PATCH 1/2] xfce4-screenshooter: Update version from 1.9.4 to 1.9.5 From the announcement: > Bugs fixed: > - Panel plugin: allow it to save files (bug #15187) --- xfce4-screenshooter.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-screenshooter.be0 b/xfce4-screenshooter.be0 index 4e24d9763..94e32b277 100755 --- a/xfce4-screenshooter.be0 +++ b/xfce4-screenshooter.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-screenshooter-1.9.4-0 +# BEE_VERSION xfce4-screenshooter-1.9.5-0 SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2" From 9e86a4c7dd972358c0659ea72d1f56a5beaa75f5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 12 Aug 2019 12:46:38 +0200 Subject: [PATCH 2/2] xfce4-screenshooter: Fix crash when selecting a region MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our users reported a crash, when selecting a region. It’s related to enabled compositing, and the [patch seems to fix it][1]. [1]: https://bugzilla.xfce.org/show_bug.cgi?id=15792 --- xfce4-screenshooter.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-screenshooter.be0 b/xfce4-screenshooter.be0 index 94e32b277..a503d4c53 100755 --- a/xfce4-screenshooter.be0 +++ b/xfce4-screenshooter.be0 @@ -4,7 +4,8 @@ SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2" -# PATCHURL+=() +# https://bugzilla.xfce.org/show_bug.cgi?id=15792 +PATCHURL+=(/src/mariux/patches/xfce4-screenshooter-fix-crash-in-libgtk-bug-15792.diff) # EXCLUDE+=()