GConf: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
|||
| (6 intermediate revisions by 5 users not shown) | |||
| Line 12: | Line 12: | ||
=== Required === | === Required === | ||
* [[ | * [[D-BUS]] | ||
* [[D-BUS Glib]] | |||
* [[Intltool]] | * [[Intltool]] | ||
* [[LibXML2]] | * [[LibXML2]] | ||
* [[ | * [[ORBit2]] | ||
* [[XML::Parser]] | |||
=== Optional === | === Optional === | ||
* [[DocBook Utils]] | |||
* [[Gtk2]] | * [[Gtk2]] | ||
* [[Gtk-Doc]] | |||
* [[OpenLDAP]] | * [[OpenLDAP]] | ||
* [[ | * [[Polkit]] | ||
== Non-Multilib == | == Non-Multilib == | ||
| Line 85: | Line 88: | ||
|- | |- | ||
! Installed Programs: | ! Installed Programs: | ||
| gconftool-2 | | gconftool-2, gconf-merge-tree | ||
|- | |- | ||
! Installed Libraries: | ! Installed Libraries: | ||
| Line 93: | Line 96: | ||
| ${GNOME_PREFIX}/lib/GConf, /etc/gnome/gconf/2, ${GNOME_PREFIX}/include/gconf/2/gconf, ${GNOME_PREFIX}/lib/GConf/2 | | ${GNOME_PREFIX}/lib/GConf, /etc/gnome/gconf/2, ${GNOME_PREFIX}/include/gconf/2/gconf, ${GNOME_PREFIX}/lib/GConf/2 | ||
|} | |} | ||
[[Category:Gnome]] | |||
Latest revision as of 17:08, 20 October 2010
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/GConf/2.32/GConf-2.32.1.tar.bz2 |
|---|
Introduction to GConf
GConf is a system for storing application preferences and is intended for user preferences not arbitrary data storage.
Project Homepage: http://www.gnome.org/projects/gconf/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib/GConf \
--mandir=${GNOME_PREFIX}/share/man &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib/GConf \
--mandir=${GNOME_PREFIX}/share/man &&
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} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib32/GConf \
--mandir=${GNOME_PREFIX}/share/man --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} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib64/GConf \
--mandir=${GNOME_PREFIX}/share/man --libdir=${GNOME_PREFIX}/lib64 &&
make
Install the package
make install
Contents
| Installed Programs: | gconftool-2, gconf-merge-tree |
|---|---|
| Installed Libraries: | libgconf-2.{so,la,a} |
| Installed Directories: | ${GNOME_PREFIX}/lib/GConf, /etc/gnome/gconf/2, ${GNOME_PREFIX}/include/gconf/2/gconf, ${GNOME_PREFIX}/lib/GConf/2 |