This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 1daa7dc debian/patches: reenable XLIB-compatible surface patch again. new 4ba1b91 debian/patches: deactivate XLIB-compatible surface patch. new 5bd85c5 debian/rules: enable GTK3 for now. The 2 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 | 4 ++++ debian/patches/series | 2 +- debian/rules | 3 +++ 3 files changed, 8 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 4ba1b9193ab8e26a69041e1405987e4014b9a63f Author: Mihai Moldovan <ionic@ionic.de> Date: Sat May 11 05:29:21 2019 +0200 debian/patches: deactivate XLIB-compatible surface patch. We will need a "clean" build again. --- debian/changelog | 2 ++ debian/patches/series | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7f2bb7b..0a398a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ palemoon (28.5.0+repack-1-0x2go1) UNRELEASED; urgency=medium - Deactivate XLIB-compatible surface patch. We will need a "clean" build without it first. - Reenable XLIB-compatible surface patch again. + - Deactivate XLIB-compatible surface patch. We will need a "clean" build + again. -- Mihai Moldovan <ionic@ionic.de> Thu, 09 May 2019 05:24:03 +0200 diff --git a/debian/patches/series b/debian/patches/series index 7d63e9b..1abc031 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ debian-hacks/Add-debian-extra-stuff-to-upstream-build-system-dire.patch -fixes/Create-Xlib-Offscreen-Image-Surface-with-XRENDER.patch +#fixes/Create-Xlib-Offscreen-Image-Surface-with-XRENDER.patch -- 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 5bd85c5ff53ba3e9fc529ac0b37036abc0db85b6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat May 11 05:39:26 2019 +0200 debian/rules: enable GTK3 for now. --- debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0a398a1..70c13f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ palemoon (28.5.0+repack-1-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New downstream version (28.5.0): + * debian/rules: + - Enable GTK3 for now. * 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 296a0d7..446cfbd 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,9 @@ GTK3 ?= $(shell grep -q "platform_choices = .'cairo-gtk3'" toolkit/moz.configure # Hardcode GTK2 for now. GTK3=0 +# Enable GTK3 for tests. +GTK3=1 + BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding --enable-official-vendor,--with-branding=$(BRANDING) --disable-official-vendor) MOZ_APP_REMOTINGNAME := Palemoon -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git