From 467c0c83363b47e67d1eb9288059afbe79e26191 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 5 Sep 2020 12:56:24 +0200 Subject: debian/control: Add B:/R: indicator-datetime. Fixes AyatanaIndicators/ayatana-indicator-datetime#15. Fixes AyatanaIndicators/ayatana-indicator-datetime#16. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index d2a27e5..d63c4d1 100644 --- a/debian/control +++ b/debian/control @@ -45,6 +45,8 @@ Depends: ${shlibs:Depends}, Recommends: indicator-applet | mate-indicator-applet | xfce4-indicator-plugin | indicator-renderer, evolution-data-server, geoclue-provider, +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. -- cgit v1.2.3 From a4ca00564e841a42c836d07623a7c69750a4e68d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 5 Sep 2020 13:01:50 +0200 Subject: README.md: Add a note that ayatana-indicator-datetime conflicts with indicator-datetime as found in Ubuntu. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 59ce0f4..32564b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Ayatana Indicator DateTime +## INSTALLATION + +When using the -datetime Ayatana Indicator, make sure that the -datetime +Ubuntu Indicator (package name: indicator-datetime) is not installed. + ## ACTIONS * **desktop.open-settings-app**
-- cgit v1.2.3