- make it possible to tag individual reftests as ok to fail.
* debian/rules:
touch testsuite/reftests/style-properties-nth-child.ui.known_fail
- reftest shows this intermittently has a couple of pixels
difference on some architectures. No big deal.
Noone is willing to investigate and consensus is it's ok to disable.
+ Added. Adds missing #include in the reftest test. While seemingly
harmless on s390 due to the missing include the return type of a function
the snapshot function is assumed to be int, while it should have been a
pointer. This causes incorrect casting in the resulting code leading to
crashes.. (From upstream git)
* Update build-dependencies according to configure.ac
- bump libglib2.0-dev to (>= 2.41.2)
* Update libgtk-3.0-dev dependency on libglib2.0-dev to (>= 2.41.2)
* Massage debian/patches/018_gdkenumtypes.c_location.patch to apply again
* Drop backported/merged patches now in released version:
- debian/patches/072_Avoid-pkg-config-atleast-version.patch
* Have quilt refresh remaining patches.
* Bump gobject-introspection build-dependency to (>= 1.41.3)
- this one supports new "nullable" annotation.
* Build-depend on adwaita-icon-theme instead of gnome-icon-theme-symbolic
* Update debian/libgtk-3-0.symbols with many additions
* Add --enable-installed-tests configure flag for both deb and udeb
- this works around a problem with libreftest.la not being built
otherwise leading to "make check" failing.
- Note: atleast the udeb part should be disabled once upstream is fixed!
* Bump glib (build-)dependency to >= 2.37.3 as per configure.ac
* Trivial update in 015_default-fallback-icon-theme.patch to apply.
* Update debian/patches/018_gdkenumtypes.c_location.patch to apply
after upstream dropped --disable-rebuilds.
* Disable 030_tests_skip_filechooser.patch
- testsuite moved and restructured....
* Updated to apply patches against new testsuite file location:
- 032_mips_treeview_row_separator_height.patch
- 031_ia64_children_test.patch
* Drop 080_correct_padding_of_submenu_arrows.patch
- previously cherry-picked, now included in upstream release.
* Refresh all patches to apply without offset.
* Ignore testsuite failures for now...
* Update debian/libgtk-3-0.symbols
- many added symbols, and four missing:
gdk_frame_clock_idle_get_type,
gdk_offscreen_window_get_type,
gdk_window_impl_get_type,
gdk_window_impl_x11_get_type.
* Sync with ubuntu:
* debian/rules: Make test failures fatal again
* debian/libgtk-3-0.symbols: Updated
* debian/rules: Update build-depends
* debian/libgtk-3-bin.install: Add gtk-launch: A new commandline utility
to launch an application from its desktop file
* Add autopkgtest support
* debian/patches/072_statusicon_icon_size.patch:
* Removed merged upstream
* debian/patches/074_try-harder-to-discriminate-Shift-F10-and-F10.patch:
* Removed, fixed upstream
* debian/patches/073_transparent_colors.patch
* Removed, fixed upstream
* debian/control.in: bump glib2.0 build-dep to >= 2.33.14 to trump the dodgy
version in unstable
This patch was a temporary workaround for a bug in mutter which has been
fixed in version 3.4. It was not supposed to be shipped as part of wheezy,
so drop it again.
icon size for the statusicon. This could lead to a crash in
notification-daemon caused by an assertion failure. Closes: #669883
Thanks to Fernando Lemos for the patch and Brad Jorsch for the excellent
debugging.
- Disable 042_treeview_single-focus.patch for now since it has no
description why this patch is needed and it needs to be updated.
- Refresh remaining patches.
- Drop 003_gdk.pc_privates.patch, fixed upstream.
- Drop 70-Fix-document-generation-in-out-of-tree-builds.patch, applied
upstream.
- Drop 041_ia32-libs.patch, no longer required with multiarch.
package:
- debian/control.in: Bump build dependencies to multiarch aware versions.
- debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
(libraries/-dbg are "same", -doc/-bin are "foreign").
- debian/rules: Use multiarch LIBDIR.
- debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
*.in, and use @LIBDIR@ instead of hardcoded usr/lib.
- debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR@.
- debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
debian/rules: Also trigger on changes to the fallback non-multiarch
module directory, which is now called @OLD_MODULES_BASE_PATH@.
- Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
pre-multiarch module directory when searching for modules. This
maintains compatibility with packages installing modules to
the old directories.
in the source tree, and fix path in the introspection sources. With this,
gdkenumtypes.c is correctly included with separate build trees, too. This
fixes missing GTypes in the .gir when using a separate build tree.
(LP: #769256, GNOME #647729)
GtkOffscreenWindow seem like they should not be allowed to do
grab the mouse or whatever, as this can deactivate open menus.
(LP: #512427, GNOME #607668)
GtkNotebook, but this time only when Alt is pressed, as recommended
by upstream.
* Drop debhelper 8 requirement so that it can build.
* libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they
already exist.
+ Pass -O1 to the linker so dynamic loading is faster.
* d/patches/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch
d/patches/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch
d/patches/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch
+ Backport patches from upstream git. They fix rendering issues and
assertion failures.
+ debian/patches/070_mandatory-relibtoolize.patch,
debian/rules:
- Switch to dh-autoreconf.
+ debian/libgtk3.0-0.symbols,
debian/libgail3.0-0.symbols:
- Remove hack to build on PowerPC64. That port is dead, and if it's
* New upstream release.
+ debian/rules:
- Pass --enable-xinput instead of --with-xinput=yes.
- Bump the shver.
+ debian/patches/004_git_add_missing_include.patch,
debian/patches/007-continue-to-install-gdk-TARGET-3.0.pc.patch:
- Removed, included upstream.
+ debian/patches/061_use_pdf_as_default_printing_standard.patch:
- Removed. The cups backend part has been fixed upstream in a (better)
different way, and the lpr part doesn't make sense as we don't know
if the job will be sent to CUPS or not.
+ debian/patches/*:
- Refreshed.
+ debian/libgtk3.0-0.symbols:
- Updated.