Ignore:
Timestamp:
01/14/2019 04:17:34 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
431b55c5
Parents:
5cc300f
Message:

Update to gtksourceview-3.24.9
Add libdazzle for Epiphany
Update to Seahorse-3.30.1.1
Update to Epiphany-3.30.2
Update to baobab-3.30.0
Update to eog-3.28.4
Update to evince-3.30.2
Update to evolution-3.30.4
Update to file-roller-3.30.1
Update to gnome-calculator-3.30.1
Update to gnome-disk-utility-3.30.2
Update to gnome-logs-3.30.0
Update to gnome-maps-3.30.3
Update to gnome-power-manager-3.30.0
Update to gnome-screenshot-3.30.0
Update to gnome-system-monitor-3.30.0
Update to gucharmap-11.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/seahorse.xml

    r5cc300f r43751fc6  
    66
    77  <!ENTITY seahorse-download-http
    8            "&gnome-download-http;/seahorse/&gnome-minor-20;/seahorse-&seahorse-version;.tar.xz">
     8           "&gnome-download-http;/seahorse/&gnome-minor-30;/seahorse-&seahorse-version;.tar.xz">
    99  <!ENTITY seahorse-download-ftp
    10            "&gnome-download-ftp;/seahorse/&gnome-minor-20;/seahorse-&seahorse-version;.tar.xz">
    11   <!ENTITY seahorse-md5sum        "06cdf9805d9d1adddd0140d13f1bd234">
    12   <!ENTITY seahorse-size          "1.5 MB">
    13   <!ENTITY seahorse-buildsize     "55 MB">
    14   <!ENTITY seahorse-time          "0.5 SBU">
     10           "&gnome-download-ftp;/seahorse/&gnome-minor-30;/seahorse-&seahorse-version;.tar.xz">
     11  <!ENTITY seahorse-md5sum        "dedeaa4118e68d7c693a936cbabcd434">
     12  <!ENTITY seahorse-size          "1.4 MB">
     13  <!ENTITY seahorse-buildsize     "54 MB">
     14  <!ENTITY seahorse-time          "0.4 SBU">
    1515]>
    1616
     
    8888    <para role="recommended">
    8989      <xref linkend="libsoup"/>,
     90      <xref linkend="p11-kit"/>,
    9091      <xref linkend="openssh"/> (for managing SSH keys) and
    9192      <xref linkend="vala"/>
     
    118119<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
    119120
    120 ./configure --prefix=/usr  &amp;&amp;
    121 make</userinput></screen>
     121mkdir build &amp;&amp;
     122cd build &amp;&amp;
     123
     124meson --prefix=/usr .. &amp;&amp;
     125ninja</userinput></screen>
    122126
    123127    <para>
     
    129133    </para>
    130134
    131 <screen role="root"><userinput>make install</userinput></screen>
     135<screen role="root"><userinput>ninja install</userinput></screen>
    132136
    133137  </sect2>
Note: See TracChangeset for help on using the changeset viewer.