Changeset a26e9db for gnome


Ignore:
Timestamp:
12/14/2020 08:29:57 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
27a7cc5
Parents:
542bb708
Message:

Update to mutter-3.38.2
Update to gnome-shell-3.38.2
Update to gnome-shell-extensions-3.38.2
Update to gnome-tweaks-3.34.1
Adapt gnome-session to changes in systemd-247

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23979 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
gnome
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-tweaks.xml

    r542bb708 ra26e9db  
    99  <!ENTITY gnome-tweaks-download-ftp
    1010           "&gnome-download-ftp;/gnome-tweaks/&gnome-minor-34;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
    11   <!ENTITY gnome-tweaks-md5sum        "a625d8b167c5549c68e1c6ac7a87d369">
     11  <!ENTITY gnome-tweaks-md5sum        "34136ab30594546889d7c32ed8b13aba">
    1212  <!ENTITY gnome-tweaks-size          "244 KB">
    13   <!ENTITY gnome-tweaks-buildsize     "3.2 MB">
     13  <!ENTITY gnome-tweaks-buildsize     "5.2 MB">
    1414  <!ENTITY gnome-tweaks-time          "less than 0.1 SBU">
    1515]>
  • gnome/platform/gnome-session.xml

    r542bb708 ra26e9db  
    113113
    114114<screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in</userinput></screen>
     115
     116    <para revision="systemd">
     117      Adapt gnome-session to changes in systemd-247:
     118    </para>
     119
     120<screen revision="systemd"><userinput remap="pre">echo 'Slice=.slice' >> data/gnome-session-restart-dbus.service.in</userinput></screen>
    115121
    116122    <para revision="sysv">
  • gnome/platform/gnome-shell-extensions.xml

    r542bb708 ra26e9db  
    99  <!ENTITY gnome-shell-extensions-download-ftp
    1010           "&gnome-download-ftp;/gnome-shell-extensions/&gnome-minor-38;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
    11   <!ENTITY gnome-shell-extensions-md5sum        "717e1b7f04cdb0bac27fd509c3128801">
     11  <!ENTITY gnome-shell-extensions-md5sum        "527017400c2a22748f97f0603f070dda">
    1212  <!ENTITY gnome-shell-extensions-size          "208 KB">
    1313  <!ENTITY gnome-shell-extensions-buildsize     "4.4 MB">
  • gnome/platform/gnome-shell.xml

    r542bb708 ra26e9db  
    99  <!ENTITY gnome-shell-download-ftp
    1010           "&gnome-download-ftp;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz">
    11   <!ENTITY gnome-shell-md5sum        "a12f98e36f4cfc4b4f968c35edc6f778">
     11  <!ENTITY gnome-shell-md5sum        "069511072eedd1934b762320467c0ab7">
    1212  <!ENTITY gnome-shell-size          "1.7 MB">
    1313  <!ENTITY gnome-shell-buildsize     "72 MB (including tests)">
  • gnome/platform/mutter.xml

    r542bb708 ra26e9db  
    77  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
    88  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "df053c03ed2264e7b6dfd453ed5103ea">
     9  <!ENTITY mutter-md5sum        "07307571f9f2bdb433894741222773e1">
    1010  <!ENTITY mutter-size          "2.5 MB">
    11   <!ENTITY mutter-buildsize     "139 MB">
     11  <!ENTITY mutter-buildsize     "140 MB">
    1212  <!ENTITY mutter-time          "1.3 SBU (Using parallelism=4)">
    1313]>
     
    7272      </listitem>
    7373    </itemizedlist>
    74    
     74<!--
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 
     84-->
    8585    <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
    8686
     
    138138    <title>Installation of Mutter</title>
    139139
     140<!--
    140141    <para>
    141142      First, fix a problem with the build system and bugs with wayland sessions:
     
    143144
    144145<screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-upstream_fixes-1.patch</userinput></screen>
     146-->
    145147
    146148    <para>
Note: See TracChangeset for help on using the changeset viewer.