[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0a1-16.0-2] fixup! Tweaks to the build system



Title: GitLab

Dan Ballard pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • 626af945
    by Beatriz Rizental at 2026-07-13T21:59:13-03:00
    fixup! Tweaks to the build system
    
    Bug 45108: Restore MOZ_PKG_MAC_DSSTORE/BACKGROUND/ICON env var names for DMG packaging
    
    Got the env vars names wrong when addressing a rebase conflict. Oops.
    

1 changed file:

Changes:

  • toolkit/moz.configure
    ... ... @@ -3960,9 +3960,9 @@ include("../build/moz.configure/update-programs.configure")
    3960 3960
     
    
    3961 3961
     # Per-format extra args passed to mozbuild.action.package
    
    3962 3962
     # ==============================================================
    
    3963
    -option(env="MOZ_DMG_DSSTORE", nargs=1, help="Path to the .dsstore file for DMG packaging")
    
    3964
    -option(env="MOZ_DMG_BACKGROUND", nargs=1, help="Path to the background image for DMG packaging")
    
    3965
    -option(env="MOZ_DMG_ICON", nargs=1, help="Path to the disk icon for DMG packaging")
    
    3963
    +option(env="MOZ_PKG_MAC_DSSTORE", nargs=1, help="Path to the .dsstore file for DMG packaging")
    
    3964
    +option(env="MOZ_PKG_MAC_BACKGROUND", nargs=1, help="Path to the background image for DMG packaging")
    
    3965
    +option(env="MOZ_PKG_MAC_ICON", nargs=1, help="Path to the disk icon for DMG packaging")
    
    3966 3966
     
    
    3967 3967
     @depends(
    
    3968 3968
         moz_pkg_format,
    
    ... ... @@ -3972,9 +3972,9 @@ option(env="MOZ_DMG_ICON", nargs=1, help="Path to the disk icon for DMG packagin
    3972 3972
         moz_branding_directory,
    
    3973 3973
         moz_app_displayname,
    
    3974 3974
         build_environment.topsrcdir,
    
    3975
    -    "MOZ_DMG_DSSTORE",
    
    3976
    -    "MOZ_DMG_BACKGROUND",
    
    3977
    -    "MOZ_DMG_ICON",
    
    3975
    +    "MOZ_PKG_MAC_DSSTORE",
    
    3976
    +    "MOZ_PKG_MAC_BACKGROUND",
    
    3977
    +    "MOZ_PKG_MAC_ICON",
    
    3978 3978
     )
    
    3979 3979
     @imports(_from="os.path", _import="join")
    
    3980 3980
     @imports("shlex")
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx