From 2ffe965a45304f7e6327bc2da717264dd88c0b48 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Fri, 15 Jun 2012 11:54:10 +0000 Subject: [PATCH] Add some notes about using DESTDIR installation to gtk3, gdk-pixbuf and pango pages. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10329 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- x/lib/gdk-pixbuf.xml | 11 +++++++++++ x/lib/gtk+2.xml | 9 ++++----- x/lib/gtk+3.xml | 12 ++++++++++++ x/lib/pango.xml | 14 +++++++++++++- 4 files changed, 40 insertions(+), 6 deletions(-) diff --git a/x/lib/gdk-pixbuf.xml b/x/lib/gdk-pixbuf.xml index 7612750edd..32732cd536 100644 --- a/x/lib/gdk-pixbuf.xml +++ b/x/lib/gdk-pixbuf.xml @@ -129,6 +129,17 @@ make make install + + + + If you installed the package on to your system using a + DESTDIR method then important file was not installed and + must be copied and/or generated. Generate it using the following + command as the root user: + + +gdk-pixbuf-query-loaders --update-cache + diff --git a/x/lib/gtk+2.xml b/x/lib/gtk+2.xml index 62f63a5eb1..1fe6e502c9 100644 --- a/x/lib/gtk+2.xml +++ b/x/lib/gtk+2.xml @@ -145,13 +145,12 @@ install -v -m644 docs/*.txt /usr/share/doc/gtk+->k2-version; If you installed the package on to your system using a - DESTDIR method two important files were not installed and - must be copied and/or generated. Generate them using the following - commands as the root user: + DESTDIR method then important file was not installed and + must be copied and/or generated. Generate it using the following + command as the root user: -gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders && -gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules +gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules diff --git a/x/lib/gtk+3.xml b/x/lib/gtk+3.xml index 585db2284f..8d264a7530 100644 --- a/x/lib/gtk+3.xml +++ b/x/lib/gtk+3.xml @@ -136,6 +136,17 @@ make check make install + + + + If you installed the package on to your system using a + DESTDIR method then important file was not installed and + must be copied and/or generated. Generate it using the following + command as the root user: + + +gtk-query-immodules-3.0 --update-cache + @@ -151,6 +162,7 @@ make check rm tests/a11y/pickers.ui: This prevents two tests being run as they are known to fail. + diff --git a/x/lib/pango.xml b/x/lib/pango.xml index 3862c7e6d4..44c3768900 100644 --- a/x/lib/pango.xml +++ b/x/lib/pango.xml @@ -114,13 +114,25 @@ make make install + + + + If you installed the package on to your system using a + DESTDIR method then important file was not installed and + must be copied and/or generated. Generate it using the following + command as the root user: + + +pango-querymodules > /etc/pango/pango.modules + Command Explanations + href="../../xincludes/gtk-doc-rebuild.xml"/> +