aboutsummaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* debian/control: Correct lomiri-schemas nameRobert Tari2022-11-231-1/+1
|
* debian/control: Rename ubuntu-touch-sounds to lomiri-sounds.Robert Tari2021-11-191-1/+1
|
* debian/control: Depend on lomiri-common-schemas instead of ↵Robert Tari2021-11-011-4/+3
| | | | accountsservice-ubuntu-schemas + update description
* Revert "debian/control: Add ubuntu-touch-sounds build dependency"Robert Tari2021-09-161-1/+0
| | | | This reverts commit 27253a1c422b9d4a122973f0d3cca23f217251b9.
* debian/control: Add ubuntu-touch-sounds build dependencyRobert Tari2021-09-141-0/+1
|
* debian/control: Add B-D ayatana-indicator-common (for unit tests).Mike Gabriel2021-09-081-0/+2
|
* debian/control: Add uuid-dev build dependencyRobert Tari2021-08-311-0/+1
|
* debian/control: Add B-D: libmessaging-menu-dev.Mike Gabriel2021-08-301-0/+1
|
* Some fixes in UBports patches after a reviewRobert Tari2021-08-291-0/+1
| | | | | | | - 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
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-08-291-1/+0
|
* debian/control: Add B-D: libayatana-common-dev (>= 0.9.3).Mike Gabriel2021-08-091-0/+1
|
* debian/rules: Run tests while building DEB package.Nicholas Guriev2021-05-051-7/+7
|
* debian/control: Switch from liburl-dispatcher1-dev to ↵Mike Gabriel2021-02-031-1/+1
| | | | liblomiri-url-dispatcher-dev in B-D field.
* debian/control: Make B-D on dh-systemd optional (fixes FTBFS in Debian ↵Mike Gabriel2021-01-281-1/+1
| | | | bullseye).
* debian/control: Add B:/R: indicator-datetime.Mike Gabriel2020-09-051-0/+2
| | | | | Fixes AyatanaIndicators/ayatana-indicator-datetime#15. Fixes AyatanaIndicators/ayatana-indicator-datetime#16.
* Start indicator in systemd when ayatana-indicators.target is startedMarius Gripsgard2020-08-091-0/+1
| | | | | | | This starts the indicator with the ayatana-indicators.target Taken from: https://github.com/ubports/indicator-datetime/commit/313c78c0f4bd66fcc130757189cdbd3429c50657
* debian/control: Adapt B-Ds: Add libaccounts-glib-dev (>= 1.18), switch from ↵Mike Gabriel2020-07-181-1/+2
| | | | libecal1.2-dev to libecal2.0-dev (>= 3.16).
* debian/control: Bump Standards-Version to 4.1.3. No changes needed.Mike Gabriel2018-03-281-1/+1
|
* add ubuntu-touch-sounds to Build-Depends for unit tests on phone ↵Charles Kerr2018-03-261-0/+2
| | | | notification sounds
* debian/control: Add B-D systemd [linux-any] and bin:pkg D on ↵Mike Gabriel2017-12-081-0/+2
| | | | ayatana-indicator-common.
* debian/control: Fix dependency; we need accountsservice-ubuntu-schemas on ↵Mike Gabriel2017-12-081-1/+1
| | | | Ubuntu, not gsettings-ubuntu-schemas.
* debian/control: Tweak bin:pkg dependencies, improve SYNOPSIS and ↵Mike Gabriel2017-12-081-5/+8
| | | | LONG_DESCRIPTION.
* debian/control: Add B-D: on Ubuntu pull in gsettings-ubuntu-schemas at ↵Mike Gabriel2017-12-081-0/+1
| | | | build-time.
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* debian/control: Add B-D: intltool.Mike Gabriel2017-12-081-1/+2
|
* debian/control: Add B-D: cmake-extras (>= 0.10).Mike Gabriel2017-12-081-0/+1
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-1/+1
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* debian/control: Fix D (glib2.0-bin -> libglib2.0-bin).Mike Gabriel2017-12-021-0/+1
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-18/+8
|
* Update for e-d-s 3.16Iain Lane2015-07-281-1/+1
|\ | | | | | | Approved by: Iain Lane
| * Build against libecal 3.16Robert Ancell2015-06-021-1/+1
| |
* | drop build-dependency on g++-4.9Charles Kerr2015-07-151-2/+0
|/
* in debian/control, add evolution-data-server to the build-dep now that we're ↵Charles Kerr2015-04-061-9/+11
| | | | using it for live EDS tests.
* add EDS tests to confirm valarm attachments are loaded properly and trigger ↵Charles Kerr2015-04-051-0/+1
| | | | in the AlarmQueue
* use powerd for hw alarm wakeupsCharles Kerr2014-08-181-2/+0
|
* make the gcc version explicit in debian/control and debian/rules. Charles Kerr2014-07-181-1/+4
|\ | | | | | | Approved by: PS Jenkins bot
| * omit unnecessary whitespaceCharles Kerr2014-06-251-1/+0
| |
| * make g++ 4.9 explicitCharles Kerr2014-06-251-1/+5
| |
* | in debian/control, change Build-Depends to allow for different en-base ↵Charles Kerr2014-07-141-1/+1
| | | | | | | | language packs
* | use the libgstreamer API instead of libcanberra to play audio sounds.Charles Kerr2014-07-031-1/+1
|/
* Migrate to platform-api v2Ricardo Salveti de Araujo2014-06-121-2/+2
|
* Prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. ↵Charles Kerr2014-06-111-0/+2
|\ | | | | | | user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. Fixes: 1299916
| * Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. ↵Charles Kerr2014-06-101-2/+2
| | | | | | | | Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64.
| * in debian/control, remove 'Depends: libubuntu-platform-hardware-api1' as per ↵Charles Kerr2014-06-101-1/+0
| | | | | | | | ted's suggestion
| * in debianl/control, add libplatform-hardware-api pieces to Depends and ↵Charles Kerr2014-06-101-0/+3
| | | | | | | | Build-Depends
* | add ubuntu-touch-sounds to Recommends: b/c that provides 'Suru arpeggio.ogg'Charles Kerr2014-05-281-0/+1
|/
* in debian/rules, move unneeded intltool and .desktop file rules.Charles Kerr2014-03-231-1/+0
|
* in debian/control, remove unneeded Build-Depends libpolkit-gobject-1-devCharles Kerr2014-03-231-1/+0
|
* in debian/control, remove unneeded GNOME Build-Depends gnome-common, ↵Charles Kerr2014-03-231-2/+0
| | | | libgconf2-dev
* in debian/control, remove unneeded GUI Build-Depends libcairo2-dev, ↵Charles Kerr2014-03-231-4/+0
| | | | libgtk-3-dev, libido3-0.1-dev, libxorg-gtest-dev