GConf: Difference between revisions

From CBLFS
Jump to navigationJump to search
Spyro (talk | contribs)
missing && make
No edit summary
 
(12 intermediate revisions by 8 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://ftp.gnome.org/pub/GNOME/sources/GConf/2.16/GConf-2.16.0.tar.bz2
| http://ftp.gnome.org/pub/GNOME/sources/GConf/{{GConf-Version2}}/GConf-{{GConf-Version}}.tar.bz2
|}
|}


----
----
{{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]]
* [[LibXML2]]
* [[XML::Parser]]
 
=== Optional ===
=== Optional ===
* [[DocBook Utils]]
* [[Gtk2]]
* [[Gtk2]]
* [[Gtk-Doc]]
* [[OpenLDAP]]
* [[OpenLDAP]]
* [[Gtk-Doc]]
* [[Polkit]]
* [[DocBook Utils]]


== Non-Multilib ==
== Non-Multilib ==
Line 77: Line 85:
== Contents ==
== Contents ==


* Installed Programs: gconftool-2
{| style="text-align: left;"
* 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
! 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

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
Retrieved from "?title=GConf&oldid=20661"