Kaydet (Commit) 26f3dc2c authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS nativebroffice_SRC680 (1.18.2.1.4); FILE MERGED

2007/03/14 12:09:42 obr 1.18.2.1.4.1: #i74459# multi product support
üst f879b18d
......@@ -4,9 +4,9 @@
#
# $RCSfile: productversion.mk,v $
#
# $Revision: 1.21 $
# $Revision: 1.22 $
#
# last change: $Author: rt $ $Date: 2007-02-19 13:47:46 $
# last change: $Author: kz $ $Date: 2007-05-10 15:18:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -38,6 +38,7 @@ PRODUCTVERSION = 2.3
LONGPRODUCTNAME = OpenOffice.org 2.3
UNIXFILENAME = openoffice.org2.3
PKGVERSION = 2.3
.IF "$(OS)"=="LINUX"
PKGREV = $(BUILD)
.ELSE
......@@ -56,3 +57,29 @@ RPMMACROS= \
.ELSE
PKGDIR=$(BIN)
.ENDIF
PRODUCTLIST = openoffice.org broffice.org
# default values to minimize maintainance effort
PRODUCTVERSION = 2.2
PKGVERSION = $(PRODUCTVERSION)
# gnome-vfs treats everything behind the last '.' as an icon extension,
# even though the "icon_filename" in '.keys' is specified as filename
# without extension. Since it also does not know how to handle "2-writer"
# type icons :-), we are stripping all '.' for now.
# ToDo: maybe we use a product major later ??
ICONVERSION = $(PRODUCTVERSION:s/.//g)
PRODUCTNAME.openoffice.org = OpenOffice.org
PRODUCTVERSION.openoffice.org = $(PRODUCTVERSION)
PKGVERSION.openoffice.org = $(PKGVERSION)
UNIXFILENAME.openoffice.org = $(PRODUCTNAME.openoffice.org:l)$(PRODUCTVERSION.openoffice.org)
ICONPREFIX.openoffice.org = $(UNIXFILENAME.openoffice.org:s/.//g)
PRODUCTNAME.broffice.org = BrOffice.org
PRODUCTVERSION.broffice.org = $(PRODUCTVERSION)
PKGVERSION.broffice.org = $(PKGVERSION)
UNIXFILENAME.broffice.org = $(PRODUCTNAME.broffice.org:l)$(PRODUCTVERSION.broffice.org)
ICONPREFIX.broffice.org = $(UNIXFILENAME.broffice.org:s/.//g)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment