This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 3b126f0 debian/patches: add patch activating the double-buffering check when XRENDER is being used in order to work around drawing issues (bars, stripes). new a41f513 debian/rules: enable GTK3 again. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit a41f513fb42f787ecb89e6d8d6143c486d88f449 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat May 18 16:53:39 2019 +0200 debian/rules: enable GTK3 again. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f03bdc7..e4120c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ palemoon (28.5.0+repack-1-0x2go1) UNRELEASED; urgency=medium * debian/rules: - Enable GTK3 for now. - Disable GTK3 again. + - Enable GTK3 again. * debian/patches: - Deactivate XLIB-compatible surface patch. We will need a "clean" build without it first. diff --git a/debian/rules b/debian/rules index ee7339d..446cfbd 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ GTK3 ?= $(shell grep -q "platform_choices = .'cairo-gtk3'" toolkit/moz.configure GTK3=0 # Enable GTK3 for tests. -#GTK3=1 +GTK3=1 BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding --enable-official-vendor,--with-branding=$(BRANDING) --disable-official-vendor) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git