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: recent-notifications
Section: gnome
Priority: optional
Maintainer: Jason Conti <jason.conti@gmail.com>
Build-Depends: cdbs (>= 0.4.49),
debhelper (>= 7),
python-central (>= 0.6.0),
python,
python-distutils-extra
Standards-Version: 3.8.4
XS-Python-Version: >= 2.6
Homepage: http://launchpad.net/recent-notifications
Package: recent-notifications
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-dbus,
python-gnomeapplet,
python-gobject,
python-gtk2
XB-Python-Version: ${python:Versions}
Description: view recent notifications in GNOME
Recent notifications is a GNOME applet that collects recent messages sent
with libnotify to a notification daemon, such as notify-osd.
|