Author: bdubbs
Date: 2012-10-26 13:44:31 -0600 (Fri, 26 Oct 2012)
New Revision: 10806
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/office/abiword.xml
trunk/BOOK/xsoft/other/rox-filer.xml
Log:
Update to rox-filer-2.11
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-10-26 19:24:36 UTC (rev 10805)
+++ trunk/BOOK/general.ent 2012-10-26 19:44:31 UTC (rev 10806)
@@ -801,7 +801,7 @@
<!ENTITY inkscape-version "0.48.3.1">
<!ENTITY pan-version "0.133">
<!ENTITY pidgin-version "2.10.6">
-<!ENTITY rox-filer-version "2.10">
+<!ENTITY rox-filer-version "2.11">
<!ENTITY thunderbird-version "16.0.1">
<!ENTITY transmission-version "2.73">
<!ENTITY xchat-version "2.8.8">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-10-26 19:24:36 UTC
(rev 10805)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-10-26 19:44:31 UTC
(rev 10806)
@@ -47,6 +47,10 @@
<para>October 26th, 2012</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to rox-filer-2.11. Fixes
+ <ulink url="&blfs-ticket-root;3622">#3622</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update to AbiWord-2.9.3. Fixes
<ulink url="&blfs-ticket-root;3621">#3621</ulink>.</para>
</listitem>
Modified: trunk/BOOK/xsoft/office/abiword.xml
===================================================================
--- trunk/BOOK/xsoft/office/abiword.xml 2012-10-26 19:24:36 UTC (rev 10805)
+++ trunk/BOOK/xsoft/office/abiword.xml 2012-10-26 19:44:31 UTC (rev 10806)
@@ -98,7 +98,7 @@
<para role="required">
<xref linkend="boost"/>,
<xref linkend="fribidi"/>,
- <xref linkend="libgoffice"/>,
+ <xref linkend="goffice"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libpng"/>,
<xref linkend="librsvg"/> and
Modified: trunk/BOOK/xsoft/other/rox-filer.xml
===================================================================
--- trunk/BOOK/xsoft/other/rox-filer.xml 2012-10-26 19:24:36 UTC (rev
10805)
+++ trunk/BOOK/xsoft/other/rox-filer.xml 2012-10-26 19:44:31 UTC (rev
10806)
@@ -7,13 +7,13 @@
<!ENTITY rox-filer-download-http
"&sourceforge-repo;/rox/rox-filer-&rox-filer-version;.tar.bz2">
<!ENTITY rox-filer-download-ftp " ">
- <!ENTITY rox-filer-md5sum "28e8494c9af783258ff86c830f8f0062">
+ <!ENTITY rox-filer-md5sum "i0eebf05a67f7932367750ebf9faf215d">
<!ENTITY rox-filer-size "1.8 MB">
- <!ENTITY rox-filer-buildsize "3.7 MB">
+ <!ENTITY rox-filer-buildsize "19 MB">
<!ENTITY rox-filer-time "0.3 SBU">
]>
-<sect1 id="rox-filer" xreflabel="Rox-&rox-filer-version;">
+<sect1 id="rox-filer" xreflabel="Rox-Filer-&rox-filer-version;">
<?dbhtml filename="rox-filer.html"?>
<sect1info>
@@ -21,21 +21,21 @@
<date> </date>
</sect1info>
- <title>Rox-&rox-filer-version;</title>
+ <title>Rox-Filer-&rox-filer-version;</title>
<indexterm zone="rox-filer">
<primary sortas="a-rox-filer">rox-filer</primary>
</indexterm>
<sect2 role="package">
- <title>Introduction to rox-filer</title>
+ <title>Introduction to Rox-Filer</title>
<para>
<application>rox-filer</application> is a fast, lightweight, gtk2 file
manager.
</para>
- &lfs71_checked;
+ &lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -107,41 +107,45 @@
</sect2>
<sect2 role="installation">
- <title>Installation of rox-filer</title>
+ <title>Installation of Rox-Filer</title>
<para>
Compile <application>rox-filer</application> with the following commands:
</para>
-<screen><userinput>cd ROX-Filer &&
+<screen><userinput>cd ROX-Filer
&&
sed -i 's:g_strdup(getenv("APP_DIR")):"/usr/share/rox":' src/main.c &&
-mkdir build &&
-cd build &&
+
+mkdir build &&
+pushd build &&
../src/configure LIBS="-lm -ldl" &&
-make</userinput></screen>
+make &&
+popd</userinput></screen>
<para>
Now install it as the <systemitem class="username">root</systemitem>
user:
</para>
-<screen role="root"><userinput>mkdir /usr/share/rox &&
-mv ../{Help,images,Messages,Options.xml,ROX,style.css,.DirIcon} /usr/share/rox
&&
-mv ../../rox.1 /usr/share/man/man1 &&
-mv ../ROX-Filer /usr/bin/rox &&
-chown -R root:root /usr/{bin,share}/rox &&
-cd /usr/share/rox/ROX/MIME &&
-ln -sv text-x-{diff,patch}.png &&
-ln -sv application-x-font-{afm,type1}.png &&
-ln -sv application-xml{,-dtd}.png &&
+<screen role="root"><userinput>mkdir -p /usr/share/rox
&&
+cp -av Help Messages Options.xml ROX images style.css .DirIcon /usr/share/rox
&&
+
+cp -av ../rox.1 /usr/share/man/man1 &&
+cp -v ROX-Filer /usr/bin/rox &&
+chown -Rv root:root /usr/bin/rox /usr/share/rox &&
+
+cd /usr/share/rox/ROX/MIME &&
+ln -sv text-x-{diff,patch}.png &&
+ln -sv application-x-font-{afm,type1}.png &&
+ln -sv application-xml{,-dtd}.png &&
ln -sv application-xml{,-external-parsed-entity}.png &&
-ln -sv application-{,rdf+}xml.png &&
-ln -sv application-x{ml,-xbel}.png &&
-ln -sv application-{x-shell,java}script.png &&
-ln -sv application-x-{bzip,xz}-compressed-tar.png &&
-ln -sv application-x-{bzip,lzma}-compressed-tar.png &&
-ln -sv application-x-{bzip-compressed-tar,lzo}.png &&
-ln -sv application-x-{bzip,xz}.png &&
-ln -sv application-x-{gzip,lzma}.png &&
+ln -sv application-{,rdf+}xml.png &&
+ln -sv application-x{ml,-xbel}.png &&
+ln -sv application-{x-shell,java}script.png &&
+ln -sv application-x-{bzip,xz}-compressed-tar.png &&
+ln -sv application-x-{bzip,lzma}-compressed-tar.png &&
+ln -sv application-x-{bzip-compressed-tar,lzo}.png &&
+ln -sv application-x-{bzip,xz}.png &&
+ln -sv application-x-{gzip,lzma}.png &&
ln -sv application-{msword,rtf}.png</userinput></screen>
</sect2>
@@ -164,7 +168,7 @@
</sect2>
<sect2 role="configuration">
- <title>Configuring Rox</title>
+ <title>Configuring RoxFiler</title>
<sect3><title>Configuration Information</title>
@@ -201,6 +205,7 @@
sshfs -o nonempty ${HOST}:/ ${MOUNT_PATH}
rox -x ${MOUNT_PATH}
HERE_DOC
+
chmod 755 /path/to/hostname/AppRun</userinput></screen>
<para>
@@ -222,6 +227,7 @@
else umount "${@}"
fi
HERE_DOC
+
chmod 755 /usr/bin/myumount</userinput></screen>
<para>
@@ -242,6 +248,7 @@
<screen role="root"><userinput>ln -s ../rox/.DirIcon
/usr/share/pixmaps/rox.png &&
mkdir -p /usr/share/applications &&
+
cat > /usr/share/applications/rox.desktop << "HERE_DOC"
[Desktop Entry]
Encoding=UTF-8
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page