Changeset f5125859 for xsoft


Ignore:
Timestamp:
01/01/2015 06:07:29 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.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, nosym, 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:
76acea4a
Parents:
77552227
Message:

Update to rxvt-unicode-9.21.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/rxvt-unicode.xml

    r77552227 rf5125859  
    77  <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
    88  <!ENTITY rxvt-unicode-download-ftp  " ">
    9   <!ENTITY rxvt-unicode-md5sum        "4a5b823f08d21036f94a6c51e94d025b">
    10   <!ENTITY rxvt-unicode-size          "896 KB">
    11   <!ENTITY rxvt-unicode-buildsize     "25 MB">
     9  <!ENTITY rxvt-unicode-md5sum        "a9a06c608258c5fd247c3725d8f44582">
     10  <!ENTITY rxvt-unicode-size          "904 KB">
     11  <!ENTITY rxvt-unicode-buildsize     "26 MB">
    1212  <!ENTITY rxvt-unicode-time          "0.2 SBU">
    1313]>
     
    152152    <filename>urxvtperl</filename> man pages.</para>
    153153
     154    <para>If you use a Desktop Environment, a menu entry can be included,
     155    issuing, as the <systemitem class="username">root</systemitem> user:</para>
     156
     157<screen><userinput>cat &gt; /usr/share/applications/urxvt.desktop &lt;&lt; "EOF" &amp;&amp;
     158<literal>[Desktop Entry]
     159Encoding=UTF-8
     160Name=Rxvt-Unicode Terminal
     161Comment=Use the command line
     162GenericName=Terminal
     163Exec=urxvt
     164Terminal=false
     165Type=Application
     166Icon=utilities-terminal
     167Categories=GTK;Utility;TerminalEmulator;
     168#StartupNotify=true
     169Keywords=console;command line;execute;</literal>
     170EOF
     171
     172update-desktop-database -q</userinput></screen>
     173
     174    <para>For that, you need <xref linkend="desktop-file-utils"/> and at least
     175    one of <xref linkend="gnome-icon-theme"/>, <xref linkend="oxygen-icons"/>
     176    and <xref linkend="lxde-icon-theme"/></para>
     177
    154178  </sect2>
    155179
Note: See TracChangeset for help on using the changeset viewer.