Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 1 | -1/+1 | |
2022-11-10 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -1/+1 | |
2021-08-07 | release 1.26.0v1.26.0 | raveit65 | 1 | -1/+1 | |
2021-06-05 | release 1.25.1v1.25.1 | raveit65 | 1 | -1/+1 | |
2021-02-27 | build: Don't install packages.match when packagekit is disabled | rbuj | 1 | -0/+1 | |
2021-02-09 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -11/+13 | |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+2 | |
2021-02-04 | build: display package name and version in configure summary | rbuj | 1 | -1/+4 | |
2021-02-02 | build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME | rbuj | 1 | -1/+1 | |
2020-06-23 | release 1.25.0v1.25.0 | raveit65 | 1 | -1/+1 | |
2020-06-23 | build: includes all required modules by libegg in PKG_CHECK_MODULES | rbuj | 1 | -6/+6 | |
2020-06-05 | use git submodule of libegg | Wu Xiaotian | 1 | -1/+7 | |
2020-02-15 | autoconf: get zstd mime type using libmagic if enabled | rbuj | 1 | -0/+46 | |
2020-02-10 | release 1.24.0v1.24.0 | raveit65 | 1 | -1/+1 | |
2020-02-07 | Fix mate-desktop URL | rbuj | 1 | -1/+1 | |
2020-01-21 | release 1.23.3v1.23.3 | raveit65 | 1 | -1/+1 | |
2020-01-04 | fr-command-rpm: Use rpm2cpio binary shipped with rpm package | rbuj | 1 | -1/+0 | |
closes #350 | |||||
2019-12-05 | use cpio if no binary is found | raveit65 | 1 | -1/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/file-roller/commit/eb8a7fa | |||||
2019-12-05 | add a configure environment variable to select the cpio path | Jasper Lievisse Adriaanse | 1 | -0/+4 | |
on some systems (like OpenBSD), gcpio is prefered over the base cpio. origin commit: https://gitlab.gnome.org/GNOME/file-roller/commit/8a51165 | |||||
2019-12-01 | define LOCALEDIR for bindtextdomain() | Wu Xiaotian | 1 | -8/+0 | |
2019-12-01 | migrate from intltool to gettext | Wu Xiaotian | 1 | -3/+4 | |
2019-10-09 | release 1.23.2v1.23.2 | raveit65 | 1 | -1/+1 | |
2019-10-03 | Set compiler debug flags using MATE_DEBUG_CHECK and update configure summary | rbuj | 1 | -0/+4 | |
test: $ ./autogen.sh --enable-debug=profile --prefix=/usr <cut> Configuration: Source code location: . Compiler: gcc Compiler flags: -g -pg Warning flags: -Wall -Wmissing-prototypes Linker flags: -pg Caja support: yes PackageKit support: yes Run in place no Use libmagic: no JSON support: yes Now type `make' to compile engrampa $ ./autogen.sh --enable-debug --prefix=/usr <cut> Configuration: Source code location: . Compiler: gcc Compiler flags: -g -O0 Warning flags: -Wall -Wmissing-prototypes Linker flags: Caja support: yes PackageKit support: yes Run in place no Use libmagic: no JSON support: yes Now type `make' to compile engrampa $ grep MATE_ENABLE_DEBUG config.h | |||||
2019-10-01 | Remove internal mkdtemp and define feature test macro | rbuj | 1 | -9/+0 | |
mkdtemp(): /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc 2.19 and earlier: */ _BSD_SOURCE || /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200809L _POSIX_C_SOURCE 200809L is enabled by _XOPEN_SOURCE >= 700. Ref: http://man7.org/linux/man-pages/man7/feature_test_macros.7.html | |||||
2019-09-30 | Use mate-compiler-flags.m4 provided by mate-common | rbuj | 1 | -20/+1 | |
USAGE: ./autogen.sh --enable-compile-warnings=no/minimum/yes/maximum/error@ If --enable-compile-warnings is not provided, the default is --enable-compile-warnings=yes | |||||
2019-09-02 | release 1.23.1v1.23.1 | raveit65 | 1 | -1/+1 | |
2019-04-22 | pre-bump version | raveit65 | 1 | -1/+1 | |
2019-04-12 | Use the Automake variable nobase_dist_icons_DATA | rbuj | 1 | -12/+0 | |
nobase_dist_icons_DATA: nobase: It tells that the files have same directory structure as the installed on system dist: It tells that the files should be included in the distribution tarball icons: It tells where to install the files DATA: It tells that they are data files, and they do not need to be compiled | |||||
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 1 | -1/+1 | |
2018-06-12 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-01-30 | release 1.20v1.20.0 | raveit65 | 1 | -1/+1 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -3/+3 | |
2017-12-27 | release 1.19.2v1.19.2 | raveit65 | 1 | -1/+1 | |
2017-12-25 | build: use PKG_CONFIG to fix cross-build | monsta | 1 | -1/+1 | |
patch by Helmut Grohne https://bugs.debian.org/885107 | |||||
2017-10-11 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-03-13 | Bump version to 1.18.0v1.18.0 | Martin Wimpress | 1 | -1/+1 | |
2017-02-10 | build: remove option that disables deprecated stuff | monsta | 1 | -8/+0 | |
it's also named incorrectly - it doesn't enable anything but makes the build break on the first deprecated item | |||||
2016-12-10 | pre-bump version | monsta | 1 | -1/+1 | |
2016-11-23 | build: require caja >= 1.17.1 | monsta | 1 | -1/+1 | |
to make sure we build against GTK+3 version of libcaja-extension | |||||
2016-09-20 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-07-29 | update to 1.15.1 releasev1.15.1 | raveit65 | 1 | -1/+1 | |
2016-06-24 | use GResource to store ui files | ZenWalker | 1 | -1/+2 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774 | |||||
2016-06-01 | bump version to 1.15.0 | monsta | 1 | -1/+1 | |
2016-05-27 | require GTK+ 3.14, drop --with-gtk build option | monsta | 1 | -21/+3 | |
2016-05-21 | update to 1.14.1 releasev1.14.1 | raveit65 | 1 | -1/+1 | |
2016-04-06 | release 1.14.0 | raveit65 | 1 | -1/+1 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-11-02 | release 1.12.0v1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |