diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 22:09:13 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 22:09:13 +0200 |
| commit | b8488dac18938f6a176cbb1ef6448cce28897449 (patch) | |
| tree | 4d6ac4328cb2be508894ceb0c3b4271d54a51f50 | |
| parent | ee17fc97c9b28aeb65be5af44d06f12dbf2c7365 (diff) | |
| download | ayatana-indicator-datetime-b8488dac18938f6a176cbb1ef6448cce28897449.tar.gz ayatana-indicator-datetime-b8488dac18938f6a176cbb1ef6448cce28897449.tar.bz2 ayatana-indicator-datetime-b8488dac18938f6a176cbb1ef6448cce28897449.zip | |
d/{control,rules}: Enable mkcal build variant for l-i-d
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
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: |
