source: gnome/platform/gjs.xml@ 27229db

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since 27229db was 27229db, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to GNOME platform packages gcr,
gjs, gnome-backgrounds, gnome-bluetooth, gnome-desktop,
gnome-keyring, gnome-online-accounts, gnome-settings-daemon,
gsettings-desktop-schemas, libgweather, libsecret,
nautilus, yelp-xsl, and zenity. Partially fixes

Add gexiv2 now required by nautilus.

Update to evolution-data-server-3.28.0.
Update to gvfs-1.36.0.

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

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[dabe4b0]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[27229db]7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.52/gjs-&gjs-version;.tar.xz">
8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.52/gjs-&gjs-version;.tar.xz">
9 <!ENTITY gjs-md5sum "5f626919a37b75d1b652be6da8723f41">
10 <!ENTITY gjs-size "596 KB">
[1fa2b35]11 <!ENTITY gjs-buildsize "44 MB (with tests)">
12 <!ENTITY gjs-time "0.4 SBU (with tests)">
[dabe4b0]13]>
14
15<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
16 <?dbhtml filename="gjs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gjs-&gjs-version;</title>
24
25 <indexterm zone="gjs">
26 <primary sortas="a-Gjs">Gjs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gjs</title>
31
32 <para>
[d278ced]33 <application>Gjs</application> is a set of Javascript bindings for
[dabe4b0]34 <application>GNOME</application>.
35 </para>
36
[d729b7b]37 &lfs82_checked;
[dabe4b0]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gjs-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gjs-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gjs-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gjs-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gjs-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gjs-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Gjs Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="cairo"/>,
[ee835cc]78 <xref linkend="gobject-introspection"/>, and
[583ec9b3]79 <xref linkend="js52"/>
[dabe4b0]80 </para>
81
[a327f9e]82 <bridgehead revision="systemd" renderas="sect4">Recommended (required for GNOME)</bridgehead>
83 <para role="recommended" revision="systemd">
84 <xref linkend="gtk3"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
[583ec9b3]89 <xref linkend="gvfs"/> (for tests),
90 <xref linkend="valgrind"/> (for tests),
[560b86d]91 <ulink url="http://dtrace.org/blogs/about">DTrace</ulink>,
92 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>, and
[a327f9e]93 <ulink url="https://sourceware.org/systemtap">Systemtap</ulink>
94 </para>
95
[dabe4b0]96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gjs"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Gjs</title>
103
104 <para>
105 Install <application>Gjs</application> by running the following
106 commands:
107 </para>
108
[d278ced]109<screen><userinput>./configure --prefix=/usr &amp;&amp;
[dabe4b0]110make</userinput></screen>
111
112 <para>
[e7c9d5a9]113 To test the results, issue: <command>make check</command>. The
114 <application>GTK</application> and <application>Cairo</application>
[7c54072c]115 tests will fail if not running in an Xorg session. <!-- All tests in
[5b62526]116 the installed-tests/js/testself.js directory will indicate an ERROR
117 dues to a 'missing test plan'.
[7c54072c]118 THIS WAS FIXED IN 1.50.2. -->
[dabe4b0]119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
[5cf89d2]128
[dabe4b0]129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
[4cbfd95]134 <segtitle>Installed Library</segtitle>
[dabe4b0]135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
[fb990982]139 gjs (symlink) and gjs-console
[dabe4b0]140 </seg>
141 <seg>
[4cbfd95]142 libgjs.so
[dabe4b0]143 </seg>
144 <seg>
[20f09631]145 /usr/include/gjs-1.0 and
[560b86d]146 /usr/lib/gjs
[dabe4b0]147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
[560b86d]156 <varlistentry id="gjs-console">
[dabe4b0]157 <term><command>gjs-console</command></term>
158 <listitem>
159 <para>
[560b86d]160 contains a console to run <application>JavaScript</application>
161 commands.
[dabe4b0]162 </para>
163 <indexterm zone="gjs gjs-console">
164 <primary sortas="b-gjs-console">gjs-console</primary>
165 </indexterm>
166 </listitem>
[560b86d]167 </varlistentry>
[dabe4b0]168
169 <varlistentry id="libgjs">
170 <term><filename class="libraryfile">libgjs.so</filename></term>
171 <listitem>
172 <para>
173 contains the <application>GNOME</application> JavaScript bindings.
174 </para>
175 <indexterm zone="gjs libgjs">
176 <primary sortas="c-libgjs">libgjs.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.