aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* release 24.2.024.2.0release-buildsMike Gabriel2024-02-121-1/+1
|
* Revert "release 24.1.0"Mike Gabriel2024-01-311-1/+1
| | | | This reverts commit 070fe966217064d7e7268dde7b862c085dfe1e6a.
* release 24.1.0Mike Gabriel2024-01-311-1/+1
|
* release 23.10.123.10.1Mike Gabriel2023-12-261-1/+1
|
* release 23.10.023.10.0Mike Gabriel2023-10-121-1/+1
|
* CMakeLists.txt: Minor CMake warning fixRobert Tari2023-09-091-2/+1
|
* Fix failing testsRobert Tari2023-09-091-0/+2
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/108
* release 23.6.023.6.0Mike Gabriel2023-06-091-1/+1
|
* release 22.9.122.9.1Mike Gabriel2022-11-231-1/+1
|
* release 22.9.022.9.0Mike Gabriel2022-09-141-1/+1
|
* release 22.2.022.2.0Mike Gabriel2022-02-191-1/+1
|
* CMakeLists.txt: Fix list conversion typoRobert Tari2022-02-191-2/+2
|
* CMakeLists.txt: Read default sounds from lomiri-sounds pkg-config fileRobert Tari2022-02-181-2/+9
|
* Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-161-2/+0
|
* Fix build warningsRobert Tari2022-02-161-0/+2
|
* Clean up compilation flagsRobert Tari2022-02-111-15/+7
|
* .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flowRobert Tari2021-12-031-2/+0
|
* Make Lomiri features configurable at build timeRobert Tari2021-12-031-30/+40
|
* Check for lomiri-schemas package instead of individual filesRobert Tari2021-11-251-6/+1
|
* Check for the lomiri-sounds packageRobert Tari2021-11-221-0/+2
|
* release 0.9.00.9.0Mike Gabriel2021-11-201-1/+1
|
* Fix ringtones path + drop unused definitionRobert Tari2021-11-011-2/+2
|
* Rename HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS to HAS_LOMIRI_ACCTSERVICE_SOUNDRobert Tari2021-11-011-3/+2
|
* Rename com.ubuntu.touch.AccountsService.Sound to ↵Robert Tari2021-11-011-1/+1
| | | | com.lomiri.touch.AccountsService.Sound
* Fix build failure on Ubuntu 20.04Robert Tari2021-08-311-1/+2
| | | | | | | - include/notifications/sound.h: Add SoundBuilder class - src/snap.cpp: Add m_sound_builder variable - src/main.cpp: Fix uin -> ain typo - CMakeLists.txt: Add uuid dependency
* Some fixes in UBports patches after a reviewRobert Tari2021-08-291-1/+0
| | | | | | | - debian/control: Add liblomiri-url-dispatcher-dev as optional - .build.yml: Add liblomiri-url-dispatcher-dev dependency - CMakeLists.txt: Remove duplicate enable_testing() - include/datetime/actions-live.h: Remove lomiri_open_appointment
* Replace ual with url-dispatcher.Rodney Dawes2021-08-291-6/+7
| | | | | | | We don't really hneed ubuntu-app-launch here directly, as the API provided by url-dispatcher gives us a way to query what app handles the calendar URL, as the indicator is a trusted process. This removes the extra dependency and simplifies building slightly.
* Also need PARENT_SCOPE here.Rodney Dawes2021-08-291-17/+22
|
* Set the coverage test targeets from where the tests are added.Rodney Dawes2021-08-291-2/+2
|
* Use cmake-extras for coverage support and always enable testing.Rodney Dawes2021-08-291-4/+6
|
* Switch to using gmock module from cmake-extras.Rodney Dawes2021-08-291-9/+0
|
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-08-291-11/+0
|
* Use calendar app icon.Renato Araujo Oliveira Filho2021-08-291-0/+9
|
* Add ENABLE_WERROR optionRobert Tari2021-08-101-0/+9
|
* Add all Ayatana standard CMakeLists.txt bitsRobert Tari2021-06-271-3/+15
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/36
* CMakeLists.txt: Add libayatana-common (>= 0.9.3) dependency.Mike Gabriel2021-06-241-0/+2
|
* CMakeLists.txt: Drop GNUInstallDirs. Use PREFIX initialization hack.Mike Gabriel2021-05-111-1/+3
|
* CMakeLists.txt: Rename CMake options 'enable_tests' to 'ENABLE_TESTS' and ↵Mike Gabriel2021-05-111-5/+5
| | | | 'enable_lcov' to 'ENABLE_COVERAGE' (both defaulting to 'OFF').
* CMakeLists.txt: Add Clang support.Mike Gabriel2021-05-111-3/+12
|
* CMakeLists.txt: Fix GTest pathRobert Tari2021-05-041-1/+7
|
* release 0.8.30.8.3Mike Gabriel2021-04-191-1/+1
|
* Port from URL Dispatcher to Lomiri URL Dispatcher.Mike Gabriel2021-02-031-2/+2
|
* release 0.8.20.8.2Mike Gabriel2021-01-281-1/+1
|
* release 0.8.10.8.1Mike Gabriel2020-09-101-1/+1
|
* release 0.8.00.8.0Mike Gabriel2020-08-171-1/+1
|
* CMakeLists.txt: Move GNUInstallDirs inclusion further up. Inspired by ↵Mike Gabriel2020-08-061-1/+2
| | | | https://github.com/ubports/indicator-datetime/commit/c52883d7bbcece0d532a54cbe179e508586715ed.
* release 0.4.10.4.1Mike Gabriel2020-07-291-1/+1
|
* CMakeLists.txt: Drop workaround for missing libexec dir on Debian. Debian ↵Mike Gabriel2020-07-241-4/+0
| | | | | | moved forward and now supports FHS 3.0 (since Debian Policy 4.1.5). Fixes AyatanaIndicators/ayatana-indicator-datetime#5.
* -Made GCC 10.1.0 friendlyRobert Tari2020-07-171-4/+5
| | | | | | -Fixed to work with ECal 2.0 -Added libaccounts-glib dependency -Added mate-time-admin handler
* add a CALENDAR_DEFAULT_SOUND constant to CMakeLists.txtCharles Kerr2018-03-261-2/+4
|