1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libdesktop-notify-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-12)
Maintainer: Jose Parrella <bureado@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Desktop-Notify/
Package: libdesktop-notify-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libnet-dbus-perl, libclass-accessor-perl
Recommends: notification-daemon
Description: Perl module which communicates with the Desktop Notifications framework
This module provides a Perl interface to the Desktop Notifications framework.
.
The framework allows applications to display pop-up notifications on an X
desktop. This is implemented with two components: a daemon that displays the
notifications, and a client library used by applications to send notifications
to the daemon. These components communicate through the DBus message bus
protocol.
.
This module serves the same purpose as libnotify, in an object-oriented Perl
interface. It is not, however, an interface to libnotify itself, but a
separate implementation of the specification using Net::DBus.
|