aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 22.2.0HEAD22.2.0release-buildmainMike Gabriel2022-02-174-2/+43
|
* Merge branch 'tari01-pr/cleanup-compile-flags'Mike Gabriel2022-02-173-17/+7
|\ | | | | | | Attributes GH PR #23: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/23
| * .build.yml: Drop extra compilation flagsRobert Tari2022-02-171-1/+0
| |
| * Clean up compilation flagsRobert Tari2022-02-172-16/+7
|/
* Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'Mike Gabriel2022-02-162-2/+1
|\ | | | | | | Attributes GH PR #22: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/22
| * data/CMakeLists.txt: Drop unused CMAKE_INSTALL_FULL_PKGLIBEXECDIRRobert Tari2022-02-151-1/+0
| |
| * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base systemRobert Tari2022-02-081-1/+1
|/
* release 0.8.910.8.91release-buildsMike Gabriel2022-01-274-2/+47
|
* Merge branch 'sunweaver-pr/use-pkg-config-indicatordir-for-library-path'Robert Tari2022-01-271-1/+2
|\ | | | | | | Attributes GH PR #20: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/20
| * data/CMakeLists.txt: Update detection of SYSTEMD_USER_DIR, use systemd's ↵Mike Gabriel2022-01-271-6/+25
| | | | | | | | pkg-config variable if possible.
| * CMakeLists.txt: Fix project name (ayatana-indicator-application, not ↵Mike Gabriel2022-01-271-2/+2
| | | | | | | | ayatana-appindicator-application).
| * src/CMakeLists.txt: Use pkg-config's indicatordir as library installation path.Mike Gabriel2022-01-261-1/+2
| |
* | Merge branch 'sunweaver-pr/fix-systemd-unit-file-location'Robert Tari2022-01-272-8/+27
|\ \ | |/ |/| | | Attributes GH PR #19: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/19
| * data/CMakeLists.txt: Update detection of SYSTEMD_USER_DIR, use systemd's ↵Mike Gabriel2022-01-261-6/+25
| | | | | | | | pkg-config variable if possible.
| * CMakeLists.txt: Fix project name (ayatana-indicator-application, not ↵Mike Gabriel2022-01-261-2/+2
|/ | | | ayatana-appindicator-application).
* release 0.8.900.8.90Mike Gabriel2021-11-185-6826/+3226
|
* Merge branch 'sunweaver-pr/travis-cleanup'Robert Tari2021-10-251-21/+12
|\ | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/17
| * .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-251-1/+1
| |
| * Fix Travis status imageRobert Tari2021-10-251-1/+1
| |
| * .build.yml: Comment out running unit tests (no tests in project).Mike Gabriel2021-10-251-6/+6
| |
| * .build.yml: Remove source code of locally built dependencies after they have ↵Mike Gabriel2021-10-251-0/+5
| | | | | | | | been installed.
| * .build.yml: Run unit tests in build_scripts: target.Mike Gabriel2021-10-251-8/+4
| |
| * .build.yml: Drop autogen.sh support.Mike Gabriel2021-10-251-12/+2
| |
* | .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-201-1/+1
| |
* | Fix Travis status imageRobert Tari2021-09-021-1/+1
|/
* debian/rules: Enable unit tests (if there were any).Mike Gabriel2021-08-291-0/+8
|
* .travis.yml: Fix branch name what is now the default branch in ↵Mike Gabriel2021-08-281-1/+1
| | | | ayatana-dev-scripts.
* Merge branch 'tari01-pr/add-enable-werror-option'Mike Gabriel2021-08-101-0/+9
|\ | | | | | | Attributes GH PR #16: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/16
| * Add ENABLE_WERROR optionRobert Tari2021-08-091-0/+9
|/
* README.md: Add missing parenthesis close.Mike Gabriel2021-06-271-1/+1
|
* Merge branch 'sunweaver-pr/travis-build-our-libs-from-source'Robert Tari2021-06-151-9/+52
|\ | | | | | | Attributes GH PR #11: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/11
| * .build.yml: During CI builds, build latest ayatana-ido, libayatana-indicator ↵Mike Gabriel2021-06-111-9/+52
|/ | | | and libayatana-indicator and use those for CI builds of ayatana-indicator-application.
* Merge branch 'tari01-pr/fix-runtime-install'Mike Gabriel2021-06-111-1/+1
|\ | | | | | | Attributes GH PR #15: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/15
| * Fix .desktop file install locationRobert Tari2021-06-111-1/+1
| |
| * Fix service file installationRobert Tari2021-06-111-1/+1
| |
* | Merge branch 'tari01-pr/fix-xdg-location'Mike Gabriel2021-06-111-1/+1
|\ \ | |/ |/| | | Attributes GH PR #14: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/14
| * Fix .desktop file install locationRobert Tari2021-06-111-1/+1
|/
* Merge branch 'tari01-pr/cmake-install-full'Mike Gabriel2021-06-104-7/+7
|\ | | | | | | Attributes GH PR #13: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/13
| * Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-104-7/+7
|/
* README.md: Rephrase where this indicator is used, currently not used in Lomiri.Mike Gabriel2021-06-071-1/+1
|
* Merge branch 'tari01-pr/add-documentation'Mike Gabriel2021-06-073-2/+101
|\ | | | | | | Attributes GH PR #12: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/12
| * README: Drop old fileRobert Tari2021-06-041-2/+0
| |
| * Add documentation and install instructionsRobert Tari2021-06-042-0/+101
|/
* Merge branch 'sunweaver-pr/debian-pkging-adjusted-to-cmake'Robert Tari2021-05-252-8/+3
|\ | | | | | | Attributes GH PR #10: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/10
| * debian/{control,rules}: Adjust to the CMake build system switch.Mike Gabriel2021-05-252-8/+3
|/ | | | Fixes https://github.com/AyatanaIndicators/ayatana-indicator-application/issues/8
* Merge branch 'tari01-pr/move-to-cmake'Mike Gabriel2021-05-2517-735/+188
|\ | | | | | | Attributes GH PR #7: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/7
| * Remove unused filesRobert Tari2021-05-062-22/+0
| |
| * Remove Automake filesRobert Tari2021-05-0610-711/+0
| |
| * Add CMakeLists.txt filesRobert Tari2021-05-063-0/+186
| |
| * data: Fix ayatana-indicator-application.service.inRobert Tari2021-05-061-1/+1
| |