Browse Source

fix bug 1240930 patches

Bill Gianopoulos 3 years ago
parent
commit
56de9d8bbc

+ 11 - 1
bug1240930-253/comm/1240930-mail-80a1.patch

@@ -27,7 +27,7 @@ diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in
  # pulls. You may override them if you provide your own files.
  ZIP_IN ?= $(ABS_DIST)/$(PACKAGE)
  
-@@ -57,29 +57,29 @@ DIST_SUBDIRS = $(DIST_SUBDIR)
+@@ -57,38 +57,38 @@ DIST_SUBDIRS = $(DIST_SUBDIR)
  include $(moztopsrcdir)/config/rules.mk
  
  ifeq ($(commreltopsrcdir),comm)
@@ -61,6 +61,16 @@ diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in
  langpack: langpack-$(AB_CD)
  
  ifdef MOZ_UPDATER
+-libs:: $(call MERGE_FILE,updater/updater.ini) $(call mkdir_deps,$(DIST)/bin)
++misc:: $(call MERGE_FILE,updater/updater.ini) $(call mkdir_deps,$(DIST)/bin)
+ ifeq ($(OS_ARCH),WINNT)
+ 	cat $< $(srcdir)/../installer/windows/nsis/updater_append.ini | \
+ 	  sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \
+ 	  sed -e 's/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/' > \
+ 	  $(FINAL_TARGET)/updater.ini
+ else
+ 	cat $< | \
+ 	  sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \
 @@ -151,15 +151,15 @@ l10n-check::
  	$(MAKE) installers-x-test L10NBASEDIR='$(PWD)'
  

+ 28 - 3
bug1240930-253/comm/1650631-port-1240930-suite-277.patch

@@ -65,8 +65,22 @@ diff --git a/suite/locales/Makefile.in b/suite/locales/Makefile.in
  # pulls. You may override them if you provide your own files.
  ZIP_IN ?= $(ABS_DIST)/$(PACKAGE)
  
-@@ -96,35 +96,35 @@ libs:: $(FINAL_TARGET)/defaults/profile/
- libs:: $(call MERGE_FILES,$(addprefix profile/chrome/,$(PROFILE_CHROME)))
+@@ -85,46 +85,46 @@ PANELS_XTRA_FILE = $(call MERGE_FILE,pro
+ 	$(NSINSTALL) -D profile
+ 	cp $^ profile/
+ 	sed \
+ 	  -n 's/.*<RDF:Description about="\(.*\)">.*/        <RDF:li resource="\1"\/>/p' \
+ 	  profile/panels.extra > profile/panels-urn.inc
+ 	$(call py_action,preprocessor, \
+ 	  profile/panels.rdf.in -o $@)
+ 
+-libs:: $(FINAL_TARGET)/defaults/profile/bookmarks.html ;
+-libs:: $(FINAL_TARGET)/defaults/profile/panels.rdf ;
++misc:: $(FINAL_TARGET)/defaults/profile/bookmarks.html ;
++misc:: $(FINAL_TARGET)/defaults/profile/panels.rdf ;
+ 
+-libs:: $(call MERGE_FILES,$(addprefix profile/chrome/,$(PROFILE_CHROME)))
++misc:: $(call MERGE_FILES,$(addprefix profile/chrome/,$(PROFILE_CHROME)))
  	$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/defaults/profile/chrome
  
  # Extend l10n.mk clobber-% target for our localised extensions
@@ -106,7 +120,7 @@ diff --git a/suite/locales/Makefile.in b/suite/locales/Makefile.in
  repackage-extensions: $(STAGEDIST)
  ifdef MOZ_IRC
  	$(MAKE) -C ../extensions/irc/locales repackage-zip-$(AB_CD) STAGEDIST=$(STAGEDIST)
-@@ -137,17 +137,17 @@ langpack: langpack-$(AB_CD)
+@@ -137,27 +137,27 @@ langpack: langpack-$(AB_CD)
  # builds, and repack and installer if applicable. It is called from the
  # tinderbox scripts. Alter it with caution.
  installers-%: IS_LANGUAGE_REPACK=1
@@ -125,3 +139,14 @@ diff --git a/suite/locales/Makefile.in b/suite/locales/Makefile.in
  endif
  	@echo 'repackaging done'
  
+ ifdef MOZ_UPDATER
+-libs:: $(call MERGE_FILE,updater/updater.ini) $(call mkdir_deps,$(DIST)/bin)
++misc:: $(call MERGE_FILE,updater/updater.ini) $(call mkdir_deps,$(DIST)/bin)
+ ifeq ($(OS_ARCH),WINNT)
+ 	cat $< $(srcdir)/../installer/windows/nsis/updater_append.ini | \
+ 	  sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \
+ 	  sed -e 's/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/' > \
+ 	  $(FINAL_TARGET)/updater.ini
+ else
+ 	cat $< | \
+ 	  sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \