summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-05-30travis-ci: use ubuntu focal as host system1.24raveit651-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-08travis: temporarily disable build for ArchLinuxraveit651-1/+1
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2020-11-19travis CI: fix build issue of gtk-doc moduleraveit651-0/+2
2020-11-18travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-08-12release 1.24.1v1.24.1raveit653-2/+13
2020-08-12tx: sync with transifexraveit65119-837/+2400
2020-08-12tx: update resourceraveit651-20/+10
2020-07-04Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-26[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-04-20Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-19ci: don't run configure with autogen.shraveit651-1/+1
2020-04-19build: silent build warnings for distcheckraveit651-0/+1
2020-04-08ci: variables, drop obsolete Warn_Cflagsraveit651-1/+0
2020-04-05ci: avoid deprecated skip_cleanupraveit651-1/+1
2020-04-04CI: update build environmentsraveit651-1/+1
2020-04-02Travis CI: update travis.ymlraveit651-7/+9
- fix build error with archlinux on Travis CI - Avoid warning for build config validation - change archlinux docker image name
2020-04-02build: use MATE_COMPILE_WARNINGS = yes as defaultraveit651-1/+1
2020-04-02Travis CI: build with mate-common-1.24.1 tarballraveit651-0/+14
add missing requires autoconf-archive (fedora)
2020-03-17Travis CI: use Ubuntu 20.04 instead 19.10Pablo Barciela1-1/+1
2020-03-17Travis CI: don't update gh-pagesPablo Barciela2-40/+1
2020-03-03mate-about.desktop: Do not collect the translation for Iconrbuj1-1/+1
2020-03-02tx: pull with fixed translations, pt and pt_BRraveit652-40/+42
2020-02-27Travis CI: arch build: add autoconf-archivePablo Barciela1-0/+1
2020-02-25mate-about: remove unused variable ‘window’rbuj1-1/+0
2020-02-25Remove GTimeVal deprecation warning for GLib 2.61.2+rbuj3-3/+45
2020-02-22travis: update config for new travis validationraveit652-147/+148
2020-02-20Make the build reproducibleChris Lamb2-3/+13
Whilst working on the Reproducible Builds effort [0] we noticed that mate-desktop could not be built reproducibly. This is is because it generated a "release year" etc. based on the current build date which was embedded in the binary and possibly other files. A patch attached that uses SOURCE_DATE_EPOCH [1] instead. As a side-effect, this fixes the (accidental) reset of MATE_DATE in the Autotools build system in inherited from mate-desktop-environment.git. This was originally filed in Debian as #951357 [2]. [0] https://reproducible-builds.org/ [1] https://reproducible-builds.org/specs/source-date-epoch/ [2] https://bugs.debian.org/951357
2020-02-17build: add meson config files to EXTRA_DISTraveit658-12/+31
fixes https://github.com/mate-desktop/mate-desktop/issues/431
2020-02-15tx: update configraveit651-2/+2
2020-02-08update meson version to 1.24.0v1.24.0raveit651-2/+2
2020-02-07release 1.24.0raveit652-2/+9
2020-02-07tx: sync with transifexraveit65117-4659/+4616
2020-02-06build: show warning flags on configure summaryrbuj1-0/+1
2020-02-06build: use warning flagsrbuj2-1/+2
2020-01-31autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUGrbuj1-5/+5
2020-01-19update to 1.23.3v1.23.3raveit653-16/+46
2020-01-19tx: sync with transifexraveit65117-14744/+1934
2020-01-19tx: update resources for transifexraveit651-39/+39
2020-01-18thumbnail: Remove obsolete mate_desktop_thumbnail_md5()Bastien Nocera4-23/+0
https://bugzilla.gnome.org/show_bug.cgi?id=785198 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/8663695
2020-01-18thumbnail: Remove obsolete pixbuf helperBastien Nocera6-83/+0
https://bugzilla.gnome.org/show_bug.cgi?id=785198 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/2887d75
2020-01-18thumbnail: Use an array to store the thumbnailer's cmdlineBastien Nocera1-48/+104
Instead of a shell-quoted string, to make it easier to add new elements to this command-line. origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/483ea2e
2020-01-18thumbnail: Use g_strcmp0() and remove a NULL checkBastien Nocera1-7/+2
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a5188e5
2020-01-18thumbnail: Simplify system includesBastien Nocera1-12/+3
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/1c9cabf
2020-01-18thumbnail: Fix typo in optionalBastien Nocera1-1/+1
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/fdb6fd1
2020-01-18thumbnail: Remove unused constant SECONDS_BETWEEN_STATSBastien Nocera1-2/+0
2020-01-18thumbnail: Remove unused #define GDK_PIXBUF_ENABLE_BACKENDBastien Nocera1-1/+0
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/b025840
2020-01-18thumbnail: Remove reference to MateIconFactoryBastien Nocera1-1/+1
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a63a558
2020-01-18thumbnail: Simplify init_thumbnailers_dirs()Bastien Nocera1-9/+8
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a0702a2