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