aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add ALARM_DEFAULT_SOUND symbolic so that we can start removing all the ↵Charles Kerr2018-03-261-0/+3
| | | | hardcoded instances of this string
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* data/: Fix file namespaces for XDG and upstart files.Mike Gabriel2017-12-081-1/+1
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-1/+18
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* CMakeLists.txt: Set correct PROJECT_VERSION.Mike Gabriel2017-12-061-1/+1
|
* CMakeLists.txt: Move gettext initialization below the GNUInstallDirs ↵Mike Gabriel2017-12-061-4/+8
| | | | include. This fixes broken i18n support.
* CMakeLists.txt: Set GETTEXT_DOMAIN to ayatana-indicator-datetime.Mike Gabriel2017-10-121-1/+1
|
* Build against libecal 3.16Robert Ancell2015-06-021-1/+1
|
* use powerd for hw alarm wakeupsCharles Kerr2014-08-181-6/+0
|
* use the libgstreamer API instead of libcanberra to play audio sounds.Charles Kerr2014-07-031-1/+1
|
* Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. ↵Charles Kerr2014-06-101-1/+7
| | | | Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64.
* hw alarmsCharles Kerr2014-04-241-0/+1
|
* make geoclue recommended, rather than required.Charles Kerr2014-03-231-1/+0
|
* sync with trunkCharles Kerr2014-02-191-28/+0
|\
| * Move date/time panel into unity-control-centerRobert Ancell2014-02-111-28/+0
| |
* | Add audio notitication when the alarm is triggered. Add a manual test to ↵Charles Kerr2014-02-041-0/+1
| | | | | | | | tests/ to trigger a snap decision.
* | when displaying alarms, use the 'alarm-clock' key matching the icon in ↵Charles Kerr2014-02-031-2/+1
|/ | | | ubuntu-mobile-icons
* merge lp:~robert-ancell/indicator-datetime/unity-control-center2 into ↵Charles Kerr2014-01-271-1/+15
|\ | | | | | | lp:indicator-datetime
| * Support both gnome-control-center and unity-control-centerRobert Ancell2014-01-101-1/+15
| |
* | remove the local snapshot of properties-cpp and add a dependency for it in ↵Charles Kerr2014-01-221-0/+1
| | | | | | | | debian/control and CMakeLists.txt
* | Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-1/+1
| | | | | | | | | | | | Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again
* | add cxx warnings, include/ into the include dirsCharles Kerr2013-12-171-8/+11
|/
* set GETTEXT_PACKAGE to an actual string to make dh_translations happierCharles Kerr2013-10-301-1/+1
|
* tweak the default gcc warningsCharles Kerr2013-10-181-1/+1
|
* replace autotools with cmakeCharles Kerr2013-10-181-0/+103