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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: alarm-clock-applet
Section: gnome
Priority: optional
Maintainer: Chow Loong Jin <hyperair@debian.org>
Uploaders: Johannes H. Jensen <joh@pseudoberries.com>
Build-Depends: debhelper-compat (= 12),
cmake (>= 3.10),
intltool (>= 0.40),
libgtk-3-dev,
libgstreamer1.0-dev,
libnotify-dev,
libayatana-appindicator3-dev,
libglib2.0-dev,
libgconf2-dev (>= 2.8.0),
gnome-icon-theme (>= 2.15.91),
libxml2-dev,
gnome-common
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/debian/alarm-clock-applet.git
Vcs-Browser: https://salsa.debian.org/debian/alarm-clock-applet
Homepage: https://alarm-clock-applet.github.io
Package: alarm-clock-applet
Architecture: any
Depends: gstreamer1.0-plugins-base,
gstreamer1.0-plugins-good,
${shlibs:Depends}, ${misc:Depends}
Recommends: alarm-clock-applet-gconf-migration
Suggests: playerctl
Description: alarm clock panel indicator
Alarm Clock is a fully-featured alarm clock which resides in the notification
area. It is easy to use yet powerful with support for multiple and repeatable
alarms, as well as snoozing and a flexible notification system.
.
Two types of alarms are supported: Alarm Clocks and Timers.
Notification is done by either playing a sound or launching an
application.
Package: alarm-clock-applet-gconf-migration
Architecture: any
Depends: alarm-clock-applet (>= 0.4.1), ${shlibs:Depends}, ${misc:Depends}
Conflicts: alarm-clock-applet (<< 0.4.1~)
Replaces: alarm-clock-applet (<< 0.4.1~)
Description: alarm clock panel indicator - gconf migration
Alarm Clock is a fully-featured alarm clock which resides in the notification
area. It is easy to use yet powerful with support for multiple and repeatable
alarms, as well as snoozing and a flexible notification system.
.
Two types of alarms are supported: Alarm Clocks and Timers.
Notification is done by either playing a sound or launching an
application.
.
This contains the gconf migration helper and can be safely uninstalled after
the first successful run of alarm-clock-applet.
|