Difference between revisions of "Notification-daemon-xfce"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m (→Contents) |
Weibullguy (talk | contribs) |
||
Line 111: | Line 111: | ||
|None | |None | ||
|} | |} | ||
+ | |||
+ | [[Category:XFCE]] |
Latest revision as of 06:29, 20 October 2010
Download Source: | http://goodies.xfce.org/releases/notification-daemon-xfce/notification-daemon-xfce-0.3.6.tar.bz2 |
---|
Contents
Introduction to Notification-Daemon-Xfce
Notification-daemon-xfce utilizes the user's D-BUS channel to "pop-up" predefined messages in response to predefined events.
Package Homepage: http://goodies.xfce.org/projects/applications/notification-daemon-xfce
Dependencies
Required
Configuration Information
The following options can be passed to the configure script to override the defaults.
--disable-mcs-plugin: disable checking for xfce-mcs-manager. |
--disable-settings-preview: disable checking for libnotify. |
--disable-close-button: don't show the close button in the default theme. |
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib/notification-daemon-xfce && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib/notification-daemon-xfce && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \ --libexecdir=${XFCE_PREFIX}/lib32/notification-daemon-xfce && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 \ --libexecdir=${XFCE_PREFIX}/lib64/notification-daemon-xfce && make
Install the package:
make install
Configuring
There is no special post-installation configuration. Test the package:
notify-send "CLFS is for real Linux users."
You should see a box pop-up in the lower right corner displaying the message.
Contents
Installed Directories: | ${XFCE_PREFIX}/lib/notification-daemon |
---|---|
Installed Programs: | None |
Installed Libraries: | libstandard.la, libstandard.a, notification_settings.la, notification_settings.a |
Symlinks: | None |