diff --git a/x/lib/at-spi2-atk.xml b/x/lib/at-spi2-atk.xml
index bcace66dde..e5e5cda034 100644
--- a/x/lib/at-spi2-atk.xml
+++ b/x/lib/at-spi2-atk.xml
@@ -5,13 +5,13 @@
%general-entities;
+ "&gnome-download-http;/at-spi2-atk/2.6/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
-
-
-
-
+ "&gnome-download-ftp;/at-spi2-atk/2.6/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
+
+
+
+
]>
@@ -32,11 +32,11 @@
Introduction to At-Spi2 Atk
- The At-Spi2 Atk package is a GTK+ module that
- bridges ATK to D-Bus At-Spi2.
+ The At-Spi2 Atk package contains a library
+ that bridges ATK to At-Spi2 D-Bus service.
- &lfs70_checked;
+ &lfs72_checked;
Package Information
@@ -113,11 +113,15 @@ make
Contents
- Installed Library
+ Installed Libraries
+ Installed Directory
- libatk-bridge.so
+ libatk-bridge.so and libatk-bridge-2.0.so
+
+
+ /usr/include/at-spi2-atk
@@ -128,10 +132,10 @@ make
- libatk-bridge.so
+ libatk-bridge.so
- is the Accessibility Toolkit GTK+ module.
+ is the Accessibility Toolkit GTK+ module.
libatk-bridge.so
@@ -139,8 +143,22 @@ make
+
+ libatk-bridge-2.0.so
+
+
+ Contains the common functions used by GTK+
+ Accessibility Toolkit Bridge.
+
+
+ libatk-bridge-2.0.so
+
+
+
+
+
diff --git a/x/lib/at-spi2-core.xml b/x/lib/at-spi2-core.xml
index 1392ca3516..e28e2ba4ab 100644
--- a/x/lib/at-spi2-core.xml
+++ b/x/lib/at-spi2-core.xml
@@ -5,13 +5,13 @@
%general-entities;
+ "&gnome-download-http;/at-spi2-core/2.6/at-spi2-core-&at-spi2-core-version;.tar.xz">
-
+ "&gnome-download-ftp;/at-spi2-core/2.6/at-spi2-core-&at-spi2-core-version;.tar.xz">
+
-
-
+
+
]>
@@ -38,7 +38,7 @@
library against which applications can be linked.
- &lfs70_checked;
+ &lfs72_checked;
Package Information
@@ -126,13 +126,6 @@ make
Command Explanations
-
- --libexecdir=/usr/lib/at-spi2-core: This
- parameter ensures that programs will be installed into the
- given directory instead of
- /usr/libexec.
-
-
@@ -180,7 +173,7 @@ make
- libatspi.so
+ libatspi.so
contains the At-Spi2 API functions.
diff --git a/x/lib/atk.xml b/x/lib/atk.xml
index bf7d18dad7..bc5408d5e6 100644
--- a/x/lib/atk.xml
+++ b/x/lib/atk.xml
@@ -4,11 +4,11 @@
%general-entities;
-
-
-
+
+
+
-
+
]>
@@ -106,7 +106,7 @@
make
- To test the results, issue: make check.
+ This package does not come with a testsuite.
@@ -149,7 +149,7 @@ make
- libatk-1.0.so
+ libatk-1.0.so
contains functions that are used by assistive technologies
diff --git a/x/lib/clutter-gst2.xml b/x/lib/clutter-gst2.xml
index 70d9ed85da..8f086a11b3 100644
--- a/x/lib/clutter-gst2.xml
+++ b/x/lib/clutter-gst2.xml
@@ -8,7 +8,7 @@
"&gnome-download-http;/clutter-gst/1.9/clutter-gst-&clutter-gst2-version;.tar.xz">
-
+
@@ -84,8 +84,8 @@
Recommended
- and
-
+
Optional
diff --git a/x/lib/clutter-gtk.xml b/x/lib/clutter-gtk.xml
index ccd7ccf2af..30b2325917 100644
--- a/x/lib/clutter-gtk.xml
+++ b/x/lib/clutter-gtk.xml
@@ -5,13 +5,13 @@
%general-entities;
+ "&gnome-download-http;/clutter-gtk/1.3/clutter-gtk-&clutter-gtk-version;.tar.xz">
-
-
-
-
+ "&gnome-download-ftp;/clutter-gtk/1.3/clutter-gtk-&clutter-gtk-version;.tar.xz">
+
+
+
+
]>
@@ -78,7 +78,7 @@
Required
and
-
+
Recommended
@@ -152,7 +152,7 @@ make
libclutter-gtk-1.0.so
+ class="libraryfile">libclutter-gtk-1.0.so
contains the Clutter Gtk API functions.
diff --git a/x/lib/clutter.xml b/x/lib/clutter.xml
index e26206d436..e17a98bd4c 100644
--- a/x/lib/clutter.xml
+++ b/x/lib/clutter.xml
@@ -4,12 +4,12 @@
%general-entities;
-
-
-
-
-
-
+
+
+
+
+
+
]>
@@ -23,16 +23,16 @@
Clutter-&clutter-version;
- clutter
+ Clutter
Introduction to Clutter
- The Clutter package is an open source
- software library for creating fast, visually rich and animated graphical
- user interfaces.
+ The Clutter package contains an open
+ source software library used for creating fast, visually rich
+ and animated graphical user interfaces.
&lfs72_checked;
@@ -42,8 +42,8 @@
Anything built with this toolkit needs hardware 3D acceleration from
the graphics driver at runtime. This is provided by
MesaLib (or by proprietary graphics drivers),
- but is not available for every graphics card nor for all virtual machines.
- You may wish to review .
+ but is not available for every graphics card nor for all virtual
+ machines. You may wish to review .
@@ -118,14 +118,14 @@
- Installation of clutter
+ Installation of Clutter
- Install clutter by running the following
+ Install Clutter by running the following
commands:
-./configure --prefix=/usr &&
+./configure --prefix=/usr --sysconfdir=/etc &&
make
@@ -167,11 +167,12 @@ make
- libclutter-glx-1.0.so
+ libclutter-1.0.so
- /usr/include/clutter-1.0 and
- /usr/share/gtk-doc/html/{cally,clutter}
+ /usr/include/clutter-1.0,
+ /usr/share/gtk-doc/html/cally and
+ /usr/share/gtk-doc/html/clutter
@@ -181,14 +182,14 @@ make
-
- libclutter-glx-1.0.so
+
+ libclutter-1.0.so
contains the Clutter API functions.
-
- libclutter-glx-1.0.so
+
+ libclutter-1.0.so
diff --git a/x/lib/cogl.xml b/x/lib/cogl.xml
index c37b4da5ee..03dc25e53c 100644
--- a/x/lib/cogl.xml
+++ b/x/lib/cogl.xml
@@ -4,10 +4,10 @@
%general-entities;
-
-
-
-
+
+
+
+
]>
@@ -23,7 +23,7 @@
Cogl-&cogl-version;
- cogl
+ Cogl
@@ -139,10 +139,8 @@ make
libcogl-pango.so and libcogl.so
- /usr/include/cogl,
- /usr/share/cogl,
- /usr/share/gtk-doc/html/cogl and
- /usr/share/gtk-doc/html/cogl-2.0-experimental
+ /usr/include/cogl and
+ /usr/share/cogl
diff --git a/x/lib/colord-gtk.xml b/x/lib/colord-gtk.xml
new file mode 100644
index 0000000000..a2becad538
--- /dev/null
+++ b/x/lib/colord-gtk.xml
@@ -0,0 +1,170 @@
+
+
+ %general-entities;
+
+
+
+
+
+
+
+]>
+
+
+
+
+
+ $LastChangedBy$
+ $Date$
+
+
+ colord-gtk-&colord-gtk-version;
+
+
+ colord-gtk
+
+
+
+ Introduction to Colord GTK
+
+
+ The Colord GTK package contains
+ GTK+ bindings for
+ Colord.
+
+
+ &lfs72_checked;
+
+ Package Information
+
+
+
+ Download (HTTP):
+
+
+
+
+ Download (FTP):
+
+
+
+
+ Download MD5 sum: &colord-gtk-md5sum;
+
+
+
+
+ Download size: &colord-gtk-size;
+
+
+
+
+ Estimated disk space required: &colord-gtk-buildsize;
+
+
+
+
+ Estimated build time: &colord-gtk-time;
+
+
+
+
+ Colord GTK Dependencies
+
+ Required
+
+ and
+
+
+
+ Recommended
+
+ and
+
+
+
+ Optional
+
+
+
+
+
+ User Notes:
+
+
+
+
+ Installation of Colord GTK
+
+
+ Install Colord GTK by running the following
+ commands:
+
+
+./configure --prefix=/usr --disable-static &&
+make
+
+
+ To test the results, issue: make check.
+
+
+
+ Now, as the root user:
+
+
+make install
+
+
+
+ Command Explanations
+
+
+
+
+
+
+
+
+ Contents
+
+
+ Installed Library
+ Installed Directory
+
+
+
+ libcolord-gtk.so
+
+
+ /usr/include/colord-1/colord-gtk
+
+
+
+
+
+ Short Descriptions
+
+
+
+
+ libcolord-gtk.so
+
+
+ contains the Colord
+ GTK+ bindings.
+
+
+ libcolord-gtk.so
+
+
+
+
+
+
+
+
+