From 61cfe70fad81db376a84adea61567b23c1499c80 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 20 Feb 2005 23:27:01 +0000 Subject: [PATCH] fixed some FHS bundle installs git-svn-id: http://svn.opengroupware.org/SOGo/trunk@594 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/Main/ChangeLog | 4 ++++ SOGo/Main/GNUmakefile | 1 + SOGo/Main/Version | 2 +- SOGo/Protocols/iCalHTTP/ChangeLog | 4 ++++ SOGo/Protocols/iCalHTTP/GNUmakefile | 1 + SOGo/Protocols/iCalHTTP/Version | 2 +- 6 files changed, 12 insertions(+), 2 deletions(-) diff --git a/SOGo/Main/ChangeLog b/SOGo/Main/ChangeLog index 3393adff..f69b629a 100644 --- a/SOGo/Main/ChangeLog +++ b/SOGo/Main/ChangeLog @@ -1,3 +1,7 @@ +2005-02-21 Helge Hess + + * GNUmakefile: properly install bundle in FHS (v0.9.26) + 2005-02-20 Helge Hess * SOGoProductLoader.m: fixed product loader for FHS and Cocoa (0.9.25) diff --git a/SOGo/Main/GNUmakefile b/SOGo/Main/GNUmakefile index f1e14e38..fe404268 100644 --- a/SOGo/Main/GNUmakefile +++ b/SOGo/Main/GNUmakefile @@ -47,3 +47,4 @@ MainUI_LOCALIZED_RESOURCE_FILES += \ include $(GNUSTEP_MAKEFILES)/bundle.make include $(GNUSTEP_MAKEFILES)/tool.make -include GNUmakefile.postamble +include ../fhsbundle.make diff --git a/SOGo/Main/Version b/SOGo/Main/Version index 32f78759..2f80ae21 100644 --- a/SOGo/Main/Version +++ b/SOGo/Main/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=25 +SUBMINOR_VERSION:=26 # v0.9.24 requires libWEExtensions v4.5.67 # v0.9.16 requires libNGExtensions v4.5.136 diff --git a/SOGo/Protocols/iCalHTTP/ChangeLog b/SOGo/Protocols/iCalHTTP/ChangeLog index 7108d6a6..47966e3e 100644 --- a/SOGo/Protocols/iCalHTTP/ChangeLog +++ b/SOGo/Protocols/iCalHTTP/ChangeLog @@ -1,3 +1,7 @@ +2005-02-21 Helge Hess + + * GNUmakefile: added FHS install (v0.9.4) + 2004-10-19 Helge Hess * started SOGoICalFilePublish.m for allowing iCal PUTs diff --git a/SOGo/Protocols/iCalHTTP/GNUmakefile b/SOGo/Protocols/iCalHTTP/GNUmakefile index 7b280b50..116d6c58 100644 --- a/SOGo/Protocols/iCalHTTP/GNUmakefile +++ b/SOGo/Protocols/iCalHTTP/GNUmakefile @@ -26,3 +26,4 @@ ADDITIONAL_INCLUDE_DIRS += \ -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble +include ../../fhsbundle.make diff --git a/SOGo/Protocols/iCalHTTP/Version b/SOGo/Protocols/iCalHTTP/Version index 59c54d77..004d00a7 100644 --- a/SOGo/Protocols/iCalHTTP/Version +++ b/SOGo/Protocols/iCalHTTP/Version @@ -1,5 +1,5 @@ # Version file -SUBMINOR_VERSION:=3 +SUBMINOR_VERSION:=4 # v0.9.3 requires NGiCal v4.3.32 -- 2.39.5