Simon McVittie
0cecd17680
Remove dpkg trigger on old immodules search path
...
GTK 3 hasn't searched this path since 2015, so it was no longer useful
to have a trigger on it.
2022-12-02 10:18:50 +00:00
Simon McVittie
6a344f2d74
d/patches: Update to upstream commit 3.24.35-15-g9c60b8d4d4
...
- Load icon themes from ~/.local/share/icons and ~/.icons under Wayland
- Fix links in documentation to point to correct git branch for GTK 3
- Translation update: pt_BR
2022-12-02 09:52:43 +00:00
Simon McVittie
99e54a40e2
d/rules: Remove redundant gtk_doc option
...
In both cases (documentation enabled or disabled) we override this later.
2022-12-01 23:18:07 +00:00
Simon McVittie
31f037e261
d/rules: Return to the print backends we previously enabled
...
lpr and test were enabled during the move to Meson, but we didn't enable
them in the past and they don't seem to be desirable.
Closes : #1025271
2022-12-01 23:15:42 +00:00
Simon McVittie
4cf01ea545
Release to unstable
2022-11-24 13:52:54 +00:00
Simon McVittie
9b79bcb18a
Merge remote-tracking branch 'origin/debian/master' into debian/master
2022-11-24 13:51:32 +00:00
Simon McVittie
d2fdc32a47
Update changelog and patch metadata
2022-11-24 13:51:00 +00:00
Simon McVittie
5794821592
Add proposed patches to improve handling of flaky tests
...
With these changes, the flaky/known-failing tests are no longer installed
as installed-tests at all, so remove them from the autopkgtest metadata.
2022-11-24 13:41:29 +00:00
Simon McVittie
baa6ae9e9c
Build using Meson
2022-11-23 23:54:43 +00:00
Jeremy Bicha
6a796eebce
debian/control.in, debian/tests/control: Depend on adwaita-icon-theme-full
...
for installed tests
Gbp-Dch: Full
2022-11-23 13:46:02 -05:00
Simon McVittie
2928c9cbb9
Update changelog
2022-11-23 15:22:38 +00:00
Simon McVittie
59b3ed71b3
Add a post-release bugfix from upstream
2022-11-23 15:20:55 +00:00
Simon McVittie
a7bb7c5993
Add a missing build file from upstream git
2022-11-23 15:20:44 +00:00
Simon McVittie
2dd3676671
Drop most patches, included in upstream release
2022-11-23 15:17:35 +00:00
Simon McVittie
3ac1cc097f
New upstream release
2022-11-23 15:11:30 +00:00
Simon McVittie
9c24e3ce54
Update upstream source from tag 'upstream/3.24.35'
...
Update to upstream version '3.24.35'
with Debian dir 0b0e3f3a24
2022-11-23 15:11:30 +00:00
Simon McVittie
3d912405b7
New upstream version 3.24.35
2022-11-23 15:09:27 +00:00
Matthias Clasen
14cf55f98d
3.24.35
2022-11-22 13:43:03 -05:00
Matthias Clasen
9bda1e9e13
Merge branch 'ebassi/app-default-flags' into 'gtk-3-24'
...
Do not use new G_APPLICATION_DEFAULT_FLAGS enum value
See merge request GNOME/gtk!5245
2022-11-22 18:41:17 +00:00
Emmanuele Bassi
46a43461c1
Do not use new G_APPLICATION_DEFAULT_FLAGS enum value
...
The merge request !5235 switched tests and examples from
G_APPLICATION_FLAGS_NONE, which has been deprecated in GLib 2.74, to
G_APPLICATION_DEFAULT_FLAGS. Sadly, it was done unconditionally, which
means we'd have to bump the required version of GLib.
To avoid that, let's just use the numeric value of the enum member.
2022-11-22 18:09:29 +00:00
Мирослав Николић
8d9d4434dc
Update Serbian translation
2022-11-20 18:43:24 +00:00
Мирослав Николић
f6c649b143
Update Serbian translation
2022-11-20 14:31:19 +00:00
Christian Kirbach
9b9e989ea9
Update German translation
2022-11-20 10:35:54 +00:00
Matthias Clasen
9cdeff6a18
Merge branch 'replace-deprecations' into 'gtk-3-24'
...
examples, tests: Replace deprecations
See merge request GNOME/gtk!5235
2022-11-19 23:25:45 +00:00
Anders Jonsson
9ac36cea3c
Update Swedish translation
2022-11-19 20:10:37 +00:00
Akbarkhon Variskhanov
b7a1941ab5
examples, tests: Replace deprecations
...
‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use
'G_APPLICATION_DEFAULT_FLAGS' instead.
2022-11-19 23:23:50 +05:00
Simon McVittie
b2952faaee
Release to unstable
2022-11-18 23:56:57 +00:00
Simon McVittie
8f2f5422cd
Skip border-image-excess-size reftest on big-endian machines
...
Mitigates: #1024392
2022-11-18 23:56:34 +00:00
Simon McVittie
bcb13773b4
Mark patch as applied upstream
2022-11-18 23:56:28 +00:00
Simon McVittie
433b72fa21
Merge branch 'wip/smcv/3-24-autotools' into 'gtk-3-24'
...
[3.24] build: Define USE_XDG_ACTIVATION conditional when Wayland is disabled
See merge request GNOME/gtk!5226
2022-11-18 19:44:48 +00:00
Simon McVittie
b6d124cfce
Release to unstable
2022-11-18 11:53:10 +00:00
Simon McVittie
7f95582aa3
Add patch to fix FTBFS for the udeb and non-Linux architectures
2022-11-18 11:52:40 +00:00
Simon McVittie
20f2c13b2b
build: Define USE_XDG_ACTIVATION conditional when Wayland is disabled
...
This fixes Autotools builds that disable Wayland, such as non-Linux
operating systems and the minimal "udeb" (micro-.deb) package used in
Debian's installer.
Signed-off-by: Simon McVittie <smcv@debian.org>
2022-11-18 11:49:49 +00:00
Simon McVittie
c8db1993a9
Update patch series to 3.24.34-209-gf8d26e2acc
...
This fixes a regression where invalid cursors would be displayed at an
excessive size.
2022-11-18 10:56:53 +00:00
Simon McVittie
705fb86b8e
Update changelog
2022-11-18 10:50:29 +00:00
Matthias Clasen
f8d26e2acc
Merge branch 'libwayland-cursor-in-tree-gtk-3-24' into 'gtk-3-24'
...
Make wayland load cursors on demand
See merge request GNOME/gtk!5192
2022-11-18 03:55:52 +00:00
Emin Tufan Çetin
c930d8361b
Update Turkish translation
2022-11-15 18:29:44 +00:00
Emin Tufan Çetin
bfddd4795b
Update Turkish translation
2022-11-15 18:22:43 +00:00
Simon McVittie
98b1965e99
Build-/test-depend on dbus-daemon for dbus-run-session, instead of dbus
2022-11-15 11:33:49 +00:00
Simon McVittie
d03dca1d46
d/patches: Update to upstream gtk-3-24 branch commit 3.24.34-204-g2fcc114870
...
Windows- and macOS-specific changes excluded.
2022-11-15 11:28:51 +00:00
Michael Catanzaro
2fcc114870
Merge branch 'gtk-3-gles' into 'gtk-3-24'
...
gdk_wayland_display_init_gl: use GLES API if required
See merge request GNOME/gtk!5062
2022-11-10 13:44:34 +00:00
Luca Bacci
66a199806c
Make wayland load cursors on demand
...
Add and use a modified libwayland-cursor in-tree,
just as done in the main branch for GTK4
2022-11-04 15:16:06 +01:00
Luca Bacci
4432a03742
Revert "wayland/cursor: Sanity check cursor image size"
...
This reverts commit da4066774b
.
2022-11-04 10:58:37 +01:00
Kjartan Maraas
d3c39fb438
Update Norwegian Bokmål translation
2022-11-04 07:49:02 +00:00
Kukuh Syafaat
56eaeff89d
Update Indonesian translation
2022-11-03 03:47:01 +00:00
Nathan Follens
230718c326
Update Dutch translation
2022-11-01 23:08:40 +00:00
Aleksandr Melman
d0f49d9f9d
Update Russian translation
2022-10-31 12:28:26 +00:00
Nart Tlisha
13cdfb7476
Update Abkhazian translation
2022-10-31 09:48:33 +00:00
Piotr Drąg
e6ce24125c
Update Polish translation
2022-10-30 12:37:05 +01:00
Balázs Úr
ae42ed0a18
Update Hungarian translation
2022-10-30 00:00:03 +00:00