From 1a6a01215a2c18101385fe76476d882866f58217 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 28 Sep 2005 19:28:44 +0000 Subject: [PATCH] fixed versitSaxDriver install in SaxObjC framework git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1139 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- GNUmakefile | 1 + maintenance/make-osxdmg.sh | 8 ++++---- maintenance/make-osxpkg.sh | 4 ---- sope-ical/versitSaxDriver/ChangeLog | 5 +++++ sope-ical/versitSaxDriver/GNUmakefile.preamble | 2 +- sope-ical/versitSaxDriver/Version | 2 +- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index bf741d2f..0b7b8afd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,3 +48,4 @@ macosx-pkg :: (cd $$i; $(MAKE) macosx-pkg); \ done ./maintenance/make-osxmpkg.sh SOPE-4.5 + ./maintenance/make-osxdmg.sh SOPE-4.5 osxpkgbuild "SOPE 4.5" diff --git a/maintenance/make-osxdmg.sh b/maintenance/make-osxdmg.sh index dee527bd..9089a9a8 100755 --- a/maintenance/make-osxdmg.sh +++ b/maintenance/make-osxdmg.sh @@ -99,7 +99,7 @@ echo "Building MacOSX DMG ${DMG_NAME}.dmg for $BIN_DIR .." calcSize; echo " size: ${SIZE_KB}K" -setupDisk "${DMG_NAME}.dmg" +setupDisk "${DMG_NAME}-build-$$.dmg" echo -n " coping content to disk .." cd $BIN_DIR @@ -110,9 +110,9 @@ echo ".. done." # once again eject, to synchronize ejectDisk; -REL_DMG="${DMG_NAME}-release.dmg" -convertToReadOnlyCompressedImage "${DMG_NAME}.dmg" "${REL_DMG}" +REL_DMG="${DMG_NAME}.dmg" +convertToReadOnlyCompressedImage "${DMG_NAME}-build-$$.dmg" "${REL_DMG}" internetEnableDiskImage "${REL_DMG}" # delete src image -rm -f "${DMG_NAME}.dmg" +rm -f "${DMG_NAME}-build-$$.dmg" diff --git a/maintenance/make-osxpkg.sh b/maintenance/make-osxpkg.sh index f62259d1..2c7c53c7 100755 --- a/maintenance/make-osxpkg.sh +++ b/maintenance/make-osxpkg.sh @@ -260,9 +260,6 @@ function genBundleVersions() { echo >>$F " " - # this makes reinstalls fail w/o any information (in Tiger) - # TODO: => no, doesn't seem to change anything - if test "x$WORKING_BUNDLE_VERSIONS" = "xyes"; then frameworks=`find "${ROOT_DIR}" -type d -name "*.framework"` for frameworkpath in $frameworks; do frameworkvfile="`find $frameworkpath -type f -name Version | head -n 1`" @@ -284,7 +281,6 @@ function genBundleVersions() { echo " Note: no Version file in framework `basename $frameworkpath`" fi done - fi echo >>$F " " echo >>$F "" diff --git a/sope-ical/versitSaxDriver/ChangeLog b/sope-ical/versitSaxDriver/ChangeLog index b45991ed..68b508c1 100644 --- a/sope-ical/versitSaxDriver/ChangeLog +++ b/sope-ical/versitSaxDriver/ChangeLog @@ -1,3 +1,8 @@ +2005-09-28 Helge Hess + + * GNUmakefile.preamble: install bundle in proper SaxObjC framework + location (v4.5.19) + 2005-08-16 Helge Hess * install into /Library/SaxDrivers-4.5 when compiling for frameworks diff --git a/sope-ical/versitSaxDriver/GNUmakefile.preamble b/sope-ical/versitSaxDriver/GNUmakefile.preamble index d9dfed07..95fbfac6 100644 --- a/sope-ical/versitSaxDriver/GNUmakefile.preamble +++ b/sope-ical/versitSaxDriver/GNUmakefile.preamble @@ -6,7 +6,7 @@ SOPE_OBJ_ROOT=$(GNUSTEP_BUILD_DIR)/$(SOPE_ROOT) ifeq ($(frameworks),yes) # hm, we might prefer /Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/ # but this is harder with the FRAMEWORK_INSTALL_DIR -BUNDLE_INSTALL_DIR := $(FRAMEWORK_INSTALL_DIR)/SaxObjC.framework/Resources/SaxDrivers/ +BUNDLE_INSTALL_DIR := $(FRAMEWORK_INSTALL_DIR)/SaxObjC.framework/Versions/A/Resources/SaxDrivers/ endif diff --git a/sope-ical/versitSaxDriver/Version b/sope-ical/versitSaxDriver/Version index 5fbb9f75..b5a142f9 100644 --- a/sope-ical/versitSaxDriver/Version +++ b/sope-ical/versitSaxDriver/Version @@ -1,3 +1,3 @@ # Version file -SUBMINOR_VERSION:=18 +SUBMINOR_VERSION:=19 -- 2.39.5