From e1f50b810a8c61de91b7cbd6fc817ea5351829c9 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 31 May 2018 14:09:55 +0200 Subject: [PATCH 1/2] gtk3: Adjust X sizes by scale factor Add patch from [1]. > X uses unscaled sizes, so they must be scaled properly. Otherwise > GtkSockets end up twice as big as they should be. > > Closes: https://bugzilla.gnome.org/show_bug.cgi?id=765327 With Xfce 4.13 on a 4K HiDPI monitor some elements in the applet are only a quarter of the size, when 2x scaling everything. This fixes it. [1] https://gitlab.gnome.org/GNOME/gtk/merge_requests/164 --- gtk3.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk3.be0 b/gtk3.be0 index 331dcb868..2a286fd12 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${ ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-gtksocket-Adjust-X-sizes-by-scale-factor.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not From 3c7836160273ca47126196d1abc22adcbaf7197b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 31 May 2018 14:13:43 +0200 Subject: [PATCH 2/2] gtk3: Increment revision to 1 --- gtk3.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk3.be0 b/gtk3.be0 index 2a286fd12..a4f468360 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk3-3.22.30-0 +# BEE_VERSION gtk3-3.22.30-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)