Changeset 444841e for xsoft


Ignore:
Timestamp:
10/17/2017 06:54:51 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
cd127567
Parents:
475a5da6
Message:

Update to dconf-0.26.1.
Update to libsoup-2.60.1.
Update to wayland-protocols-1.11.
Update to gparted-0.30.0.
Update to wireshark-2.4.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gparted.xml

    r475a5da6 r444841e  
    77  <!ENTITY gparted-download-http "&sourceforge-dl;/gparted/gparted-&gparted-version;.tar.gz">
    88  <!ENTITY gparted-download-ftp  " ">
    9   <!ENTITY gparted-md5sum        "e29cb2061da59c6a279d9d294cf2a343">
     9  <!ENTITY gparted-md5sum        "09b12d3831e91b26ec8726b00eecd43d">
    1010  <!ENTITY gparted-size          "3.6 MB">
    11   <!ENTITY gparted-buildsize     "69 MB">
    12   <!ENTITY gparted-time          "1.1 SBU">
     11  <!ENTITY gparted-buildsize     "72 MB">
     12  <!ENTITY gparted-time          "0.3 SBU (using aprallelism=4)">
    1313]>
    1414
     
    127127      the optional documentation. Remove it if you have installed
    128128      <application>GNOME Doc Utils</application>.
     129    </para>
     130
     131    <para>
     132      <parameter>--enable-xhost-root</parameter>: This switch  provides an
     133      interim workaround to allow GParted to run under Wayland by using xhost
     134      to grant and revoke root access to the X11 display.
    129135    </para>
    130136
     
    145151      <xref linkend="reiserfs"/>,
    146152      <xref linkend="xfsprogs"/>,
    147       <ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories">
    148         btrfs-progs</ulink>,
     153      <xref linkend="btrfs-progs"/>
    149154      <ulink url="https://github.com/dosfstools/dosfstools/">dosfstools</ulink>,
    150155      <ulink url="http://ftp.gnu.org/pub/gnu/mtools/">mtools</ulink> (required
     
    201206<screen role="root"><userinput>cp -v /usr/share/applications/gparted.desktop \
    202207                                     /usr/share/applications/gparted.desktop.back &amp;&amp;
    203 sed -i 's:/usr/sbin/gparted:/usr/sbin/gparted_polkit:' \
    204                                      /usr/share/applications/gparted.desktop      &amp;&amp;
    205 
    206 cat &gt; /usr/sbin/gparted_polkit &lt;&lt; "EOF" &amp;&amp;
     208sed -i 's:/usr/bin/gparted:/usr/bin/gparted_polkit:' \
     209                                   /usr/share/applications/gparted.desktop      &amp;&amp;
     210
     211cat &gt; /usr/bin/gparted_polkit &lt;&lt; "EOF" &amp;&amp;
    207212<literal>#!/bin/bash
    208213
    209 pkexec /usr/sbin/gparted $@</literal>
     214pkexec /usr/bin/gparted $@</literal>
    210215EOF
    211 chmod -v 0755 /usr/sbin/gparted_polkit</userinput></screen>
     216chmod -v 0755 /usr/bin/gparted_polkit</userinput></screen>
    212217
    213218        <para>
     
    232237      &lt;allow_active&gt;auth_admin_keep&lt;/allow_active&gt;
    233238    &lt;/defaults&gt;
    234     &lt;annotate key="org.freedesktop.policykit.exec.path"&gt;/usr/sbin/gparted&lt;/annotate&gt;
     239    &lt;annotate key="org.freedesktop.policykit.exec.path"&gt;/usr/bin/gparted&lt;/annotate&gt;
    235240    &lt;annotate key="org.freedesktop.policykit.exec.allow_gui"&gt;true&lt;/annotate&gt;
    236241  &lt;/action&gt;
Note: See TracChangeset for help on using the changeset viewer.