Skip to content

Update to gnome-session 3.12.1 and Eye of GNOME 3.38.0 #1962

Merged
merged 22 commits into from Oct 12, 2020

Commits on Oct 1, 2020

  1. gnome-desktop-3.4.1: Convert to versionless bee file

    Note, we still have gnome-desktop-3.0.0-0 installed in parallel.
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    b42f06d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c4ed08 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    81b05b1 View commit details
    Browse the repository at this point in the history
  4. gnome-desktop: Change source URL to download.gnome.org

    ftp.gnome.org is misleading when not using FTP.
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    5e223a2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2ee05a5 View commit details
    Browse the repository at this point in the history
  6. gnome-desktop: Update version from 3.4.1 to 3.10.2

    This version is required by gnome-session 3.12.1.
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    566fd2a View commit details
    Browse the repository at this point in the history
  7. gnome-desktop_compat: Add libraries for version 3.4.1

        # '/usr/lib/libgnome-desktop-3.so.2' dependencies:
        # -----------------------------------------------------------------------------------------------
          /usr/bin/eog                                           eog-3.26.2-0.x86_64
          /usr/lib/eog/libeog.so                                 eog-3.26.2-0.x86_64
          /usr/lib/eog/plugins/libfullscreen.so                  eog-3.26.2-0.x86_64
          /usr/lib/eog/plugins/libreload.so                      eog-3.26.2-0.x86_64
          /usr/lib/eog/plugins/libstatusbar-date.so              eog-3.26.2-0.x86_64
          /usr/lib/gnome-settings-daemon-3.0/libbackground.so    gnome-settings-daemon-3.4.1-0.x86_64
          /usr/lib/gnome-settings-daemon-3.0/libcolor.so         gnome-settings-daemon-3.4.1-0.x86_64
          /usr/lib/gnome-settings-daemon-3.0/libgsdwacom.so      gnome-settings-daemon-3.4.1-0.x86_64
          /usr/lib/gnome-settings-daemon-3.0/libpower.so         gnome-settings-daemon-3.4.1-0.x86_64
          /usr/lib/gnome-settings-daemon-3.0/libxrandr.so        gnome-settings-daemon-3.4.1-0.x86_64
          /usr/lib/gnome-settings-daemon/gnome-settings-daemon   gnome-settings-daemon-3.4.1-0.x86_64
        # 11 hit(s)
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    e02c29a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9f6722a View commit details
    Browse the repository at this point in the history
  9. gnome-session: Update version from 3.4.1 to 3.12.1

    This makes gnome-session support newer UPower 1.0 API.
    
    Resolves: #1947
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    588fd90 View commit details
    Browse the repository at this point in the history
  10. gnome-session: Change source URL to download.gnome.org

    ftp.gnome.org is misleading when not using FTP.
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    7a93495 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d203dc7 View commit details
    Browse the repository at this point in the history
  12. libjpeg-turbo: Update version from 1.4.2 to 1.5.3

    This release includes pkg-config files, fixing the Eye of GNOME (eog) 3.38.0
    build.
    
        Run-time dependency libjpeg found: NO (tried pkgconfig and cmake)
        Checking for function "jpeg_destroy_decompress" with dependency not-found: NO
    
        ../source/meson.build:180:2: ERROR: Assert failed: libjpeg support requested but library not found. Please use -Dlibjpeg=false (some programs using GTK+ may not work properly)
    
    https://github.com/libjpeg-turbo/libjpeg-turbo/blob/1.5.x/ChangeLog.md
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    f508fff View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    d807351 View commit details
    Browse the repository at this point in the history
  14. librsvg-2.40.13: Change source URL to download.gnome.org

    ftp.gnome.org is misleading when not using FTP.
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    c86ef1f View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    651e683 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    d37b98d View commit details
    Browse the repository at this point in the history
  17. librsvg: Update version from 2.40.13 to 2.47.3

    Eye of GNOME (eog) 3.38.0 requires at least version 2.44.0, so update.
    
        Dependency librsvg-2.0 found: NO found 2.40.13 but need: '>= 2.44.0'
        Found CMake: /usr/bin/cmake (3.16.2)
        Run-time dependency librsvg-2.0 found: NO (tried cmake)
    
        ../source/meson.build:209:2: ERROR: Invalid version of dependency, need 'librsvg-2.0' ['>= 2.44.0'] found '2.40.13'.
    
    Version 2.44.2 fails to build with Rust 1.41.0, and since version
    2.48.x, Harfbuzz 2.x is required, but MarIuX is still at 1.4.6. So,
    choose version 2.47.3.
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    53782fa View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    ad206d3 View commit details
    Browse the repository at this point in the history
  19. eog: Indent with four spaces

    pmenzel committed Oct 1, 2020
    Copy the full SHA
    032ae84 View commit details
    Browse the repository at this point in the history
  20. eog: Disable special XMP support

    MarIuX does not have the run-time dependency installed.
    
        Run-time dependency exempi-2.0 found: NO (tried pkgconfig and cmake)
    
        ../source/meson.build:161:2: ERROR: Dependency "exempi-2.0" not found, tried pkgconfig and cmake
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    435047e View commit details
    Browse the repository at this point in the history
  21. eog: Disable xdg-desktop-portal support

        Run-time dependency libportal found: NO (tried pkgconfig and cmake)
    
        ../source/meson.build:169:2: ERROR: Assert failed: xdg-desktop-portal support requested but library not found. Please use -Dlibportal=false
    pmenzel committed Oct 1, 2020
    Copy the full SHA
    49e9f99 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    73f772e View commit details
    Browse the repository at this point in the history