Difference between revisions of "GConf"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
(11 intermediate revisions by 8 users not shown) | |||
Line 6: | Line 6: | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|GConf is a system for storing application preferences and is intended for user preferences not arbitrary data storage.|http://www.gnome.org/projects/gconf/}} | ||
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
+ | * [[D-BUS]] | ||
+ | * [[D-BUS Glib]] | ||
+ | * [[Intltool]] | ||
+ | * [[LibXML2]] | ||
* [[ORBit2]] | * [[ORBit2]] | ||
− | * [[ | + | * [[XML::Parser]] |
+ | |||
=== Optional === | === Optional === | ||
+ | * [[DocBook Utils]] | ||
* [[Gtk2]] | * [[Gtk2]] | ||
+ | * [[Gtk-Doc]] | ||
* [[OpenLDAP]] | * [[OpenLDAP]] | ||
− | * [[ | + | * [[Polkit]] |
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 77: | Line 85: | ||
== Contents == | == Contents == | ||
− | + | {| style="text-align: left;" | |
− | + | |- | |
− | + | ! 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 | ||
+ | |} | ||
+ | |||
+ | [[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 |
---|
Contents
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 |