summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-04-29Weblate migration (#44)HEADmasterOlivier Schneider15-316/+30
* Weblate migration * retrieve last transifex translations * add translation coverage badge * remove invalid po files * remove empty po files * update LINGUAS file
2026-03-12build(deps): bump actions/checkout from 5 to 6dependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2026-03-12ci: migrate from Travis CI to GitHub Actionsmbkma10-118/+312
Replace Travis CI configuration with GitHub Actions workflows. Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux. Add release workflow for automated GitHub releases on tags. Add dependabot configuration for GHA pin updates. Remove obsolete .travis.yml. ci: add missing packages and downstream links to CI scripts remove .build.yml
2024-02-14release 1.28.0v1.28.0raveit653-3/+7
2024-02-14tx: sync with transifexraveit65101-120/+121
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2023-04-16release 1.27.1v1.27.1raveit653-2/+8
real 1.27.0 release with proper release notes and tarballs
2023-04-16build warning: AC_OUTPUT should be used without argumentsrbuj1-1/+2
2023-04-16travis-CI: mark rootdir as saveraveit651-0/+1
fixes this error: ``` make[3]: Entering directory '/rootdir' Creating ChangeLog fatal: unsafe repository ('/rootdir' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /rootdir Failed to generate ChangeLog ``` A change was introduced in git 2.35.2 (and newer) to prevent a user from executing git commands in a repository owned by a different user. See https://confluence.atlassian.com/bbkb/git-command-returns-fatal-error-about-the-repository-being-owned-by-someone-else-1167744132.html
2022-11-11release 1.27.0v1.27.0mbkma3-2/+9
2022-11-09tx: sync with transifexmbkma99-261/+265
2022-10-29tx: update resourcembkma1-2/+2
2022-10-28tx: migrate config filembkma2-6/+16
2022-03-17Fix build with meson 0.61rezso3-3/+3
2021-08-04release 1.26.0v1.26.0raveit653-2/+6
2021-08-04tx: sync with transifexraveit65101-282/+800
2021-08-04travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-06-20tx: update resourceraveit651-10/+3
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-23travis: disable travis builds for ubunturaveit651-1/+1
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
2021-03-06abstract: remove the size from the wallpaper namerbuj1-2/+2
2021-03-06build: do not install mo files (translations in xml files)rbuj1-0/+5
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-11-27Remove the execution bit from picture filesrbuj15-0/+0
2020-11-16travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-11-16Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-1/+0
2020-08-20release 1.25.0v1.25.0raveit651-0/+4
2020-08-20tx: sync with transifexraveit6511-39/+42
2020-08-20tx: update resourceraveit651-2/+14
2020-07-31Add 'Something slowly gets clear' elephants wallpaper. (#34)Wyng StanĨikaitė7-1/+39
Added elephants wallpaper.
2020-07-31pre-bump versionraveit653-2/+4
2020-07-01Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-25[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-04-19Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-06[ci] avoid deprecated skip_cleanWu Xiaotian1-8/+9
2020-03-16Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-02-26build: add meson config files to EXTRA_DISTraveit654-4/+15
fixes https://github.com/mate-desktop/mate-backgrounds/issues/30
2020-02-21travis: update config for new travis validationraveit652-72/+72
2020-02-08release 1.24.0v1.24.0raveit653-2/+8
2020-02-08tx: sync with transifexraveit65102-3432/+3475
2019-12-01Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-06tx: add fixes to makepot scriptraveit651-0/+2
2019-11-06tx: update resource for transifexraveit651-4/+3
2019-10-06Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-09-06build: don't override GETTEXT_PACKAGE if it's equal to PACKAGE_NAMErbuj1-6/+0
2019-09-03Fix the error if have a newer version of gettext.raveit651-0/+2
error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20