summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 14:18:33 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 14:18:33 +0000
commit26f3dc2c6724e11b99d16e8d8a9e8050aa1d3289 (patch)
tree494874c0cee39c0868e44346e3aa414155a895ad /sysui
parentf879b18d2675c94e65cdc132e3a5c39fb07a2fec (diff)
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
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/productversion.mk31
1 files changed, 29 insertions, 2 deletions
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk
index 32fd69f0cd5d..ebecbf0a5670 100644
--- a/sysui/desktop/productversion.mk
+++ b/sysui/desktop/productversion.mk
@@ -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)
+
+