[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/atril][master] 3 commits: debian/patches: Add 1001-webkit2gtk4.1.patch. Transition to webkit2gtk-4.1.



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / atril

Commits:

  • ddcd4722
    by Unit 193 at 2022-10-27T10:41:46+02:00
    debian/patches: Add 1001-webkit2gtk4.1.patch. Transition to webkit2gtk-4.1.
    
  • 095b928a
    by Unit 193 at 2022-10-27T10:58:59+02:00
    debian/control: In B-D, switch from libwebkit2gtk-4.0-dev to libwebkit2gtk-4.1-dev.
    
  • 0d8c124b
    by Mike Gabriel at 2022-10-27T11:14:04+02:00
    upload to unstable (debian/1.26.0-2)
    

4 changed files:

Changes:

  • debian/changelog
    1
    +atril (1.26.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  [ Mike Gabriel ]
    
    4
    +  * debian/control:
    
    5
    +    + Bump Standards-Version: to 4.6.1. No changes needed.
    
    6
    +  * debian/copyright:
    
    7
    +    + Update attributions for debian/.
    
    8
    +
    
    9
    +  [ Unit 193 ]
    
    10
    +  * webkit2gtk-4.1 transition. (Closes: #1022856):
    
    11
    +  * debian/patches:
    
    12
    +    + Add 1001-webkit2gtk4.1.patch. Transition to webkit2gtk-4.1.
    
    13
    +  * debian/control:
    
    14
    +    + In B-D, switch from libwebkit2gtk-4.0-dev to libwebkit2gtk-4.1-dev.
    
    15
    +
    
    16
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 27 Oct 2022 11:00:10 +0200
    
    17
    +
    
    1 18
     atril (1.26.0-1) unstable; urgency=medium
    
    2 19
     
    
    3 20
       [ Martin Wimpress ]
    

  • debian/control
    ... ... @@ -25,7 +25,7 @@ Build-Depends: debhelper-compat (= 13),
    25 25
                    libspectre-dev,
    
    26 26
                    libsynctex-dev,
    
    27 27
                    libtiff-dev,
    
    28
    -               libwebkit2gtk-4.0-dev,
    
    28
    +               libwebkit2gtk-4.1-dev,
    
    29 29
                    libx11-dev,
    
    30 30
                    libxml2-dev,
    
    31 31
                    libxml2-utils,
    

  • debian/patches/1001-webkit2gtk4.1.patch
    1
    +Description: Search for webkit2gtk-4.1.
    
    2
    +Author: Unit 193 <unit193@debian.org>
    
    3
    +Forwarded: no
    
    4
    +
    
    5
    +--- atril-1.26.0.orig/configure.ac
    
    6
    ++++ atril-1.26.0/configure.ac
    
    7
    +@@ -622,7 +622,7 @@ AC_ARG_ENABLE(epub,
    
    8
    +
    
    9
    + have_webkit="no"
    
    10
    + if test "x$enable_epub" = "xyes"; then
    
    11
    +-    PKG_CHECK_MODULES(EPUB, webkit2gtk-4.0 >= $WEBKIT_REQUIRED \
    
    12
    ++    PKG_CHECK_MODULES(EPUB, webkit2gtk-4.1 >= $WEBKIT_REQUIRED \
    
    13
    +        libxml-2.0 >= $LIBXML_REQUIRED zlib,have_webkit=yes,have_webkit=no)
    
    14
    +
    
    15
    +     if test "x$have_webkit" = "xyes"; then

  • debian/patches/series
    1
    +1001-webkit2gtk4.1.patch


  • Reply to: