README: add deprecation notice
[nautilus-actions.git] / fma_required_versions
blob7d4b0108c06c6e25fc0accf8f65505a15851b63b
1 # FileManager-Actions
2 # A file-manager extension which offers configurable context menu actions.
4 # Copyright (C) 2005 The GNOME Foundation
5 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
6 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
8 # FileManager-Actions is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as
10 # published by the Free Software Foundation; either version 2 of
11 # the License, or (at your option) any later version.
13 # FileManager-Actions is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with FileManager-Actions; see the file COPYING. If not, see
20 # <http://www.gnu.org/licenses/>.
22 # Authors:
23 #   Frederic Ruaudel <grumz@grumz.net>
24 #   Rodrigo Moya <rodrigo@gnome-db.org>
25 #   Pierre Wieser <pwieser@trychlos.org>
26 #   ... and many others (see AUTHORS)
28 # This file is to be sourced as shell definitions from:
29 # - maintainer/run-autogen.sh
30 # - configure.ac
31 # - some m4/ modules
33 # =================================================================== #
34 # FMA 3.4: supported distributions as of 2017-02                      #
35 # =================================================================== #
37 # distribution                       release date  end of life  Gtk   GLib
38 # ---------------------------------  ------------  -----------  ----  ------
39 # Debian 7.x Wheezy                  2013-05-04    [2018-05]    3.4   2.32.4
40 # Fedora 24                          2016-06-21    [2017-07]    3.20  2.48.2
41 # Ubuntu 14.04 LTS Trusty Tahr       2014-04-17    [2019-04]    3.10  2.40.0
42 # Ubuntu 16.04 LTS Xenial Xerus      2016-04-21    [2021-04]    3.18  2.48.0
44 gtk_required=3.4.1
45 glib_required=2.32.1
46 intltool_required=0.50.2
47 gtop_required=2.28.4
48 xml_required=2.7.8
49 uuid_required=1.6.2
51 # File-managers
52 nautilus_required=3.4.1
53 nemo_required=1.8                                       # appeared with Trusty 14 LTS
54 caja_required=1.16.0                # gtk+-3 version are in f25, ubuntu-16.10, next debian
56 REQUIRED_INTLTOOL_VERSION=${intltool_required}