Added gnome-autoar

Updated to dconf-editor-3.22.0
Updated to gnome-backgrounds-3.22.0
Updated to gvfs-1.30.0
Updated to nautilus-3.22.0
Updated to zenity-3.22.0
Added a workaround to the IBus Schema issue - in preparation for my next commit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17804 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2016-09-24 06:09:04 +00:00
parent fdbc20109b
commit 92d69d1d06
11 changed files with 258 additions and 38 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "23"> <!-- Always 2 digits -->
<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "September 23rd &year;">
<!ENTITY releasedate "September 24th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -115,7 +115,8 @@
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-emoji-dict &amp;&amp;
make</userinput></screen>
make &amp;&amp;
sed -ri 's:"(/desktop):"/org/freedesktop\1:' data/ibus.schemas</userinput></screen>
<para>
To test the results, issue: <command>make -k check</command>.
@ -133,6 +134,12 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -ri ... data/ibus.schemas</command>: This sed fixes
deprecated entries in the gsettings schema templates installed by this
package.
</para>
<para>
<parameter>--disable-emoji-dict</parameter>: This switch disables the use
of emoticon dictionaries. Omit if you installed the optional EmojiOne

View File

@ -18,6 +18,7 @@
<!ENTITY libsecret-version "0.18.5">
<!ENTITY gcr-version "3.20.0">
<!ENTITY gjs-version "1.46.0">
<!ENTITY gnome-autoar-version "0.1.1">
<!ENTITY gnome-desktop-version "3.22.0">
<!ENTITY gnome-video-effects-version "0.4.1">
<!ENTITY libgtop-version "2.34.1">
@ -48,11 +49,11 @@
<!-- Runtime (sysv) and Desktop (systemd) -->
<!ENTITY caribou-version "0.4.21">
<!ENTITY dconf-version "0.26.0">
<!ENTITY dconf-editor-version "3.20.3">
<!ENTITY gnome-backgrounds-version "3.20">
<!ENTITY gvfs-version "1.28.3">
<!ENTITY nautilus-version "3.20.3">
<!ENTITY zenity-version "3.20.0">
<!ENTITY dconf-editor-version "3.22.0">
<!ENTITY gnome-backgrounds-version "3.22.0">
<!ENTITY gvfs-version "1.30.0">
<!ENTITY nautilus-version "3.22.0">
<!ENTITY zenity-version "3.22.0">
<!ENTITY gnome-bluetooth-version "3.20.0">
<!ENTITY gnome-keyring-version "3.20.0">
<!ENTITY gnome-settings-daemon-version "3.20.1">

View File

@ -13,11 +13,11 @@
<!ENTITY dconf-time "0.1 SBU">
<!-- DConf-Editor -->
<!ENTITY dconf-editor-download-http "&gnome-download-http;/dconf-editor/&gnome-minor-20;/dconf-editor-&dconf-editor-version;.tar.xz">
<!ENTITY dconf-editor-download-ftp "&gnome-download-ftp;/dconf-editor/&gnome-minor-20;/dconf-editor-&dconf-editor-version;.tar.xz">
<!ENTITY dconf-editor-md5sum "953ca060e35e755470b56644be92610d">
<!ENTITY dconf-editor-size "332 KB">
<!ENTITY dconf-editor-buildsize "10 MB">
<!ENTITY dconf-editor-download-http "&gnome-download-http;/dconf-editor/&gnome-minor-22;/dconf-editor-&dconf-editor-version;.tar.xz">
<!ENTITY dconf-editor-download-ftp "&gnome-download-ftp;/dconf-editor/&gnome-minor-22;/dconf-editor-&dconf-editor-version;.tar.xz">
<!ENTITY dconf-editor-md5sum "1735958559546448f4ac9bdae4ab3798">
<!ENTITY dconf-editor-size "412 KB">
<!ENTITY dconf-editor-buildsize "13 MB">
<!ENTITY dconf-editor-time "0.1 SBU">
]>

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.1/gnome-autoar-&gnome-autoar-version;.tar.xz">
<!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0.1/gnome-autoar-&gnome-autoar-version;.tar.xz">
<!ENTITY gnome-autoar-md5sum "a32ad24cf6de9e00d66683b1273b1489">
<!ENTITY gnome-autoar-size "288 KB">
<!ENTITY gnome-autoar-buildsize "5.3 MB">
<!ENTITY gnome-autoar-time "0.1 SBU">
]>
<!-- Try to keep the indentation used in this file-->
<sect1 id="gnome-autoar" xreflabel="gnome-autoar-&gnome-autoar-version;">
<?dbhtml filename="gnome-autoar.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-autoar-&gnome-autoar-version;</title>
<indexterm zone="gnome-autoar">
<primary sortas="a-gnome-autoar">gnome-autoar</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gnome-autoar</title>
<para>
The <application>gnome-autoar</application> package provides a framework
for automatic archive extraction, compression, and management.
</para>
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-autoar-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-autoar-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-autoar-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-autoar-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-autoar-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-autoar-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gnome-autoar Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="libarchive"/> and <xref linkend="gtk3"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/> (for building documentation)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/gnome-autoar"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of gnome-autoar</title>
<para>
Install <application>gnome-autoar</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libgnome-autoar-0.so and libgnome-autoar-gtk-0.so
</seg>
<seg>
/usr/include/gnome-autoar0 and /usr/share/gtk-doc/html/gnome-autoar
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgnome-autoar-0">
<term><filename class="libraryfile">libgnome-autoar-0.so</filename></term>
<listitem>
<para>
provides API functions for automatic archive management.
</para>
<indexterm zone="gnome-autoar libgnome-autoar-0">
<primary sortas="c-libgnome-autoar-0.so">libgnome-autoar-0.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgnome-autoar-gtk-0">
<term><filename class="libraryfile">libgnome-autoar-gtk-0.so</filename></term>
<listitem>
<para>
provides GTK+ widgets to aid in automatic archive management.
</para>
<indexterm zone="gnome-autoar libgnome-autoar-gtk-0">
<primary sortas="c-libgnome-autoar-gtk-0.so">libgnome-autoar-gtk-0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -5,12 +5,12 @@
%general-entities;
<!ENTITY gnome-backgrounds-download-http
"&gnome-download-http;/gnome-backgrounds/&gnome-minor-20;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
"&gnome-download-http;/gnome-backgrounds/&gnome-minor-22;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
<!ENTITY gnome-backgrounds-download-ftp
"&gnome-download-ftp;/gnome-backgrounds/&gnome-minor-20;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
<!ENTITY gnome-backgrounds-md5sum "88f0fe7ba8205f452216889a6141d5f8">
<!ENTITY gnome-backgrounds-size "16 MB">
<!ENTITY gnome-backgrounds-buildsize "34 MB">
"&gnome-download-ftp;/gnome-backgrounds/&gnome-minor-22;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
<!ENTITY gnome-backgrounds-md5sum "199cfca1c8d46fe6e605541a2a3d1a88">
<!ENTITY gnome-backgrounds-size "14 MB">
<!ENTITY gnome-backgrounds-buildsize "32 MB">
<!ENTITY gnome-backgrounds-time "less than 0.1 SBU">
]>

View File

@ -4,11 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.28/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.28/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-md5sum "d2399a1a217dd5030e8830c7e7c813c2">
<!ENTITY gvfs-size "1.4 MB">
<!ENTITY gvfs-buildsize "79 MB (with tests)">
<!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.30/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.30/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-md5sum "c65330242733bf18f8a029c73d808e19">
<!ENTITY gvfs-size "1.8 MB">
<!ENTITY gvfs-buildsize "75 MB (with tests)">
<!ENTITY gvfs-time "0.8 SBU (with tests)">
]>
@ -168,7 +168,7 @@ make</userinput></screen>
<para>
To test the results, issue: <command>make -k check</command>.
Some tests (potentially half) may fail, normally due to a missing
optional ependency (Twisted).
optional dependency (Twisted).
</para>
<para>
@ -269,7 +269,7 @@ make</userinput></screen>
<term><command>gvfs-less</command></term>
<listitem>
<para>
executes <command>less</command> using the VFS as
executes <command>less</command> using the VFS as the
input preprocesor, so less can access any resource accessible
by any of the <application>Gvfs</application> backends.
</para>

View File

@ -5,13 +5,13 @@
%general-entities;
<!ENTITY nautilus-download-http
"&gnome-download-http;/nautilus/&gnome-minor-20;/nautilus-&nautilus-version;.tar.xz">
"&gnome-download-http;/nautilus/&gnome-minor-22;/nautilus-&nautilus-version;.tar.xz">
<!ENTITY nautilus-download-ftp
"&gnome-download-ftp;/nautilus/&gnome-minor-20;/nautilus-&nautilus-version;.tar.xz">
<!ENTITY nautilus-md5sum "857637cc3f992686060b051141810774">
<!ENTITY nautilus-size "3.3 MB">
<!ENTITY nautilus-buildsize "114 MB">
<!ENTITY nautilus-time "0.8 SBU">
"&gnome-download-ftp;/nautilus/&gnome-minor-22;/nautilus-&nautilus-version;.tar.xz">
<!ENTITY nautilus-md5sum "3a6557901703862888d5a0d97a29392b">
<!ENTITY nautilus-size "5.0 MB">
<!ENTITY nautilus-buildsize "149 MB">
<!ENTITY nautilus-time "0.9 SBU">
]>
<sect1 id="nautilus" xreflabel="Nautilus-&nautilus-version;">
@ -76,7 +76,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gnome-desktop"/> and
<xref linkend="gnome-autoar"/>,
<xref linkend="gnome-desktop"/>, and
<xref linkend="libnotify"/>
</para>
@ -180,7 +181,7 @@ make</userinput></screen>
<seglistitem>
<seg>
nautilus and nautilus-autorun-software
nautilus, nautilus-autorun-software, and nautilus-desktop
</seg>
<seg>
libnautilus-extension.so

View File

@ -51,6 +51,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gconf.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geocode-glib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gjs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-autoar.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-desktop.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-menus.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-online-accounts.xml"/>

View File

@ -4,11 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY zenity-download-http "&gnome-download-http;/zenity/&gnome-minor-20;/zenity-&zenity-version;.tar.xz">
<!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/&gnome-minor-20;/zenity-&zenity-version;.tar.xz">
<!ENTITY zenity-md5sum "23f84cd3807da36455525357385f7586">
<!ENTITY zenity-size "3.7 MB">
<!ENTITY zenity-buildsize "25 MB">
<!ENTITY zenity-download-http "&gnome-download-http;/zenity/&gnome-minor-22;/zenity-&zenity-version;.tar.xz">
<!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/&gnome-minor-22;/zenity-&zenity-version;.tar.xz">
<!ENTITY zenity-md5sum "eaf4cbaac3a356817b837668b5a45a97">
<!ENTITY zenity-size "1.0 MB">
<!ENTITY zenity-buildsize "19 MB">
<!ENTITY zenity-time "0.2 SBU">
]>

View File

@ -43,6 +43,40 @@
</listitem>
-->
<listitem>
<para>September 24th, 2016</para>
<itemizedlist>
<listitem revision="systemd">
<para>[renodr] - Update to zenity-3.22.0. Partially fixes
<ulink url="&blfs-ticket-root;8316">#8316</ulink>.</para>
</listitem>
<listitem revision="systemd">
<para>[renodr] - Applied a hacky workaround to fix issues
with deprecated schema in IBus.</para>
</listitem>
<listitem>
<para>[renodr] - Update to nautilus-3.22.0. Partially fixes
<ulink url="&blfs-ticket-root;8316">#8316</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to gvfs-1.30.0. Partially fixes
<ulink url="&blfs-ticket-root;8316">#8316</ulink>.</para>
</listitem>
<listitem revision="systemd">
<para>[renodr] - Update to gnome-backgrounds-3.22.0. Partially fixes
<ulink url="&blfs-ticket-root;8316">#8316</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to dconf-editor-3.22.0. Partially fixes
<ulink url="&blfs-ticket-root;8316">#8316</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Added gnome-autoar. Fixes
<ulink url="&blfs-ticket-root;8348">#8348</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 23rd, 2016</para>
<itemizedlist>