Skip to content

Commit

Permalink
Fix regexes for firefox and thunderbird i18n in winget
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Dec 4, 2024
1 parent 6969a79 commit fce39ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 800.renames-and-merges/firefox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- { setname: firefox, namepat: "firefox-esr[0-9.-]*(-l10n|-i18n|-gtk2|-privacy)*", addflavor: $1 }
- { setname: firefox, namepat: "firefox[0-9.-]*esr" }
- { setname: firefox, namepat: "firefox-esr-(i18n-.*)", addflavor: $1 }
- { setname: firefox, namepat: "firefox\\.esr\\.([a-z]{2,3}(?:-[a-z]+))", addflavor: $1 }
- { setname: firefox, namepat: "firefox\\.esr\\.([a-z]{2,3}(?:-[a-z]+)?)", addflavor: $1 }
- { setname: firefox, name: firefox-legacy }

- setname: firefox
Expand Down
2 changes: 1 addition & 1 deletion 800.renames-and-merges/t.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
- { setname: thunarx-python, name: thunarx-python-0.3 }
- { setname: thunder-and-lightning, name: "thunder&lightning" }
- { setname: thunderbird, name: [mozilla-thunderbird,mozillathunderbird,thunderbird-esr] }
- { setname: thunderbird, namepat: "thunderbird\\.([a-z]{2,3}(?:-[a-z]+))", addflavor: $1 }
- { setname: thunderbird, namepat: "thunderbird\\.([a-z]{2,3}(?:-[a-z]+)?)", addflavor: $1 }
- { setname: thunderbird, name: [thunderbird-45-gtk2,thunderbird-gtk2], addflavor: gtk2 }
- { setname: thunderbird, name: mozilla-thunderbird-l10n, addflavor: l10n }
- { setname: thunderbird, name: [thunderbird-bin,thunderbird-i18n,thunderbird-l10n-xpi,thunderbird-ru,thunderbird-kde,thunderbird-it,thunderbird-en-us,mozilla-thunderbird-bin,thunderbird-globalmenu,thunderbird-it-bin-wayland,thunderbird-bin-fr,thunderbird-en-us-bin-wayland], addflavor: true }
Expand Down

0 comments on commit fce39ef

Please sign in to comment.