Difference between revisions of "Libnotify"
From CBLFS
Jump to navigationJump to searchMichael.six (talk | contribs) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.galago-project.org/files/releases/source/libnotify/libnotify- | + | | http://www.galago-project.org/files/releases/source/libnotify/libnotify-{{Libnotify-Version}}.tar.gz |
|} | |} | ||
− | --- | + | |
+ | {{Package-Introduction|libnotify is part of the Desktop Notifications framework. The Desktop Notifications provides a standard way of doing passive pop-up notifications on the Linux desktop. The other component to this framework is the [[Notification-daemon]]. Passive messaging can be used in compiled languages such as C, but sending passive messages using shell scripts is trivial as well.|Unknown}} | ||
== Dependencies == | == Dependencies == | ||
Line 11: | Line 12: | ||
=== Required === | === Required === | ||
* [[Gtk2]] | * [[Gtk2]] | ||
− | * [[ | + | * [[D-BUS Glib]] |
== Non-Multilib == | == Non-Multilib == | ||
Line 61: | Line 62: | ||
make install | make install | ||
+ | |||
+ | == Contents == | ||
+ | |||
+ | {|style="text-align: left" | ||
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |None | ||
+ | |-valign="top" | ||
+ | !Installed Programs: | ||
+ | |notify-send | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | |libnotify.so, libnotify.la, libnotify.a | ||
+ | |-valign="top" | ||
+ | !Symlinks: | ||
+ | |/usr/lib/libnotify.so.1.1.1 --> /usr/lib/libnotify.so.1.1.2, /usr/lib/libnotify.so.1 --> /usr/lib/libnotify.so.1.1.2, /usr/lib/libnotify.so.1.1.1 --> /usr/lib/libnotify.so.1.1.2, /usr/lib/libnotify.so --> /usr/lib/libnotify.so.1.1.2 | ||
+ | |} | ||
+ | |||
+ | === Short Descriptions === | ||
+ | |||
+ | {|style="text-align: left" | ||
+ | |-valign="top" | ||
+ | !notify-send | ||
+ | |is a utility for sending messages to the user passively. | ||
+ | |} | ||
+ | |||
+ | [[Category:X Libs]] |
Latest revision as of 20:15, 24 November 2009
Download Source: | http://www.galago-project.org/files/releases/source/libnotify/libnotify-0.4.5.tar.gz |
---|
Contents
Introduction to Libnotify
libnotify is part of the Desktop Notifications framework. The Desktop Notifications provides a standard way of doing passive pop-up notifications on the Linux desktop. The other component to this framework is the Notification-daemon. Passive messaging can be used in compiled languages such as C, but sending passive messages using shell scripts is trivial as well.
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | notify-send |
Installed Libraries: | libnotify.so, libnotify.la, libnotify.a |
Symlinks: | /usr/lib/libnotify.so.1.1.1 --> /usr/lib/libnotify.so.1.1.2, /usr/lib/libnotify.so.1 --> /usr/lib/libnotify.so.1.1.2, /usr/lib/libnotify.so.1.1.1 --> /usr/lib/libnotify.so.1.1.2, /usr/lib/libnotify.so --> /usr/lib/libnotify.so.1.1.2 |
Short Descriptions
notify-send | is a utility for sending messages to the user passively. |
---|