Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | tests/run-xvfb.sh: Allow sourcing run-xvfb.sh with /bin/sh. | Mike Gabriel | 2022-02-08 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'z3ntu-tests-bash' | Mike Gabriel | 2022-02-08 | 1 | -4/+4 | |
|\ | | | | | | | Attributes GH PR #48: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/48 | |||||
| * | Use /bin/sh for running tests | Luca Weiss | 2022-02-08 | 1 | -4/+4 | |
|/ | | | | The tests run fine with busybox ash as /bin/sh and do not require bash. | |||||
* | .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system | Robert Tari | 2022-02-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'sunweaver-pr/pkg-config-file-for-gtk2-broken' | Robert Tari | 2022-01-27 | 2 | -9/+8 | |
|\ | | | | | | | Attributes GH PR #45: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/45 | |||||
| * | src/ayatana-appindicator3-0.1.pc.in: Update description field and mention ↵ | Mike Gabriel | 2021-12-21 | 1 | -1/+1 | |
| | | | | | | | | GTK-3+. | |||||
| * | src/ayatana-appindicator-0.1.pc.in: Adapt file for CMake builds. This ↵ | Mike Gabriel | 2021-12-21 | 1 | -8/+7 | |
|/ | | | | slipped through when porting from autotools to CMake, it seems. (Thanks to Unit193 for reporting this via IRC). | |||||
* | Merge branch 'z3ntu-canonicalize_file_name' | Mike Gabriel | 2021-12-08 | 1 | -1/+1 | |
|\ | | | | | | | Attributes GH PR #43: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/43 | |||||
| * | Fix build with musl libc | Luca Weiss | 2021-12-07 | 1 | -1/+1 | |
|/ | | | | | canonicalize_file_name() is a GNU extension not supported by musl libc. Use realpath() from POSIX instead. | |||||
* | release 0.5.900.5.90 | Mike Gabriel | 2021-11-18 | 4 | -7611/+3696 | |
| | ||||||
* | debian/rules: Unset DBUS_SESSION_BUS_ADDRESS before running tests. | Mike Gabriel | 2021-10-24 | 1 | -0/+2 | |
| | ||||||
* | CMakeLists.txt: Fix how we evaluate the result for find_program for gtkdoc-scan. | Mike Gabriel | 2021-10-24 | 1 | -1/+1 | |
| | ||||||
* | CMakeLists.txt: Fix gtkdoc-scan binary name. | Mike Gabriel | 2021-10-24 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'sunweaver-pr/run-tests-in-build_scripts-target' | Robert Tari | 2021-10-24 | 1 | -13/+9 | |
|\ | | | | | | | Attributes GH PR #39: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/39 | |||||
| * | .build.yml. Run unit tests directly after build in build_scripts: target. | Mike Gabriel | 2021-10-24 | 1 | -13/+9 | |
|/ | ||||||
* | Merge branch 'sunweaver-pr/dbus-test-runner-keep-env' | Robert Tari | 2021-10-24 | 1 | -4/+4 | |
|\ | | | | | | | Attributes GH PR #37: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/37 | |||||
| * | tests/CMakeLists.txt: Assure that modified outside environment variables ↵ | Mike Gabriel | 2021-10-24 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | (see debian/rules) survive into the dbus-test-runner wrapped environment. This hopefully fixes build failures in sbuild build chroots where we build our upstream DEBs for Debian and Ubuntu. | |||||
* | | Merge branch 'sunweaver-pr/fix-mono-bindings-for-gtk3' | Robert Tari | 2021-10-24 | 3 | -11/+22 | |
|\| | | | | | | | Attributes GH PR #38: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/38 | |||||
| * | .build.yml: Fix building and running unit tests (mixed up of && and ||). | Mike Gabriel | 2021-10-24 | 1 | -3/+3 | |
| | | ||||||
| * | .build.yml: Drop local builds of ayatana-ido and libayatana-indicator. They ↵ | Mike Gabriel | 2021-10-24 | 1 | -0/+4 | |
| | | | | | | | | confuse cppcheck. | |||||
| * | .build.yml: Fix rebuild with gcc on multi-core build nodes. | Mike Gabriel | 2021-10-24 | 1 | -0/+5 | |
| | | ||||||
| * | .build.yml and debian/control: Sync list and order of build-dependencies ↵ | Mike Gabriel | 2021-10-24 | 2 | -7/+9 | |
| | | | | | | | | (Debian and Ubuntu). | |||||
| * | bindings/mono/CMakeLists.txt: Fix missing target ↵ | Mike Gabriel | 2021-10-24 | 1 | -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 Tari | 2021-10-24 | 1 | -1/+1 | |
|\ | | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/36 | |||||
| * | .build.yml: Fix typo | Robert Tari | 2021-10-24 | 1 | -4/+4 | |
| | | ||||||
| * | CMakeLists.txt: White-space fix (remove superfluous empty line). | Mike Gabriel | 2021-10-24 | 1 | -1/+0 | |
| | | ||||||
| * | CMakeLists.txt: Check for presence of gtk-doc executable if -DENABLE_GTKDOC=ON. | Mike Gabriel | 2021-10-24 | 1 | -0/+8 | |
| | | | | | | | | Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/15 | |||||
| * | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵ | Mike Gabriel | 2021-10-24 | 2 | -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 Gabriel | 2021-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | REQUIRED (only). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/28 | |||||
* | | .build.yml: Fix typo | Robert Tari | 2021-10-24 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch 'sunweaver-pr/check-for-gtk-doc' | Robert Tari | 2021-10-24 | 1 | -1/+8 | |
|\ \ | | | | | | | | | | Attributes GH PR #35: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/35 | |||||
| * | | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵ | Mike Gabriel | 2021-10-24 | 2 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27 | |||||
| * | | CMakeLists.txt: White-space fix (remove superfluous empty line). | Mike Gabriel | 2021-10-23 | 1 | -1/+0 | |
| | | | ||||||
| * | | CMakeLists.txt: Check for presence of gtk-doc executable if -DENABLE_GTKDOC=ON. | Mike Gabriel | 2021-10-23 | 1 | -0/+8 | |
| |/ | | | | | | | Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/15 | |||||
* | | Merge branch 'sunweaver-pr/make-bindings-optional' | Robert Tari | 2021-10-24 | 2 | -2/+8 | |
|\ \ | |/ |/| | | | Attributes GH PR #34: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/34 | |||||
| * | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵ | Mike Gabriel | 2021-10-23 | 2 | -2/+8 | |
|/ | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27 | |||||
* | 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 |