From b8488dac18938f6a176cbb1ef6448cce28897449 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 11 Jun 2026 22:09:13 +0200 Subject: d/{control,rules}: Enable mkcal build variant for l-i-d --- debian/control | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ef50bca..c9e2b98 100644 --- a/debian/control +++ b/debian/control @@ -91,7 +91,7 @@ Description: Lomiri Indicator providing clock and calendar Lomiri, this indicator supports phone devices. . This variant of the datetime indicator has been built for using - evolution-data-server as ICS data storage backend. + msyncd (mkcal) as ICS data storage backend. Package: ayatana-indicator-datetime-common Architecture: any diff --git a/debian/rules b/debian/rules index a8037cc..779c82b 100755 --- a/debian/rules +++ b/debian/rules @@ -26,12 +26,14 @@ override_dh_auto_configure: -- \ $(DEB_CMAKE_EXTRA_FLAGS) \ -DENABLE_LOMIRI_FEATURES=ON \ + -DENABLE_MKCAL=ON \ $(NULL) dh_auto_configure --builddirectory=ayatana-variant \ --buildsystem=cmake \ -- \ $(DEB_CMAKE_EXTRA_FLAGS) \ -DENABLE_LOMIRI_FEATURES=OFF \ + -DENABLE_MKCAL=OFF \ $(NULL) override_dh_auto_build: -- cgit v1.2.3