Changeset e36f9d90
- Timestamp:
- 12/26/2011 09:21:29 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7df66ff
- Parents:
- d4eee5e0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd4eee5e0 re36f9d90 270 270 <!ENTITY tidy-version "cvs_20101110"> 271 271 <!ENTITY desktop-file-utils-version "0.17"> 272 <!ENTITY xscreensaver-version "5.1 1">272 <!ENTITY xscreensaver-version "5.15"> 273 273 <!ENTITY pilot-link-version "0.12.2"> 274 274 <!ENTITY unixodbc-version "2.3.0"> -
general/genutils/xscreensaver.xml
rd4eee5e0 re36f9d90 7 7 <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz"> 8 8 <!ENTITY xscreensaver-download-ftp " "> 9 <!ENTITY xscreensaver-md5sum " 80f981b86734ccb31c5b3b24af3930ae">10 <!ENTITY xscreensaver-size "5. 3MB">11 <!ENTITY xscreensaver-buildsize "1 35MB">12 <!ENTITY xscreensaver-time "1. 1SBU">9 <!ENTITY xscreensaver-md5sum "c0b8b2c817a9a7371f51a82e80602d10"> 10 <!ENTITY xscreensaver-size "5.7 MB"> 11 <!ENTITY xscreensaver-buildsize "173 MB"> 12 <!ENTITY xscreensaver-time "1.0 SBU"> 13 13 ]> 14 14 … … 41 41 away.</para> 42 42 43 &lfs70_checked; 44 43 45 <bridgehead renderas="sect3">Package Information</bridgehead> 44 46 <itemizedlist spacing="compact"> … … 66 68 67 69 <bridgehead renderas="sect4">Required</bridgehead> 68 <para role="required"><xref linkend="bc"/> and 69 <xref linkend="libglade"/> (alternatively 70 <xref linkend="lesstif"/> but not recommended)</para> 70 <para role="required"> 71 <xref linkend="bc"/> and 72 <xref linkend="libglade"/> (alternatively 73 <xref linkend="lesstif"/> but not recommended) 74 </para> 71 75 72 76 <bridgehead renderas="sect4">Optional</bridgehead> 73 <para role="optional"><xref linkend="libjpeg"/>, 74 <xref linkend="libgnome"/>, 75 <ulink url="http://linas.org/gle/">GLE</ulink>, 76 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>, 77 <ulink url="http://www.jwz.org/xdaliclock/">XDaliClock</ulink>, 78 <xref linkend="linux-pam"/>, 79 <xref linkend="mitkrb"/> (built with Kerberos V4 backwards compatibility), and 80 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and 81 <xref linkend="heimdal"/> (Kerberos authentication requires having Kerberos 82 V4 and V5 on the system)</para> 77 <para role="optional"> 78 <xref linkend="libjpeg"/>, 79 <xref linkend="libgnome"/>, 80 <ulink url="http://linas.org/gle/">GLE</ulink>, 81 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>, 82 <ulink url="http://www.jwz.org/xdaliclock/">XDaliClock</ulink>, 83 <xref linkend="linux-pam"/>, 84 <xref linkend="mitkrb"/> (built with Kerberos V4 backwards compatibility), and 85 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and 86 <xref linkend="heimdal"/> (Kerberos authentication requires having Kerberos 87 V4 and V5 on the system) 88 </para> 83 89 84 90 <para condition="html" role="usernotes">User Notes: … … 90 96 <title>Installation of XScreenSaver</title> 91 97 92 <!-- Apparently, this issue is now fixed93 <para><application>XScreenSaver</application> makes some poor choices94 where to put all the files if <application>GNOME</application> is installed.95 To get around this, run the following command and see an optional configure96 switch described later below.</para>97 98 <screen><userinput>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</userinput></screen>99 -->100 101 98 <para>Install <application>XScreenSaver</application> by running the following 102 99 commands:</para> 103 100 104 <!-- sed -i 's,\xc3\xb6,oe,' hacks/flow.man -->105 106 101 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib && 107 102 make</userinput></screen> … … 117 112 <sect2 role="commands"> 118 113 <title>Command Explanations</title> 119 120 <!-- <para><command>sed -i 's,\xc3\xb6,oe,' hacks/flow.man</command>: This121 command replaces the UTF-8 encoded character <quote>ö</quote>122 with its ASCII equivalent <quote>oe</quote> in one of the installed123 manual pages. Without this, <application>Man-DB</application> would124 interpret these two bytes as ISO-8859-1, resulting in125 the wrong <quote>ö</quote> characters.</para> -->126 114 127 115 <para><option>--with-setuid-hacks</option>: This switch allows some … … 131 119 <para><option>--enable-locking</option>: This switch provides support for 132 120 locking the display.</para> 133 134 <!-- Not required any longer135 <para><option>-with-configdir=/usr/lib/xscreensaver/config</option>:136 If <application>GNOME</application> is installed, you can use this137 switch to put the configuration files in a single directory rather than138 spreading them all over the disk.</para>139 -->140 121 141 122 </sect2> … … 182 163 and xscreensaver-text</seg> 183 164 <seg>None</seg> 184 <seg>/usr/ {lib/xscreensaver,share/xscreensaver/{config,glade}}</seg>165 <seg>/usr/lib/xscreensaver, /usr/share/xscreensaver/{config,glade}</seg> 185 166 </seglistitem> 186 167 </segmentedlist> -
general/graphlib/libart_lgpl.xml
rd4eee5e0 re36f9d90 34 34 useful for high-performance 2D graphics.</para> 35 35 36 &lfs 65_checked;36 &lfs70_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> -
introduction/welcome/changelog.xml
rd4eee5e0 re36f9d90 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to xscreensaver-5.15.</para> 49 </listitem> 50 <listitem> 48 51 <para>[bdubbs] - Update to kdegames-3.5.13. (Trinity)</para> 49 52 </listitem> -
kde/add/kdeadmin.xml
rd4eee5e0 re36f9d90 94 94 <para>Install <application>kdeadmin</application> with:</para> 95 95 96 <screen><userinput> 97 cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in && 96 <screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in && 98 97 cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh && 99 sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" admin/acinclude.m4.in && 98 sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \ 99 admin/acinclude.m4.in && 100 100 make -f admin/Makefile.common && 101 101
Note:
See TracChangeset
for help on using the changeset viewer.