mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
librsvg 2.36.1, clutter 1.10.2, gnome-themes-standard 3.4.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9929 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3e26ac67a0
commit
cd68ead678
@ -257,7 +257,7 @@ $Date$
|
||||
<!ENTITY freetype2-version "2.4.9">
|
||||
<!ENTITY fontconfig-version "2.9.0">
|
||||
<!ENTITY libart_lgpl-version "2.3.21">
|
||||
<!ENTITY librsvg-version "2.34.2">
|
||||
<!ENTITY librsvg-version "2.36.1">
|
||||
<!ENTITY aalib-version "1.4rc5">
|
||||
<!ENTITY imlib2-version "1.4.5">
|
||||
<!ENTITY libexif-version "0.6.20">
|
||||
@ -268,7 +268,7 @@ $Date$
|
||||
<!ENTITY jasper-version "1.900.1">
|
||||
<!ENTITY openjpeg-version "1.5.0">
|
||||
<!ENTITY pixman-version "0.24.4">
|
||||
<!ENTITY clutter-version "1.8.2">
|
||||
<!ENTITY clutter-version "1.10.2">
|
||||
<!ENTITY clutter-gst-version "1.4.4">
|
||||
<!ENTITY clutter-gtk-version "1.0.4">
|
||||
<!ENTITY mx-version "1.2.1">
|
||||
@ -731,7 +731,7 @@ $Date$
|
||||
<!ENTITY gnome-session-version "3.2.1">
|
||||
<!ENTITY gnome-settings-daemon-version "3.2.2">
|
||||
<!ENTITY gnome-shell-version "3.2.1">
|
||||
<!ENTITY gnome-themes-standard-version "3.2.1">
|
||||
<!ENTITY gnome-themes-standard-version "3.4.1">
|
||||
<!ENTITY gsettings-desktop-schemas-version "3.4.1">
|
||||
<!ENTITY mousetweaks-version "3.2.1">
|
||||
<!ENTITY mutter-version "3.2.1">
|
||||
|
@ -4,15 +4,15 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.8/clutter-&clutter-version;.tar.xz">
|
||||
<!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.8/clutter-&clutter-version;.tar.xz">
|
||||
<!ENTITY clutter-md5sum "f9b072536f40b236c09b8d076cafe5d7">
|
||||
<!ENTITY clutter-size "4.3 MB">
|
||||
<!ENTITY clutter-buildsize "77 MB">
|
||||
<!ENTITY clutter-time "1.2 SBU">
|
||||
<!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.10/clutter-&clutter-version;.tar.xz">
|
||||
<!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.10/clutter-&clutter-version;.tar.xz">
|
||||
<!ENTITY clutter-md5sum "7447512b4cb4e7b360a691ed2ceee1b1">
|
||||
<!ENTITY clutter-size "4.6 MB">
|
||||
<!ENTITY clutter-buildsize "90 MB">
|
||||
<!ENTITY clutter-time "1.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="clutter" xreflabel="clutter-&clutter-version;">
|
||||
<sect1 id="clutter" xreflabel="Clutter-&clutter-version;">
|
||||
<?dbhtml filename="clutter.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -20,16 +20,16 @@
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>clutter-&clutter-version;</title>
|
||||
<title>Clutter-&clutter-version;</title>
|
||||
|
||||
<indexterm zone="clutter">
|
||||
<primary sortas="a-clutter">clutter</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to clutter</title>
|
||||
<title>Introduction to Clutter</title>
|
||||
|
||||
<para>The <application>clutter</application> package is an open source
|
||||
<para>The <application>Clutter</application> package is an open source
|
||||
software library for creating fast, visually rich and animated graphical
|
||||
user interfaces.</para>
|
||||
|
||||
@ -39,13 +39,15 @@
|
||||
(or by proprietary graphics drivers), but is not available for every graphics card,
|
||||
nor for all virtual machines). You may wish to review <xref linkend="checking-dri"/>.
|
||||
</para>
|
||||
<!-- I don't quite understand this second paragraph, but I think first one covers
|
||||
clutter enough
|
||||
|
||||
<para>If you use <application>GNOME-3</application> and it selects the
|
||||
<emphasis>fallback</emphasis> window manager
|
||||
(<application>metacity</application>) you should treat this package as a build
|
||||
dependency and expect unsatisfactory runtime performance from other
|
||||
<application>clutter</application> packages such as
|
||||
<application>totem</application>.</para>
|
||||
<application>totem</application>.</para> -->
|
||||
</note>
|
||||
|
||||
&lfs70_checked;
|
||||
@ -72,28 +74,36 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">clutter Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="atk"/>,
|
||||
<xref linkend="cairo"/>,
|
||||
<xref linkend="cogl"/>,
|
||||
<xref linkend="gdk-pixbuf"/>,
|
||||
<xref linkend="json-glib"/>,
|
||||
<xref linkend="mesalib"/>, and
|
||||
<xref linkend="pango"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="atk"/>,
|
||||
<xref linkend="cogl"/> and
|
||||
<xref linkend="json-glib"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/></para>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (to build the application developers
|
||||
manual)</bridgehead>
|
||||
<para role="optional"><xref linkend="docbook-utils"/>,
|
||||
<xref linkend="jadetex"/>,
|
||||
<xref linkend="xmlto"/>, and either
|
||||
<xref linkend="Links"/>,
|
||||
<xref linkend="lynx"/>, or
|
||||
<xref linkend="w3m"/></para>
|
||||
<para role="optional">
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<xref linkend="jadetex"/>,
|
||||
<xref linkend="xmlto"/> and either
|
||||
<xref linkend="Links"/>,
|
||||
<xref linkend="lynx"/> or
|
||||
<xref linkend="w3m"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/clutter"/></para>
|
||||
@ -138,15 +148,17 @@ make</userinput></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libclutter-glx-1.0.so</seg>
|
||||
<seg>/usr/{include/clutter-1.0/{cally,clutter/{glx,x11}},
|
||||
share/gtk-doc/html/{cally,clutter}}</seg>
|
||||
<seg>
|
||||
libclutter-glx-1.0.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/clutter-1.0 and
|
||||
/usr/share/gtk-doc/html/{cally,clutter}
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.34/librsvg-&librsvg-version;.tar.xz">
|
||||
<!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.34/librsvg-&librsvg-version;.tar.xz">
|
||||
<!ENTITY librsvg-md5sum "5287d0066eb9e3ac55d4e3597694232b">
|
||||
<!ENTITY librsvg-size "488 KB">
|
||||
<!ENTITY librsvg-buildsize "20 MB">
|
||||
<!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.36/librsvg-&librsvg-version;.tar.xz">
|
||||
<!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.36/librsvg-&librsvg-version;.tar.xz">
|
||||
<!ENTITY librsvg-md5sum "89d483f30a7c77245b7ee02faaea5a5a">
|
||||
<!ENTITY librsvg-size "496 KB">
|
||||
<!ENTITY librsvg-buildsize "15 MB">
|
||||
<!ENTITY librsvg-time "0.5 SBU">
|
||||
]>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<filename class="libraryfile">librsvg</filename> libraries and tools used to
|
||||
manipulate, convert and view Scalable Vector Graphic (SVG) images.</para>
|
||||
|
||||
&lfs70_built;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -60,20 +60,23 @@
|
||||
<bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gtk2"/> and
|
||||
<xref linkend="libxml2"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="gtk3"/> and
|
||||
<xref linkend="libcroco"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="libcroco"/> and
|
||||
<xref linkend="libgsf"/></para>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/>,
|
||||
<xref linkend="docbook-utils"/>, and
|
||||
<xref linkend="python2"/>, providing a legacy wrapper interface
|
||||
<command>rsvg</command> for the newer
|
||||
<command>rsvg-convert</command>.</para>
|
||||
|
||||
<para role="optional">
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<xref linkend="gtk2"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/librsvg"/></para>
|
||||
@ -86,8 +89,7 @@
|
||||
<para>Install <application>librsvg</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc &&
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
@ -101,13 +103,11 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--enable-static=no</option>: This switch prevents the static
|
||||
libraries being installed.</para>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
<para><option>--disable-gtk-doc</option>: This parameter prevents
|
||||
the rebuilding of documentation during the <command>make</command>
|
||||
command. It will also prevent the existing documentation in the source
|
||||
tree from being installed.</para>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -116,13 +116,19 @@ make</userinput></screen>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>rsvg, rsvg-convert, and rsvg-view</seg>
|
||||
<seg>libsvg.{so,a}, svg_loader.{so,a}, and librsvg-2.{so,a}</seg>
|
||||
<seg>/usr/{include/librsvg-2/librsvg,share/gtk-doc/html/rsvg}</seg>
|
||||
<seg>
|
||||
rsvg-convert and rsvg-view-3
|
||||
</seg>
|
||||
<seg>
|
||||
libsvg.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -131,16 +137,6 @@ make</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="rsvg">
|
||||
<term><command>rsvg</command></term>
|
||||
<listitem>
|
||||
<para>is a legacy wrapper interface to rsvg-convert.</para>
|
||||
<indexterm zone="librsvg rsvg">
|
||||
<primary sortas="b-rsvg">rsvg</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="rsvg-convert">
|
||||
<term><command>rsvg-convert</command></term>
|
||||
<listitem>
|
||||
@ -152,43 +148,23 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="rsvg-view">
|
||||
<term><command>rsvg-view</command></term>
|
||||
<varlistentry id="rsvg-view-3">
|
||||
<term><command>rsvg-view-3</command></term>
|
||||
<listitem>
|
||||
<para>is used to view an SVG file in an <application>X</application>
|
||||
window.</para>
|
||||
<indexterm zone="librsvg rsvg-view">
|
||||
<primary sortas="b-rsvg-view">rsvg-view</primary>
|
||||
<indexterm zone="librsvg rsvg-view-3">
|
||||
<primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="librsvg-2">
|
||||
<term><filename class='libraryfile'>librsvg-2.{so,a}</filename></term>
|
||||
<term><filename class='libraryfile'>librsvg-2.so</filename></term>
|
||||
<listitem>
|
||||
<para>provide the functions to render Scalable Vector Graphics.</para>
|
||||
<indexterm zone="librsvg librsvg-2">
|
||||
<primary sortas="c-librsvg-2">librsvg-2.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libsvg">
|
||||
<term><filename class='libraryfile'>libsvg.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>is a <application>GTK</application> engines module.</para>
|
||||
<indexterm zone="librsvg libsvg">
|
||||
<primary sortas="c-librsvg">librsvg.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="svg_loader">
|
||||
<term><filename class='libraryfile'>svg_loader.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>is a <application>GTK</application> loaders module.</para>
|
||||
<indexterm zone="librsvg svg_loader">
|
||||
<primary sortas="c-svg_loader">svg_loader.{so,a}</primary>
|
||||
<primary sortas="c-librsvg-2">librsvg-2.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -4,12 +4,14 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-themes-standard-download-http "&gnome-download-http;/gnome-themes-standard/&gnome-version;/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
|
||||
<!ENTITY gnome-themes-standard-download-ftp "&gnome-download-ftp;/gnome-themes-standard/&gnome-version;/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
|
||||
<!ENTITY gnome-themes-standard-md5sum "991014e1ea1e844fcdaa52ff08cfb3e5">
|
||||
<!ENTITY gnome-themes-standard-size "1.1 MB">
|
||||
<!ENTITY gnome-themes-standard-buildsize "18 MB">
|
||||
<!ENTITY gnome-themes-standard-time "0.1 SBU">
|
||||
<!ENTITY gnome-themes-standard-download-http
|
||||
"&gnome-download-http;/gnome-themes-standard/3.4/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
|
||||
<!ENTITY gnome-themes-standard-download-ftp
|
||||
"&gnome-download-ftp;/gnome-themes-standard/3.4/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
|
||||
<!ENTITY gnome-themes-standard-md5sum "8395760f650776c5753f5c995d962472">
|
||||
<!ENTITY gnome-themes-standard-size "3.0 MB">
|
||||
<!ENTITY gnome-themes-standard-buildsize "110 MB">
|
||||
<!ENTITY gnome-themes-standard-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-themes-standard" xreflabel="gnome-themes-standard-&gnome-themes-standard-version;">
|
||||
@ -33,7 +35,7 @@
|
||||
various components of the default <application>GNOME</application> 3
|
||||
theme.</para>
|
||||
|
||||
&lfs70_built;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -60,9 +62,11 @@
|
||||
<bridgehead renderas="sect3">gnome-themes-standard Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gtk3"/>,
|
||||
<xref linkend="intltool"/>, and
|
||||
<xref linkend="librsvg"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="intltool"/> and
|
||||
<xref linkend="librsvg"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gnome-themes-standard"/></para>
|
||||
@ -75,7 +79,7 @@
|
||||
<para>Install <application>gnome-themes-standard</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$GNOME_PREFIX &&
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -86,38 +90,25 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libadwaita.so</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/{lib/gtk-3.0/3.0.0/theming-engines,
|
||||
share/{gnome-background-properties,icons/{Adwaita/cursors,
|
||||
HighContrast/{48x48/{animations,stock},scalable/{actions,apps,
|
||||
categories,devices,emblems,emotes,mimetypes,places,status}},
|
||||
HighContrastInverse/48x48/stock,LowContrast/48x48/{actions,apps,
|
||||
categories,devices,stock}},locale/an/LC_MESSAGES,
|
||||
themes/{Adwaita/{backgrounds,gtk-2.0,gtk-3.0/assets,metacity-1},
|
||||
HighContrast/{gtk-2.0,gtk-3.0},HighContrastInverse/{gtk-2.0,gtk-3.0},
|
||||
LowContrast/{gtk-2.0,gtk-3.0}}}}</seg>
|
||||
<seg>
|
||||
libadwaita.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/lib/gtk-3.0/3.0.0/theming-engines and
|
||||
/usr/share/gnome-background-properties
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<!--<variablelist>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
@ -125,14 +116,14 @@ make</userinput></screen>
|
||||
<varlistentry id="libadwaita">
|
||||
<term><filename class='libraryfile'>libadwaita.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that .....</para>
|
||||
<para>is Adwaita GTK+-3 theme.</para>
|
||||
<indexterm zone="gnome-themes-standard libadwaita">
|
||||
<primary sortas="c-libadwaita">libadwaita.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>-->
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -95,6 +95,15 @@
|
||||
<listitem>
|
||||
<para>[krejzi] - gvfs 1.12.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - clutter 1.10.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - librsvg 2.36.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - gnome-themes-standard 3.4.1.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user