Gnome Settings Daemon: Difference between revisions
From CBLFS
Jump to navigationJump to search
m Changed link to updated file. |
No edit summary |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
|http://ftp.gnome.org/pub/GNOME/sources/gnome-settings-daemon/ | |http://ftp.gnome.org/pub/GNOME/sources/gnome-settings-daemon/{{Gnome Settings Daemon-Version2}}/gnome-settings-daemon-{{Gnome Settings Daemon-Version}}.tar.bz2 | ||
|} | |} | ||
Revision as of 22:46, 24 July 2008
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/gnome-settings-daemon/2.32/gnome-settings-daemon-2.32.1.tar.bz2 |
|---|
Introduction to Gnome Settings Daemon
Project Homepage: Unknown
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib/gnome-settings-daemon &&
make
Install the package
make install