diff --git a/calendar/installer/Makefile.in b/calendar/installer/Makefile.in index cd6dab653e43..cf2fbe7c86d0 100644 --- a/calendar/installer/Makefile.in +++ b/calendar/installer/Makefile.in @@ -92,13 +92,12 @@ $(MOZ_PKG_MANIFEST): $(MOZ_PKG_MANIFEST_P) $(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $< > $@ endif -# XXX Enable when using generic branding -# ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -# MOZ_PKG_MAC_DSSTORE=branding/dsstore -# MOZ_PKG_MAC_BACKGROUND=branding/background.png -# MOZ_PKG_MAC_ICON=branding/disk.icns -# MOZ_PKG_MAC_RSRC=branding/license.r -# endif +ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +MOZ_PKG_MAC_DSSTORE=branding/dsstore +MOZ_PKG_MAC_BACKGROUND=branding/background.png +MOZ_PKG_MAC_ICON=branding/disk.icns +MOZ_PKG_MAC_RSRC=branding/license.r +endif include $(topsrcdir)/toolkit/mozapps/installer/packager.mk diff --git a/calendar/sunbird/app/Makefile.in b/calendar/sunbird/app/Makefile.in index 8acda006de72..f33cb61780ef 100644 --- a/calendar/sunbird/app/Makefile.in +++ b/calendar/sunbird/app/Makefile.in @@ -305,6 +305,10 @@ ifeq ($(OS_ARCH),WINNT) endif ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) cp $(srcdir)/macbuild/sunbird.icns $(DIST)/branding/sunbird.icns + cp $(srcdir)/macbuild/dsstore $(DIST)/branding/dsstore + cp $(srcdir)/macbuild/background.png $(DIST)/branding/background.png + cp $(srcdir)/macbuild/disk.icns $(DIST)/branding/disk.icns + cp $(srcdir)/macbuild/license.r $(DIST)/branding/license.r endif ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT))) cp $(srcdir)/mozicon128.png $(DIST)/branding/mozicon128.png diff --git a/calendar/sunbird/app/macbuild/background.png b/calendar/sunbird/app/macbuild/background.png new file mode 100644 index 000000000000..e52f31d05101 Binary files /dev/null and b/calendar/sunbird/app/macbuild/background.png differ diff --git a/calendar/sunbird/app/macbuild/disk.icns b/calendar/sunbird/app/macbuild/disk.icns new file mode 100644 index 000000000000..b9e9bafa9450 Binary files /dev/null and b/calendar/sunbird/app/macbuild/disk.icns differ diff --git a/calendar/sunbird/app/macbuild/dsstore b/calendar/sunbird/app/macbuild/dsstore new file mode 100644 index 000000000000..3fb631fc0605 Binary files /dev/null and b/calendar/sunbird/app/macbuild/dsstore differ diff --git a/other-licenses/branding/sunbird/dsstore b/other-licenses/branding/sunbird/dsstore index 869e7c50e071..3fb631fc0605 100644 Binary files a/other-licenses/branding/sunbird/dsstore and b/other-licenses/branding/sunbird/dsstore differ