summaryrefslogtreecommitdiff
path: root/sysui/desktop/productversion.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:55:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:55:42 +0000
commit8054a3b1da8ce7bed7e01d2fdd452a4958d37cf5 (patch)
tree587f6be6e8577b6a90d07205f6247f151bd52437 /sysui/desktop/productversion.mk
parentd2d53dbbe83d63e277ce763dbc32f2335febbdc5 (diff)
INTEGRATION: CWS pmladek05 (1.22.6); FILE MERGED
2007/06/20 10:17:09 pmladek 1.22.6.3: #i75366# rename the used variable from UNIXFILENAME to a more clear UNIXWRAPPERNAME 2007/06/19 10:14:55 pmladek 1.22.6.2: #i75366# some clean up 2007/06/18 16:02:21 pmladek 1.22.6.1: #i75366# allow to redefine the UNIX wrapper name in the shared desktop files
Diffstat (limited to 'sysui/desktop/productversion.mk')
-rw-r--r--sysui/desktop/productversion.mk18
1 files changed, 8 insertions, 10 deletions
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk
index ebecbf0a5670..cb82d62d2ad7 100644
--- a/sysui/desktop/productversion.mk
+++ b/sysui/desktop/productversion.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: productversion.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: kz $ $Date: 2007-05-10 15:18:33 $
+# last change: $Author: hr $ $Date: 2007-06-27 13:55:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -32,13 +32,6 @@
# MA 02111-1307 USA
#
#*************************************************************************
-# NOTE: remove $(UPD) for final releases
-PRODUCTNAME = OpenOffice.org
-PRODUCTVERSION = 2.3
-LONGPRODUCTNAME = OpenOffice.org 2.3
-UNIXFILENAME = openoffice.org2.3
-PKGVERSION = 2.3
-
.IF "$(OS)"=="LINUX"
PKGREV = $(BUILD)
.ELSE
@@ -61,7 +54,7 @@ PKGDIR=$(BIN)
PRODUCTLIST = openoffice.org broffice.org
# default values to minimize maintainance effort
-PRODUCTVERSION = 2.2
+PRODUCTVERSION = 2.3
PKGVERSION = $(PRODUCTVERSION)
# gnome-vfs treats everything behind the last '.' as an icon extension,
# even though the "icon_filename" in '.keys' is specified as filename
@@ -69,6 +62,11 @@ PKGVERSION = $(PRODUCTVERSION)
# type icons :-), we are stripping all '.' for now.
# ToDo: maybe we use a product major later ??
ICONVERSION = $(PRODUCTVERSION:s/.//g)
+# UNIXWRAPPERNAME variable is used to generate the common desktop files below share/xdg;
+# the default values get replaced by make_installer.pl at (core0x) packaging time;
+# another wrapper name can be forced by --with-unix-wrapper configure option
+# which is need by other distributors, see http://www.openoffice.org/issues/show_bug.cgi?id=75366
+UNIXWRAPPERNAME *= '$${{UNIXPRODUCTNAME}}$${{PRODUCTVERSION}}'
PRODUCTNAME.openoffice.org = OpenOffice.org
PRODUCTVERSION.openoffice.org = $(PRODUCTVERSION)