aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
| * docs/reference: Port libayatana-appindicator-docs.sgml.in to CMakeRobert Tari2021-06-081-1/+1
| |
| * bindings/mono: Port policy.0.1.ayatana-appindicator-sharp.config.in to CMakeRobert Tari2021-06-081-8/+8
| |
| * bindings/mono: Port policy.0.0.ayatana-appindicator-sharp.config.in to CMakeRobert Tari2021-06-081-8/+8
| |
| * bindings/mono: Update AssemblyInfo.csRobert Tari2021-06-081-2/+2
| |
| * bindings/mono: Port app-indicator.sources.xml.in to CMakeRobert Tari2021-06-081-10/+10
| |
| * src: use preconfigured AyatanaAppIndicator3-0.1.metadataRobert Tari2021-06-011-0/+0
|/
* Merge branch 'sunweaver-pr/travis-ci'Robert Tari2021-05-255-11/+218
|\ | | | | | | Attributes GH PR #21: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/21
| * configure.ac: Default to GTK+-3.0 build (will come with CMake switch, anyway).Mike Gabriel2021-05-251-2/+2
| |
| * {src,tests}/Makefile.am: Drop -Werror flag for now. Needs to be re-added later.Mike Gabriel2021-05-252-9/+9
| |
| * Travis CI: Add initial scripts for running CI builds on Travis CI.Mike Gabriel2021-05-252-0/+207
|/
* debian/rules: Make really really sure that unit tests are not run in ↵Mike Gabriel2021-05-031-6/+10
| | | | parallel (although this looks ugly).
* Merge branch 'pr/fix-unit-tests'Mike Gabriel2021-05-012-4/+4
|\ | | | | | | Attribute GH PR #19: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/19
| * debian/rules: Switch to official Debian's dotest-% target. This stops ↵pr/fix-unit-testsMike Gabriel2021-04-301-3/+3
| | | | | | | | ignoring unit tests during DEB package buids (and also fixes them).
| * tests/Makefile.am: Add --keep-env option to dbus-test-runner calls. Allows ↵Mike Gabriel2021-04-301-1/+1
|/ | | | propagating e.g. a build HOME into the DBus test environment.
* release 0.5.50.5.5Mike Gabriel2020-07-236-5/+107
|
* debian/rules: Explicitly set XDG_CACHE_HOME during unit tests, too. Hope ↵Mike Gabriel2020-07-231-2/+2
| | | | this amends the dconf errors spotted lately.
* debian/rules: Fix dh_auto_test call in dotest-%: target.Mike Gabriel2020-07-231-1/+1
|
* debian/control: Drop R³ field again, it causes FTBFS on Ubuntu bionic in ↵Mike Gabriel2020-07-231-1/+0
| | | | their version of dh_makeclilibs.
* debian/rules: Drop more Python2 build stuff, esp. references to Py2-version ↵Mike Gabriel2020-07-231-30/+3
| | | | specific builds.
* debian/changelog: Fix typo in previous changelog stanza's date.Mike Gabriel2020-07-231-1/+1
|
* configure.ac: Drop Python section that configured the build for Python2 ↵Mike Gabriel2020-07-221-27/+0
| | | | bindings.