Skip to content

Commit 9cdf9e4

Browse files
committed
website: re-generate commons
1 parent 607f7b7 commit 9cdf9e4

File tree

12 files changed

+103
-183
lines changed

12 files changed

+103
-183
lines changed

website/blog/_common/_prerequisites-glib-2.27.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
## Prerequisites
77

8+
- x64 macOS: 10.13 or later
9+
- arm64 macOS: 11.6 or later
810
- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
911
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
1012
Fedora 29 or later, etc)
1113
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
1214
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later,
1315
RedHat 8 or later, Fedora 29 or later, etc)
14-
- x64 macOS: 10.13 or later
15-
- arm64 macOS: 11.6 or later

website/docs/developer/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ For building the binary xPack executables, there is one configuration
8181
for each platform:
8282

8383

84+
- `darwin-x64`
85+
- `darwin-arm64`
8486
- `linux-x64`
8587
- `linux-arm64`
8688
- `linux-arm`
87-
- `darwin-x64`
88-
- `darwin-arm64`
8989

9090
:::note
9191

website/docs/getting-started/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import ReleaseSchedule from './_release-schedule.mdx'
3838
## Overview
3939

4040
**xPack GNU texinfo** is a
41-
standalone, cross-platform (GNU/Linux, macOS) binary
41+
standalone, cross-platform (macOS, GNU/Linux) binary
4242
distribution of GNU texinfo,
4343
aimed at reproducible builds.
4444

@@ -166,7 +166,7 @@ The main advantages of using the **xPack GNU texinfo** are:
166166

167167
- A convenient, uniform and portable install/uninstall/upgrade
168168
procedure; the same procedure is used for all major
169-
platforms (**x64 GNU/Linux**, **arm64 GNU/Linux**, **arm GNU/Linux**, **x64 macOS**, **arm64 macOS**).
169+
platforms (**x64 macOS**, **arm64 macOS**, **x64 GNU/Linux**, **arm64 GNU/Linux**, **arm GNU/Linux**).
170170
- Multiple versions of the same package can be installed at the same time on
171171
the same system.
172172
- No need to worry about dependent libraries, they are all included.

website/docs/install/_common/_automatic-install-quick-test.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ To check if the {props.appName} installed by **xpm** starts properly, use someth
1515

1616
<Tabs groupId="operating-systems">
1717

18-
<TabItem value="linux" label="GNU/Linux">
18+
<TabItem value="macos" label="macOS">
1919

2020
<CodeBlock language="console"> {
21-
`$ ~/.local/xPacks/@xpack-dev-tools/${props.appLcName}/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin/${props.programName} --version
21+
`% ~/Library/xPacks/@xpack-dev-tools/${props.appLcName}/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin/${props.programName} --version
2222
${props.branding}${customField('upstreamVersion')}
2323
`} </CodeBlock>
2424

2525
</TabItem>
2626

27-
<TabItem value="macos" label="macOS">
27+
<TabItem value="linux" label="GNU/Linux">
2828

2929
<CodeBlock language="console"> {
30-
`% ~/Library/xPacks/@xpack-dev-tools/${props.appLcName}/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin/${props.programName} --version
30+
`$ ~/.local/xPacks/@xpack-dev-tools/${props.appLcName}/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin/${props.programName} --version
3131
${props.branding}${customField('upstreamVersion')}
3232
`} </CodeBlock>
3333

website/docs/install/_common/_manual-install-quick-test.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ To check if the {props.appName} installed manually starts properly, use somethin
1515

1616
<Tabs groupId="operating-systems">
1717

18-
<TabItem value="linux" label="GNU/Linux">
18+
<TabItem value="macos" label="macOS">
1919

2020
<CodeBlock language="console"> {
21-
`$ ~/.local/xPacks/${props.appLcName}/xpack-${props.appLcName}-${customField('xpackVersion')}/bin/${props.programName} --version
21+
`% ~/Library/xPacks/${props.appLcName}/xpack-${props.appLcName}-${customField('xpackVersion')}/bin/${props.programName} --version
2222
${props.branding}${customField('upstreamVersion')}
2323
`} </CodeBlock>
2424

2525
</TabItem>
2626

27-
<TabItem value="macos" label="macOS">
27+
<TabItem value="linux" label="GNU/Linux">
2828

2929
<CodeBlock language="console"> {
30-
`% ~/Library/xPacks/${props.appLcName}/xpack-${props.appLcName}-${customField('xpackVersion')}/bin/${props.programName} --version
30+
`$ ~/.local/xPacks/${props.appLcName}/xpack-${props.appLcName}-${customField('xpackVersion')}/bin/${props.programName} --version
3131
${props.branding}${customField('upstreamVersion')}
3232
`} </CodeBlock>
3333

website/docs/install/index.mdx

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ To install a **specific version**, specify it explicitly:
251251

252252
<Tabs groupId="operating-systems">
253253

254-
<TabItem value="linux" label="GNU/Linux">
254+
<TabItem value="macos" label="macOS">
255255

256256
The main result is a set
257257
of links in
@@ -274,7 +274,7 @@ export PATH=<...project-path...>/xpacks/.bin:$PATH
274274

275275
</TabItem>
276276

277-
<TabItem value="macos" label="macOS">
277+
<TabItem value="linux" label="GNU/Linux">
278278

279279
The main result is a set
280280
of links in
@@ -402,18 +402,18 @@ the project build configurations need a PATH adjustment:
402402

403403
<Tabs groupId="operating-systems">
404404

405-
<TabItem value="linux" label="GNU/Linux">
405+
<TabItem value="macos" label="macOS">
406406

407407
<CodeBlock language="sh"> {
408-
`export PATH=$HOME/.local/xPacks/@xpack-dev-tools/texinfo/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin:$PATH
408+
`export PATH=$HOME/Library/xPacks/\@pack-dev-tools/texinfo/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin:$PATH
409409
`} </CodeBlock>
410410

411411
</TabItem>
412412

413-
<TabItem value="macos" label="macOS">
413+
<TabItem value="linux" label="GNU/Linux">
414414

415415
<CodeBlock language="sh"> {
416-
`export PATH=$HOME/Library/xPacks/\@pack-dev-tools/texinfo/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin:$PATH
416+
`export PATH=$HOME/.local/xPacks/@xpack-dev-tools/texinfo/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin:$PATH
417417
`} </CodeBlock>
418418

419419
</TabItem>
@@ -458,17 +458,17 @@ For a thorough clean-up, please note that **xpm** uses only two folders:
458458

459459
<Tabs groupId="operating-systems">
460460

461-
<TabItem value="linux" label="GNU/Linux">
461+
<TabItem value="macos" label="macOS">
462462

463-
- `${HOME}/.local/xPacks`
464-
- `${HOME}/.cache/xPacks`
463+
- `${HOME}/Library/xPacks`
464+
- `${HOME}/Library/Caches/xPacks`
465465

466466
</TabItem>
467467

468-
<TabItem value="macos" label="macOS">
468+
<TabItem value="linux" label="GNU/Linux">
469469

470-
- `${HOME}/Library/xPacks`
471-
- `${HOME}/Library/Caches/xPacks`
470+
- `${HOME}/.local/xPacks`
471+
- `${HOME}/.cache/xPacks`
472472

473473
</TabItem>
474474

@@ -496,13 +496,13 @@ the <a href={`https://github.com/xpack-dev-tools/texinfo-xpack/releases/`}>GitHu
496496

497497
<Tabs groupId="operating-systems">
498498

499-
<TabItem value="linux" label="GNU/Linux">
499+
<TabItem value="macos" label="macOS">
500500

501-
The GNU/Linux versions of **xPack GNU texinfo**
501+
The macOS versions of **xPack GNU texinfo**
502502
are packed as `.tar.gz` archives.
503503
Download the latest version named like:
504504

505-
- <code>xpack-texinfo-{customField('xpackVersion')}-linux-x64.tar.gz</code>- <code>xpack-texinfo-{customField('xpackVersion')}-linux-arm64.tar.gz</code>- <code>xpack-texinfo-{customField('xpackVersion')}-linux-arm.tar.gz</code>
505+
- <code>xpack-texinfo-{customField('xpackVersion')}-darwin-x64.tar.gz</code>- <code>xpack-texinfo-{customField('xpackVersion')}-darwin-arm64.tar.gz</code>
506506

507507
:::note
508508

@@ -515,26 +515,26 @@ To manually install the <b>xPack GNU texinfo</b>,
515515
unpack the archive and move it to a location of your choice.
516516

517517
The recommended location is
518-
the <code>~/.local/xPacks/texinfo</code> folder, for
519-
example <code>/home/ilg/.local/xPacks/texinfo/xpack-texinfo-{customField('xpackVersion')}</code>:
518+
the <code>~/Library/xPacks/texinfo</code> folder, for
519+
example <code>/Users/ilg/Library/xPacks/texinfo/xpack-texinfo-{customField('xpackVersion')}</code>:
520520

521521
<CodeBlock language="console"> {
522-
`mkdir -p ~/.local/xPacks/texinfo
523-
cd ~/.local/xPacks/texinfo
522+
`mkdir -p ~/Library/xPacks/texinfo
523+
cd ~/Library/xPacks/texinfo
524524
525-
tar xvf ~/Downloads/xpack-texinfo-${customField('xpackVersion')}-linux-x64.tar.gz
525+
tar xvf ~/Downloads/xpack-texinfo-${customField('xpackVersion')}-darwin-x64.tar.gz
526526
chmod -R -w xpack-texinfo-${customField('xpackVersion')}
527527
`} </CodeBlock>
528528

529529
</TabItem>
530530

531-
<TabItem value="macos" label="macOS">
531+
<TabItem value="linux" label="GNU/Linux">
532532

533-
The macOS versions of **xPack GNU texinfo**
533+
The GNU/Linux versions of **xPack GNU texinfo**
534534
are packed as `.tar.gz` archives.
535535
Download the latest version named like:
536536

537-
- <code>xpack-texinfo-{customField('xpackVersion')}-darwin-x64.tar.gz</code>- <code>xpack-texinfo-{customField('xpackVersion')}-darwin-arm64.tar.gz</code>
537+
- <code>xpack-texinfo-{customField('xpackVersion')}-linux-x64.tar.gz</code>- <code>xpack-texinfo-{customField('xpackVersion')}-linux-arm64.tar.gz</code>- <code>xpack-texinfo-{customField('xpackVersion')}-linux-arm.tar.gz</code>
538538

539539
:::note
540540

@@ -547,14 +547,14 @@ To manually install the <b>xPack GNU texinfo</b>,
547547
unpack the archive and move it to a location of your choice.
548548

549549
The recommended location is
550-
the <code>~/Library/xPacks/texinfo</code> folder, for
551-
example <code>/Users/ilg/Library/xPacks/texinfo/xpack-texinfo-{customField('xpackVersion')}</code>:
550+
the <code>~/.local/xPacks/texinfo</code> folder, for
551+
example <code>/home/ilg/.local/xPacks/texinfo/xpack-texinfo-{customField('xpackVersion')}</code>:
552552

553553
<CodeBlock language="console"> {
554-
`mkdir -p ~/Library/xPacks/texinfo
555-
cd ~/Library/xPacks/texinfo
554+
`mkdir -p ~/.local/xPacks/texinfo
555+
cd ~/.local/xPacks/texinfo
556556
557-
tar xvf ~/Downloads/xpack-texinfo-${customField('xpackVersion')}-darwin-x64.tar.gz
557+
tar xvf ~/Downloads/xpack-texinfo-${customField('xpackVersion')}-linux-x64.tar.gz
558558
chmod -R -w xpack-texinfo-${customField('xpackVersion')}
559559
`} </CodeBlock>
560560

@@ -580,15 +580,15 @@ After install, the package creates a hierarchy of folders like the following
580580

581581
<Tabs groupId="operating-systems">
582582

583-
<TabItem value="linux" label="GNU/Linux">
583+
<TabItem value="macos" label="macOS">
584584

585-
<FoldersHierarchiesLinux />
585+
<FoldersHierarchiesMacOS />
586586

587587
</TabItem>
588588

589-
<TabItem value="macos" label="macOS">
589+
<TabItem value="linux" label="GNU/Linux">
590590

591-
<FoldersHierarchiesMacOS />
591+
<FoldersHierarchiesLinux />
592592

593593
</TabItem>
594594

website/docs/maintainer/_common/_arm-toolchain-check-upstream-release.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)