aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* debian/control: Drop B-D: dh-exec. Not needed anymore since removal of ↵Mike Gabriel2021-06-171-1/+0
| | | | ayatana-indicator-common bin:pkg.
* debian/rules: Drop remnants of ayatana-indicator-common (found in dh_install ↵Mike Gabriel2021-06-171-2/+0
| | | | and dh_missing overrides).
* Merge branch 'tari01-pr/drop-ayatana-indicators-target'Mike Gabriel2021-06-167-54/+0
|\ | | | | | | Attributes GH PR #51: https://github.com/AyatanaIndicators/libayatana-indicator/pull/51
| * debian/: Drop bin:pkg ayatana-indicator-common (moved to src:pkg ↵Robert Tari2021-06-164-28/+0
| | | | | | | | | | | | | | | | | | | | | | libayatana-common). - d/rules: Remove ayatana-indicators-pre.target override. - d/control: + Remove bin:pkg ayatana-indicator-common. + Remove systemd dependency. - d/ayatana-indicator-common.install: Drop file. - d/ayatana-indicator-common.links: Drop file.
| * .build.yml: Remove systemd dependency.Robert Tari2021-06-161-2/+0
| |
| * data/: Drop ayatana-indicators.target (moved to libayatana-common).Robert Tari2021-06-162-24/+0
|/
* Merge branch 'tari01-pr/disable-loader'Mike Gabriel2021-06-101-2/+8
|\ | | | | | | Attributes GH PR #49: https://github.com/AyatanaIndicators/libayatana-indicator/pull/49
| * Add option to disable Loader build/installationRobert Tari2021-06-101-2/+8
|/
* Merge branch 'tari01-pr/cmake-install-full'Mike Gabriel2021-06-096-30/+30
|\ | | | | | | Attributes GH PR #48: https://github.com/AyatanaIndicators/libayatana-indicator/pull/48
| * Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-086-30/+30
|/
* debian/control: Add D (libayatana-indicator3-dev): libayatana-ido3-dev.Mike Gabriel2021-06-081-0/+1
|
* README.md: Slight adjustment to the .desktop file comparison.Mike Gabriel2021-05-251-1/+1
|
* Merge branch 'tari01-pr/update-docs'Mike Gabriel2021-05-253-43/+141
|\ | | | | | | Attributes GH PR #47: https://github.com/AyatanaIndicators/libayatana-indicator/pull/47
| * README: Drop old fileRobert Tari2021-05-241-43/+0
| |
| * Add documentation filesRobert Tari2021-05-242-0/+141
|/
* Merge branch 'sunweaver-pr/support-disabling-IDO'Robert Tari2021-05-178-22/+69
|\ | | | | | | Attributes GH PR #46: https://github.com/AyatanaIndicators/libayatana-indicator/pull/46
| * Travis CI: Also test GTK+-3.0 builds with IDO support disabled.Mike Gabriel2021-05-171-0/+26
| |
| * CMakeLists.txt: Report more build parameters to stdout when CMake configures ↵Mike Gabriel2021-05-171-0/+3
| | | | | | | | the build.
| * {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.Mike Gabriel2021-05-177-22/+40
|/ | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
* Merge branch 'tari01-pr/fix-tests-and-coverage'Robert Tari2021-05-179-69/+311
|\ | | | | | | Attributes GH PR #41: https://github.com/AyatanaIndicators/libayatana-indicator/pull/41
| * CMakeLists.txt: Fix coverage report. We need to reference the test ↵Mike Gabriel2021-05-171-1/+24
| | | | | | | | executables here, not the test wrappers.
| * tests/CMakeLists.txt: Rewrite to fix tests and coverageMike Gabriel2021-05-171-56/+267
| |
| * Revert "tests/run-xvfb.sh: Drop file, not required with CMake."Mike Gabriel2021-05-161-0/+8
| | | | | | | | This reverts commit c7a152ad3da254704945de297f0de957966fb6b8.
| * tests/org.ayatana.indicator.test.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
| |
| * tests/service-manager-connect.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
| |
| * tests/service-version-good.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
| |
| * tests/service-version-bad.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
| |
| * tests/session.conf.in: Fix placeholderRobert Tari2021-05-161-3/+3
| |
| * tests/test-indicator-ng.c: Enable all testsRobert Tari2021-05-161-5/+5
|/
* Merge branch 'sunweaver-pr/bring-back-gtk2-builds'Robert Tari2021-05-1419-847/+226
|\ | | | | | | Attributes GH PR #44: https://github.com/AyatanaIndicators/libayatana-indicator/pull/44
| * Travis CI: Drop autotools support, build and test GTK+-2.0 and GTK+-3.0 ↵Mike Gabriel2021-05-121-14/+33
| | | | | | | | flavours.
| * debian/libayatana-indicator3-tools.install: Install ↵Mike Gabriel2021-05-121-1/+1
| | | | | | | | ayatana-indicator3-loader test tool to LIBEXECDIR.
| * debian/libayatana-indicator*-dev.install: No .a files shipped anymore.Mike Gabriel2021-05-122-2/+0
| |
| * debian/*.symbols: Update symbols files.Mike Gabriel2021-05-122-0/+10
| |
| * debian/rules: Run GTK2/GTK3 unit tests sequentially.Mike Gabriel2021-05-121-4/+3
| |
| * debian/rules: Explicitly enable tests at build time.Mike Gabriel2021-05-121-1/+1
| |
| * debian/rules: Adjust to CMake based build. (Fixes DEB builds after CMake ↵Mike Gabriel2021-05-121-7/+4
| | | | | | | | switch).
| * debian/control: Adjust B-Ds for CMake based build.Mike Gabriel2021-05-121-2/+3
| |
| * CMakeLists.txt: Always builds indicator3 loader tool (not just when ↵Mike Gabriel2021-05-121-1/+1
| | | | | | | | ENABLE_TESTS is set).
| * Bring back GTK+-2.0 and GTK+-3.0 build flavours.Mike Gabriel2021-05-127-164/+171
| |
| * tests/run-xvfb.sh: Drop file, not required with CMake.Mike Gabriel2021-05-121-8/+0
| |
| * trim-lcov.py: Drop file, not required anymore with CMake.Mike Gabriel2021-05-121-73/+0
| |
| * */Makefile.am: Drop more remnants of autotools.Mike Gabriel2021-05-122-571/+0
|/
* Merge branch 'tari01-pr/move-to-cmake'Mike Gabriel2021-05-1260-1014/+804
|\ | | | | | | Attributes GH PR #38: https://github.com/AyatanaIndicators/libayatana-indicator/pull/38
| * Append us to copyright headersRobert Tari2021-05-1220-0/+40
| |
| * Remove Automake-related filesRobert Tari2021-05-1212-638/+0
| |
| * Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵Robert Tari2021-05-1226-36/+409
| | | | | | | | | | | | include paths tests/test-loader.c: fix library paths
| * tests/test-indicator-ng.c: disable menu test for now, it will not work with ↵Robert Tari2021-05-111-5/+5
| | | | | | | | GCovr
| * Whitespace fixRobert Tari2021-05-111-1/+1
| |
| * Add ayatana-indicator3-0.4.pc.in to dataRobert Tari2021-05-111-0/+15
| |