Page MenuHomeSolus

Update atril to 1.18.3
ClosedPublic

Authored by kyrios123 on Nov 22 2017, 5:00 PM.
Tags
None
Referenced Files
F11065069: D1435.diff
Fri, Aug 11, 4:09 PM
F11008340: D1435.diff
Wed, Aug 2, 2:34 AM
F10918306: D1435.diff
Jul 8 2023, 9:16 PM
F10889998: D1435.id.diff
Jun 28 2023, 9:09 AM
F10882614: D1435.id.diff
Jun 23 2023, 3:01 PM
F10772224: D1435.id.diff
May 21 2023, 11:22 AM
F10741945: D1435.id3596.diff
May 14 2023, 12:58 PM
F10741888: D1435.id3574.diff
May 14 2023, 12:26 PM
Subscribers

Details

Summary
  • Translations update
  • libmisc: set width chars for page label
  • EvPixbufCache: Handle backends that don't render a selection

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

open a .pdf and a .epub file

Diff Detail

Repository
R395 atril
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Why were so many buliddeps removed?

In D1435#23008, @Justin wrote:

Why were so many buliddeps removed?

Cleanup.

  • zlib is part of system.base
  • cairo-pdf & cairo-ps both refer to cairo-devel
  • gtk+-x11-3.0 & gtk+-3.0 both refer to libgtk-3-devel
  • some are dependencies of other packages, so it's not necessary to specify them

I have been told quite a few times to remove implicit deps, etc... and you can see there is no change at ABI level meaning nothing used has been dropped

This revision is now accepted and ready to land.Nov 24 2017, 4:48 PM
This revision was automatically updated to reflect the committed changes.
In D1435#23008, @Justin wrote:

Why were so many buliddeps removed?

Cleanup.

  • zlib is part of system.base
  • cairo-pdf & cairo-ps both refer to cairo-devel
  • gtk+-x11-3.0 & gtk+-3.0 both refer to libgtk-3-devel
  • some are dependencies of other packages, so it's not necessary to specify them

I have been told quite a few times to remove implicit deps, etc... and you can see there is no change at ABI level meaning nothing used has been dropped

Thanks, just helps to know the why :)