Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'sunweaver-pr/bring-back-gtk2-build-support' | Robert Tari | 2021-10-23 | 25 | -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 Gabriel | 2021-10-23 | 1 | -12/+49 | |
| | | | | | | | | also run unit tests on Ubuntu. | |||||
| * | debian/*: Re-enable / uncomment GTK+ 2.0 support. | Mike Gabriel | 2021-10-23 | 5 | -77/+83 | |
| | | ||||||
| * | Re-introduce (CMake based) build support against GTK+ 2.0. | Mike Gabriel | 2021-10-23 | 19 | -193/+465 | |
| | | ||||||
* | | Merge branch 'sunweaver-pr/add-enable-gtkdoc-cmake-option' | Robert Tari | 2021-10-23 | 1 | -1/+5 | |
|\| | | | | | | | Attributes GH PR #32: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/32 | |||||
| * | CMakeLists: Introduce -DENABLE_GTKDOC. | Mike Gabriel | 2021-10-23 | 1 | -1/+5 | |
|/ | ||||||
* | debian/rules: Run GTK3 unit tests first (see if they also fail on Jenkins). | Mike Gabriel | 2021-10-22 | 1 | -10/+10 | |
| | ||||||
* | debian/rules: Also explicitly set XDG_CACHE_HOME for unit tests. | Mike Gabriel | 2021-10-22 | 1 | -2/+6 | |
| | ||||||
* | debian/rules: Also set XDG_DATA_HOME for unit tests. | Mike Gabriel | 2021-10-22 | 1 | -2/+6 | |
| | ||||||
* | .travis.yml: Temporarily disable ppc64le builds | Robert Tari | 2021-10-20 | 1 | -1/+1 | |
| | ||||||
* | .travis.yml: Temporarily disable ppc64le builds | Robert Tari | 2021-10-20 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'tari01-pr/add-enable-werror-option' | Mike Gabriel | 2021-08-10 | 1 | -4/+13 | |
|\ | | | | | | | Attributes GH PR #29: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/29 | |||||
| * | Add ENABLE_WERROR option | Robert Tari | 2021-08-09 | 1 | -4/+13 | |
|/ | ||||||
* | Merge branch 'sunweaver-pr/debian-fix-gtk-3-only-builds' | Robert Tari | 2021-06-11 | 6 | -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 Gabriel | 2021-06-11 | 6 | -61/+107 | |
|/ | ||||||
* | Merge branch 'sunweaver-pr/mono-namespacing-fix' | Robert Tari | 2021-06-11 | 11 | -71/+71 | |
|\ | | | | | | | Attributes GH PR #25: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/25 | |||||
| * | Mono bindings: Change namespace from ayatana-appindicator-sharp3 to ↵ | Mike Gabriel | 2021-06-11 | 11 | -71/+71 | |
|/ | | | | ayatana-appindicator3-sharp (and similar). | |||||
* | debian/changelog: Bump package version to 0.5.90. | Mike Gabriel | 2021-06-10 | 1 | -0/+7 | |
| | ||||||
* | Merge branch 'tari01-pr/move-to-cmake' | Mike Gabriel | 2021-06-10 | 52 | -1825/+1536 | |
|\ | | | | | | | Attributes GH PR #16: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/16 | |||||
| * | bindings/vala/ayatana-appindicator3-0.1.deps: Add all dependencies | Robert Tari | 2021-06-09 | 1 | -0/+2 | |
| | | ||||||
| * | .build.yml: Add libdbus-1-dev dependency for Debian/Ubuntu | Robert Tari | 2021-06-09 | 1 | -0/+2 | |
| | | ||||||
| * | .build.yml: Add gtk-sharp3-gapi dependency for Debian/Ubuntu | Robert Tari | 2021-06-09 | 1 | -0/+2 | |
| | | ||||||
| * | .build.yml: Add libgtk3.0-cil-dev dependency | Robert Tari | 2021-06-09 | 1 | -0/+2 | |
| | | ||||||
| * | Drop Automake files | Robert Tari | 2021-06-09 | 19 | -1745/+0 | |
| | | ||||||
| * | Drop legacy GTK files | Robert Tari | 2021-06-09 | 1 | -3/+0 | |
| | | ||||||
| * | Add CMakeLists.txt files + cmake/ helpers | Robert Tari | 2021-06-09 | 16 | -0/+1436 | |
| | | ||||||
| * | bindings/mono/examples: Port ayatana-indicator-example.in to CMake | Robert Tari | 2021-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | bindings/mono: Drop custom extension and use partial class in ↵ | Robert Tari | 2021-06-09 | 2 | -26/+40 | |
| | | | | | | | | ApplicationIndicatorCustom.cs | |||||
| * | bindings/vala: Add ayatana-appindicator3-0.1.deps | Robert Tari | 2021-06-09 | 1 | -0/+1 | |
| | | ||||||
| * | bindings/mono: Rename and port ayatana-appindicator-sharp3-0.1.pc.in to CMake | Robert Tari | 2021-06-09 | 1 | -6/+6 | |
| | | ||||||
| * | src: Port ayatana-appindicator3-0.1.pc.in to CMake | Robert Tari | 2021-06-09 | 1 | -7/+7 | |
| | | ||||||
| * | bindings/mono: Use preconfigured ayatana-appindicator-sharp.dll.config | Robert Tari | 2021-06-08 | 2 | -7/+7 | |
| | | ||||||
| * | docs/reference: Port version.xml.in to CMake | Robert Tari | 2021-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | docs/reference: Port libayatana-appindicator-docs.sgml.in to CMake | Robert Tari | 2021-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | bindings/mono: Port policy.0.1.ayatana-appindicator-sharp.config.in to CMake | Robert Tari | 2021-06-08 | 1 | -8/+8 | |
| | | ||||||
| * | bindings/mono: Port policy.0.0.ayatana-appindicator-sharp.config.in to CMake | Robert Tari | 2021-06-08 | 1 | -8/+8 | |
| | | ||||||
| * | bindings/mono: Update AssemblyInfo.cs | Robert Tari | 2021-06-08 | 1 | -2/+2 | |
| | | ||||||
| * | bindings/mono: Port app-indicator.sources.xml.in to CMake | Robert Tari | 2021-06-08 | 1 | -10/+10 | |
| | | ||||||
| * | src: use preconfigured AyatanaAppIndicator3-0.1.metadata | Robert Tari | 2021-06-01 | 1 | -0/+0 | |
|/ | ||||||
* | Merge branch 'sunweaver-pr/travis-ci' | Robert Tari | 2021-05-25 | 5 | -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 Gabriel | 2021-05-25 | 1 | -2/+2 | |
| | | ||||||
| * | {src,tests}/Makefile.am: Drop -Werror flag for now. Needs to be re-added later. | Mike Gabriel | 2021-05-25 | 2 | -9/+9 | |
| | | ||||||
| * | Travis CI: Add initial scripts for running CI builds on Travis CI. | Mike Gabriel | 2021-05-25 | 2 | -0/+207 | |
|/ | ||||||
* | debian/rules: Make really really sure that unit tests are not run in ↵ | Mike Gabriel | 2021-05-03 | 1 | -6/+10 | |
| | | | | parallel (although this looks ugly). | |||||
* | Merge branch 'pr/fix-unit-tests' | Mike Gabriel | 2021-05-01 | 2 | -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-tests | Mike Gabriel | 2021-04-30 | 1 | -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 Gabriel | 2021-04-30 | 1 | -1/+1 | |
|/ | | | | propagating e.g. a build HOME into the DBus test environment. | |||||
* | release 0.5.50.5.5 | Mike Gabriel | 2020-07-23 | 6 | -5/+107 | |
| | ||||||
* | debian/rules: Explicitly set XDG_CACHE_HOME during unit tests, too. Hope ↵ | Mike Gabriel | 2020-07-23 | 1 | -2/+2 | |
| | | | | this amends the dconf errors spotted lately. | |||||
* | debian/rules: Fix dh_auto_test call in dotest-%: target. | Mike Gabriel | 2020-07-23 | 1 | -1/+1 | |
| |