Difference between revisions of "Libbonoboui"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Add package intro.) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://ftp.gnome.org/pub/GNOME/sources/libbonoboui/ | + | | http://ftp.gnome.org/pub/GNOME/sources/libbonoboui/{{Libbonoboui-Version2}}/libbonoboui-{{Libbonoboui-Version}}.tar.bz2 |
|} | |} | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|The Bonobo UI Library provides UI code for Bonobo, the Object Activation Framework for GNOME.|http://www.gnome.org}} | ||
== Dependencies == | == Dependencies == | ||
Line 29: | Line 31: | ||
make install && | make install && | ||
− | install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui- | + | install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui-{{Libbonoboui-Version}} && |
− | install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui- | + | install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui-{{Libbonoboui-Version}} |
== Multilib == | == Multilib == | ||
Line 63: | Line 65: | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | ||
− | ./configure --prefix= | + | ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 && |
make | make | ||
Line 69: | Line 71: | ||
make install && | make install && | ||
− | install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui- | + | install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui-{{Libbonoboui-Version}} && |
− | install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui-2. | + | install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui-{{Libbonoboui-Version}} |
+ | |||
+ | == Contents == | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |${GNOME_PREFIX}/include/libbonoboui-2.0/bonobo, ${GNOME_PREFIX}/share/gnome-2.0/ui, ${GNOME_PREFIX}/lib/bonobo-2.0/samples, ${GNOME_PREFIX}/share/applications, ${GNOME_PREFIX}/share/gtk-doc/html/libbonoboui | ||
+ | |-valign="top" | ||
+ | !Installed Programs: | ||
+ | |test-moniker, bonobo-browser | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | |libbonobo.{so,la,a}, libbonoboui-2.{so,la,a} | ||
+ | |} |
Latest revision as of 06:19, 5 July 2007
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/libbonoboui/2.24/libbonoboui-2.24.4.tar.bz2 |
---|
Contents
Introduction to Libbonoboui
The Bonobo UI Library provides UI code for Bonobo, the Object Activation Framework for GNOME.
Project Homepage: http://www.gnome.org
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} && make
Install the package
make install && install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui-2.24.4 && install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui-2.24.4
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=${GNOME_PREFIX} && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 && make
Install the package
make install && install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui-2.24.4 && install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui-2.24.4
Contents
Installed Directories: | ${GNOME_PREFIX}/include/libbonoboui-2.0/bonobo, ${GNOME_PREFIX}/share/gnome-2.0/ui, ${GNOME_PREFIX}/lib/bonobo-2.0/samples, ${GNOME_PREFIX}/share/applications, ${GNOME_PREFIX}/share/gtk-doc/html/libbonoboui |
---|---|
Installed Programs: | test-moniker, bonobo-browser |
Installed Libraries: | libbonobo.{so,la,a}, libbonoboui-2.{so,la,a} |