summaryrefslogtreecommitdiff
path: root/src/xpi-data-Ubuntu.mk
blob: dfe1fa9269847f81934a9701b50625afd31f7190 (plain)
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
# -*- mode: makefile; coding: utf-8 -*-

# Copyright (c) 2009 Canonical Ltd.
# Author(s): Benjamin Drung <bdrung@ubuntu.com>
#
# This program 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, or (at
# your option) any later version.
#
# This program 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 this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

_xpi_makefile_path ?= /usr/share/mozilla-devscripts

ifndef _xpi_data_Ubuntu
_xpi_data_Ubuntu = 1

include $(_xpi_makefile_path)/xpi-data-common.mk

abrowser-3.5_sol := 3.5b4
abrowser-3.5_eol := 3.5.*
firefox-3.0_sol := 3.0a8
firefox-3.0_eol := 3.0.*
firefox-3.5_sol := 3.5b4
firefox-3.5_eol := 3.5.*

thunderbird_sol := 2.0
thunderbird_eol := 2.0.0.*

seamonkey_sol := 1.1.6
seamonkey_eol := *

sunbird_sol := 0.5
sunbird_eol := *

prism_sol := 0.8
prism_eol := *

packages_{ec8030f7-c20a-464f-9b0e-13a3a9e97384} += firefox-3.5 abrowser-3.5 firefox-3.0
packages_{3550f703-e582-4d05-9a08-453d09bdfdc6} += thunderbird
packages_{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} += seamonkey
packages_{e2fda1a4-762b-4020-b5ad-a41df1933103} += sunbird
packages_prism@developer.mozilla.org += prism

endif