aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control97
1 files changed, 70 insertions, 27 deletions
diff --git a/debian/control b/debian/control
index 7368857..0b110a2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,60 +1,103 @@
Source: ayatana-indicator-datetime
Section: misc
-Priority: optional
-Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>,
Build-Depends: cmake,
cmake-extras (>= 0.10),
dbus,
- debhelper (>= 9),
- dh-systemd | hello,
+ debhelper-compat (= 13),
intltool,
libaccounts-glib-dev (>= 1.18),
libayatana-common-dev (>= 0.9.3),
libglib2.0-dev (>= 2.35.4),
- libnotify-dev (>= 0.7.6),
libgstreamer1.0-dev,
+ libmessaging-menu-dev,
+ libnotify-dev (>= 0.7.6),
+ libproperties-cpp-dev,
+ uuid-dev,
+# for non-Lomiri ICS data storage backend
libecal2.0-dev (>= 3.16),
libical-dev (>= 1.0),
libedataserver1.2-dev (>= 3.5),
- lomiri-common-schemas | hello,
- libproperties-cpp-dev,
- liblomiri-url-dispatcher-dev | hello,
- libmessaging-menu-dev,
- uuid-dev,
+# for Lomiri ICS data storage backend
+ libkf5calendarcore-dev,
+ libmkcal-qt5-dev,
+# more Lomiri features
+ extra-cmake-modules,
+ lomiri-schemas (>= 0.1.1),
+ lomiri-sounds (>= 22.02),
+ liblomiri-url-dispatcher-dev,
# for the test harness:
- libgtest-dev <!nocheck>,
- libdbustest1-dev <!nocheck>,
dbus-test-runner <!nocheck>,
+ libdbustest1-dev <!nocheck>,
+ libgtest-dev <!nocheck>,
python3-dbusmock <!nocheck>,
# for 12h/24h locale unit tests:
locales <!nocheck>,
# for running live EDS tests:
evolution-data-server <!nocheck>,
gvfs-daemons <!nocheck>,
- systemd [linux-any],
-# for phone alarm/calendar notification sound tests:
- lomiri-sounds | hello,
-# tests that require the org.ayatana.common GSchema
- ayatana-indicator-common,
-Standards-Version: 4.1.3
-Homepage: https://github.com/ArcticaProject/ayatana-indicator-datetime
-Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-datetime.git
-Vcs-Browser: https://cgit.arctica-project.org/ayatana/ayatana-indicator-datetime.git/
+# for running live mkcal tests:
+ mkcal-bin <!nocheck>,
+ systemd-dev [linux-any],
+# for tests that require the org.ayatana.common GSchema
+ ayatana-indicator-common <!nocheck>,
+Standards-Version: 4.7.4
+Rules-Requires-Root: no
+Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-datetime
+Vcs-Git: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-datetime.git
+Vcs-Browser: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-datetime/
Package: ayatana-indicator-datetime
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ayatana-indicator-common,
+ ayatana-indicator-common (>= 0.8.0),
+ ayatana-indicator-datetime-common (>= ${source:Version}),
libglib2.0-bin,
-Recommends: indicator-applet | mate-indicator-applet | xfce4-indicator-plugin | indicator-renderer,
- evolution-data-server,
- geoclue-provider,
+Recommends: evolution-data-server,
+Suggests: indicator-applet | mate-indicator-applet | xfce4-indicator-plugin | indicator-renderer,
Breaks: indicator-datetime,
Replaces: indicator-datetime,
Description: Ayatana Indicator providing clock and calendar
This Ayatana Indicator provides a combined calendar, clock, alarm and
event management tool.
.
- On Lomiri, this Indicator supports phone devices. On other systems,
- the phone support has been disabled at build-time.
+ This variant of the datetime indicator is to be used for non-Lomiri
+ operating environments such as MATE, Xfce, etc.
+ .
+ This variant of the datetime indicator has been built for using
+ evolution-data-server as ICS data storage backend.
+
+Package: lomiri-indicator-datetime
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ayatana-indicator-common,
+ ayatana-indicator-datetime-common (>= ${source:Version}),
+ libglib2.0-bin,
+Recommends: mkcal-bin,
+Suggests: lomiri,
+Breaks: indicator-datetime,
+Replaces: indicator-datetime,
+Description: Lomiri Indicator providing clock and calendar
+ This Lomiri Indicator provides a combined calendar, clock, alarm and
+ event management tool.
+ .
+ This variant of the datetime indicator is targeted for being used on
+ Lomiri, this indicator supports phone devices.
+ .
+ This variant of the datetime indicator has been built for using
+ msyncd (mkcal) as ICS data storage backend.
+
+Package: ayatana-indicator-datetime-common
+Architecture: all
+Depends: ${misc:Depends},
+Breaks: ayatana-indicator-datetime (<< 25.4.0),
+Replaces: ayatana-indicator-datetime (<< 25.4.0),
+Description: Common files used by both Ayatana/Lomiri Indicator Datetime variants
+ Ayatana / Lomiri Indicator Datetime are two variants of the Ayatana
+ Datetime Indicator built for different use cases. They provide a
+ combined calendar, clock, alarm and event management tool for common
+ desktop environments and for the Lomiri operating environment.
+ .
+ This package contains files used by both variants.