aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * .build.yml: Drop local builds of ayatana-ido and libayatana-indicator. They ↵Mike Gabriel2021-10-241-0/+4
| | | | | | | | confuse cppcheck.
| * .build.yml: Fix rebuild with gcc on multi-core build nodes.Mike Gabriel2021-10-241-0/+5
| |
| * .build.yml and debian/control: Sync list and order of build-dependencies ↵Mike Gabriel2021-10-242-7/+9
| | | | | | | | (Debian and Ubuntu).
| * bindings/mono/CMakeLists.txt: Fix missing target ↵Mike Gabriel2021-10-241-1/+1
|/ | | | | | | | | | bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs. Resolves this FTBFS in bindings/mono/ for FLAVOUR_GTK3: make[2]: *** No rule to make target 'bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs', needed by 'bindings/mono/ayatana-appindicator3-sharp.dll'. Stop.
* Merge branch 'sunweaver-pr/gi-is-mandatory'Robert Tari2021-10-241-1/+1
|\ | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/36
| * .build.yml: Fix typoRobert Tari2021-10-241-4/+4
| |
| * CMakeLists.txt: White-space fix (remove superfluous empty line).Mike Gabriel2021-10-241-1/+0
| |
| * CMakeLists.txt: Check for presence of gtk-doc executable if -DENABLE_GTKDOC=ON.Mike Gabriel2021-10-241-0/+8
| | | | | | | | Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/15
| * {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵Mike Gabriel2021-10-242-2/+8
| | | | | | | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27
| * src/CMakeLists.txt: GObjectIntrospection is not optional, so mark it as ↵Mike Gabriel2021-10-231-1/+1
| | | | | | | | | | | | REQUIRED (only). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/28
* | .build.yml: Fix typoRobert Tari2021-10-241-4/+4
| |
* | Merge branch 'sunweaver-pr/check-for-gtk-doc'Robert Tari2021-10-241-1/+8
|\ \ | | | | | | | | | Attributes GH PR #35: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/35
| * | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵Mike Gabriel2021-10-242-2/+8
| | | | | | | | | | | | | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27
| * | CMakeLists.txt: White-space fix (remove superfluous empty line).Mike Gabriel2021-10-231-1/+0
| | |
| * | CMakeLists.txt: Check for presence of gtk-doc executable if -DENABLE_GTKDOC=ON.Mike Gabriel2021-10-231-0/+8
| |/ | | | | | | Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/15
* | Merge branch 'sunweaver-pr/make-bindings-optional'Robert Tari2021-10-242-2/+8
|\ \ | |/ |/| | | Attributes GH PR #34: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/34
| * {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵Mike Gabriel2021-10-232-2/+8
|/ | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27
* Merge branch 'sunweaver-pr/bring-back-gtk2-build-support'Robert Tari2021-10-2325-282/+597
|\ | | | | | | Attributes GH PR #32: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/33
| * .build.yml: Drop autogen.sh support; add GTK+-2.0 build and test support; ↵Mike Gabriel2021-10-231-12/+49
| | | | | | | | also run unit tests on Ubuntu.
| * debian/*: Re-enable / uncomment GTK+ 2.0 support.Mike Gabriel2021-10-235-77/+83
| |
| * Re-introduce (CMake based) build support against GTK+ 2.0.Mike Gabriel2021-10-2319-193/+465
| |
* | Merge branch 'sunweaver-pr/add-enable-gtkdoc-cmake-option'Robert Tari2021-10-231-1/+5
|\| | | | | | | Attributes GH PR #32: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/32
| * CMakeLists: Introduce -DENABLE_GTKDOC.Mike Gabriel2021-10-231-1/+5
|/
* debian/rules: Run GTK3 unit tests first (see if they also fail on Jenkins).Mike Gabriel2021-10-221-10/+10
|
* debian/rules: Also explicitly set XDG_CACHE_HOME for unit tests.Mike Gabriel2021-10-221-2/+6
|
* debian/rules: Also set XDG_DATA_HOME for unit tests.Mike Gabriel2021-10-221-2/+6
|
* .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-201-1/+1
|
* .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-201-1/+1
|
* Merge branch 'tari01-pr/add-enable-werror-option'Mike Gabriel2021-08-101-4/+13
|\ | | | | | | Attributes GH PR #29: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/29
| * Add ENABLE_WERROR optionRobert Tari2021-08-091-4/+13
|/
* Merge branch 'sunweaver-pr/debian-fix-gtk-3-only-builds'Robert Tari2021-06-116-61/+107
|\ | | | | | | Attributes GH PR #26: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/26
| * debian/*: Fix DEB builds (GTK-3+ only for now) after CMake switch-over.Mike Gabriel2021-06-116-61/+107
|/
* Merge branch 'sunweaver-pr/mono-namespacing-fix'Robert Tari2021-06-1111-71/+71
|\ | | | | | | Attributes GH PR #25: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/25
| * Mono bindings: Change namespace from ayatana-appindicator-sharp3 to ↵Mike Gabriel2021-06-1111-71/+71
|/ | | | ayatana-appindicator3-sharp (and similar).
* debian/changelog: Bump package version to 0.5.90.Mike Gabriel2021-06-101-0/+7
|
* Merge branch 'tari01-pr/move-to-cmake'Mike Gabriel2021-06-1052-1825/+1536
|\ | | | | | | Attributes GH PR #16: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/16
| * bindings/vala/ayatana-appindicator3-0.1.deps: Add all dependenciesRobert Tari2021-06-091-0/+2
| |
| * .build.yml: Add libdbus-1-dev dependency for Debian/UbuntuRobert Tari2021-06-091-0/+2
| |
| * .build.yml: Add gtk-sharp3-gapi dependency for Debian/UbuntuRobert Tari2021-06-091-0/+2
| |
| * .build.yml: Add libgtk3.0-cil-dev dependencyRobert Tari2021-06-091-0/+2
| |
| * Drop Automake filesRobert Tari2021-06-0919-1745/+0
| |
| * Drop legacy GTK filesRobert Tari2021-06-091-3/+0
| |
| * Add CMakeLists.txt files + cmake/ helpersRobert Tari2021-06-0916-0/+1436
| |
| * bindings/mono/examples: Port ayatana-indicator-example.in to CMakeRobert Tari2021-06-091-1/+1
| |
| * bindings/mono: Drop custom extension and use partial class in ↵Robert Tari2021-06-092-26/+40
| | | | | | | | ApplicationIndicatorCustom.cs
| * bindings/vala: Add ayatana-appindicator3-0.1.depsRobert Tari2021-06-091-0/+1
| |
| * bindings/mono: Rename and port ayatana-appindicator-sharp3-0.1.pc.in to CMakeRobert Tari2021-06-091-6/+6
| |
| * src: Port ayatana-appindicator3-0.1.pc.in to CMakeRobert Tari2021-06-091-7/+7
| |
| * bindings/mono: Use preconfigured ayatana-appindicator-sharp.dll.configRobert Tari2021-06-082-7/+7
| |
| * docs/reference: Port version.xml.in to CMakeRobert Tari2021-06-081-1/+1
| |