diff options
author | classabbyamp <void@placeviolette.net> | 2024-03-12 18:31:33 +0000 |
---|---|---|
committer | classabbyamp <void@placeviolette.net> | 2024-03-12 18:31:59 +0000 |
commit | 476ca5c10b8ac0dc8799472244dd941d9553b1f3 (patch) | |
tree | ec02d9480217c4d97001794a063b160909dc0251 | |
parent | 35e8e84c66c110672867b90c79ce504b04276a60 (diff) | |
download | void-packages-476ca5c10b8ac0dc8799472244dd941d9553b1f3.tar void-packages-476ca5c10b8ac0dc8799472244dd941d9553b1f3.tar.gz void-packages-476ca5c10b8ac0dc8799472244dd941d9553b1f3.tar.bz2 void-packages-476ca5c10b8ac0dc8799472244dd941d9553b1f3.tar.lz void-packages-476ca5c10b8ac0dc8799472244dd941d9553b1f3.tar.xz void-packages-476ca5c10b8ac0dc8799472244dd941d9553b1f3.tar.zst void-packages-476ca5c10b8ac0dc8799472244dd941d9553b1f3.zip |
void-docs: update to 2024.03.14.
-rw-r--r-- | srcpkgs/void-docs/patches/latex-fix.patch | 30 | ||||
-rw-r--r-- | srcpkgs/void-docs/patches/link-fix.patch | 115 | ||||
-rw-r--r-- | srcpkgs/void-docs/template | 4 |
3 files changed, 147 insertions, 2 deletions
diff --git a/srcpkgs/void-docs/patches/latex-fix.patch b/srcpkgs/void-docs/patches/latex-fix.patch new file mode 100644 index 00000000000..bc9f4e82bb2 --- /dev/null +++ b/srcpkgs/void-docs/patches/latex-fix.patch @@ -0,0 +1,30 @@ +From 2453a867047003d4eeb2dc2ca8f45bfde83ac37d Mon Sep 17 00:00:00 2001 +From: classabbyamp <void@placeviolette.net> +Date: Tue, 12 Mar 2024 14:21:46 -0400 +Subject: [PATCH] installation/guides/arm-devices/platforms: reword to fix + LaTeX + +--- + src/installation/guides/arm-devices/platforms.md | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/src/installation/guides/arm-devices/platforms.md b/src/installation/guides/arm-devices/platforms.md +index d921a64..23efd1c 100644 +--- a/src/installation/guides/arm-devices/platforms.md ++++ b/src/installation/guides/arm-devices/platforms.md +@@ -36,9 +36,9 @@ headers optimized for the Raspberry Pi 5 with 16KB pages. To switch from the + generic `rpi-kernel`, install `rpi5-kernel`. This will remove `rpi-kernel` and + replace it with `rpi5-kernel`. + +-> Not all software is compatible with larger page-size kernels. View and report +-> any compatibility problems in the [tracking +-> issue](https://github.com/void-linux/void-packages/issues/48260). ++> Note: not all software is compatible with kernels that have larger page-sizes. ++> View any known issues and report any compatibility problems found in the ++> [tracking issue](https://github.com/void-linux/void-packages/issues/48260). + + ### Enabling hardware RNG device + +-- +2.44.0 + diff --git a/srcpkgs/void-docs/patches/link-fix.patch b/srcpkgs/void-docs/patches/link-fix.patch new file mode 100644 index 00000000000..69fe158b121 --- /dev/null +++ b/srcpkgs/void-docs/patches/link-fix.patch @@ -0,0 +1,115 @@ +From 7de7c448e979392780ac6e7e74d121320575ce2e Mon Sep 17 00:00:00 2001 +From: classabbyamp <void@placeviolette.net> +Date: Tue, 12 Mar 2024 14:06:27 -0400 +Subject: [PATCH] src/: fix links, vmdfmt + +--- + src/config/external-applications.md | 2 +- + src/config/graphical-session/wayland.md | 2 +- + src/config/media/pipewire.md | 6 +++--- + src/installation/guides/zfs.md | 10 ++++------ + src/installation/live-images/guide.md | 2 +- + src/xbps/repositories/mirrors/index.md | 3 +-- + 6 files changed, 11 insertions(+), 14 deletions(-) + +diff --git a/src/config/external-applications.md b/src/config/external-applications.md +index fc25aec..258e9dc 100644 +--- a/src/config/external-applications.md ++++ b/src/config/external-applications.md +@@ -93,7 +93,7 @@ Steam can be installed either via a native package, which requires [enabling the + "nonfree" repository](../xbps/repositories/index.md#nonfree), or via + [Flatpak](#flatpak). The list of dependencies for different platforms and + troubleshooting information for the native package can be found in its +-[Void-specific documentation](./package-documentation/index.html), while this ++[Void-specific documentation](./package-documentation/index.md), while this + section deals with potential issues faced by Flatpak users. + + If you are using a different drive to store your game library, the +diff --git a/src/config/graphical-session/wayland.md b/src/config/graphical-session/wayland.md +index 37e9043..03816c0 100644 +--- a/src/config/graphical-session/wayland.md ++++ b/src/config/graphical-session/wayland.md +@@ -85,7 +85,7 @@ compositors, and is installed as a dependency for most of them. Its package is + ## Configuration + + The Wayland library requires the +-[`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir) environment ++[`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) environment + variable to determine the directory for the Wayland socket. + + It is also possible that some applications use the `XDG_SESSION_TYPE` +diff --git a/src/config/media/pipewire.md b/src/config/media/pipewire.md +index b2d3aa4..4e548c7 100644 +--- a/src/config/media/pipewire.md ++++ b/src/config/media/pipewire.md +@@ -16,7 +16,7 @@ manager, or Wayland compositor may need to be launched with + [`dbus-run-session(1)`](https://man.voidlinux.org/dbus-run-session.1). + + PipeWire also requires the +-[`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir) environment ++[`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) environment + variable to be defined in your environment to work properly. + + If not using [elogind](../session-management.md), it is necessary to be in the +@@ -232,8 +232,8 @@ running. + [E][...] mod.protocol-native | [module-protocol-: 710 init_socket_name()] server 0x55e09658e9d0: name pipewire-0 is not an absolute path and no runtime dir found. Set one of PIPEWIRE_RUNTIME_DIR, XDG_RUNTIME_DIR or USERPROFILE in the environment + ``` + +-This indicates [`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir) +-is not set up properly. ++This indicates [`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) is ++not set up properly. + + ### Only a "dummy" output is found + +diff --git a/src/installation/guides/zfs.md b/src/installation/guides/zfs.md +index b01b068..e81f18c 100644 +--- a/src/installation/guides/zfs.md ++++ b/src/installation/guides/zfs.md +@@ -165,12 +165,10 @@ the EFI system partition: + ### Installation + + At this point, ordinary installation can proceed from the ["Base Installation" +-section](https://docs.voidlinux.org/installation/guides/chroot.html#base-installation). +-of the standard chroot installation guide. However, before following the +-["Finalization" +-instructions](https://docs.voidlinux.org/installation/guides/chroot.html#finalization), +-make sure that the `zfs` package has been installed and `dracut` is configured +-to identify a ZFS root filesystem: ++section](./chroot.md#base-installation). of the standard chroot installation ++guide. However, before following the ["Finalization" ++instructions](./chroot.md#finalization), make sure that the `zfs` package has ++been installed and `dracut` is configured to identify a ZFS root filesystem: + + ``` + [xchroot /mnt] # mkdir -p /etc/dracut.conf.d +diff --git a/src/installation/live-images/guide.md b/src/installation/live-images/guide.md +index dda8fb0..780f54a 100644 +--- a/src/installation/live-images/guide.md ++++ b/src/installation/live-images/guide.md +@@ -78,7 +78,7 @@ Choose a login (default `void`) and a descriptive name for that login. Then + enter and confirm the password for the new user. You will then be prompted to + verify the groups for this new user. They are added to the `wheel` group by + default and will have `sudo` access. Default groups and their descriptions are +-listed [here](../../config/users-and-groups.html#default-groups). ++listed [here](../../config/users-and-groups.md#default-groups). + + Login names have some restrictions, as described in + [useradd(8)](https://man.voidlinux.org/useradd.8#CAVEATS). +diff --git a/src/xbps/repositories/mirrors/index.md b/src/xbps/repositories/mirrors/index.md +index 29f37d9..fe5ca95 100644 +--- a/src/xbps/repositories/mirrors/index.md ++++ b/src/xbps/repositories/mirrors/index.md +@@ -4,8 +4,7 @@ Void Linux maintains mirrors in several geographic regions for users. A fresh + install will default to + [repo-default.voidlinux.org](https://repo-default.voidlinux.org), which may map + to any Tier 1 mirror, but you may have a better experience by [selecting a +-different +-mirror](https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html). ++different mirror](./changing.md). + + > See [xmirror.voidlinux.org](https://xmirror.voidlinux.org) for more + > information and a list of available mirrors. +-- +2.44.0 + diff --git a/srcpkgs/void-docs/template b/srcpkgs/void-docs/template index 2d8b05ab687..c06c9599951 100644 --- a/srcpkgs/void-docs/template +++ b/srcpkgs/void-docs/template @@ -1,6 +1,6 @@ # Template file for 'void-docs' pkgname=void-docs -version=2023.06.28 +version=2024.03.14 revision=1 hostmakedepends="mdBook lowdown texlive perl perl-JSON perl-File-Which librsvg-utils" short_desc="Documentation for Void Linux" @@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>" license="CC-BY-SA-4.0" homepage="https://github.com/void-linux/void-docs" distfiles="https://github.com/void-linux/void-docs/archive/refs/tags/${version}.tar.gz" -checksum=2d0ba314a5ee9d8f13ddcf430580de1bd56bd7c46346111c8f3ca114d934f6cf +checksum=9cdc06ad3b23445763b7838221943b17f05c78d54ff4a89825d3b5639ededc44 do_build() { PREFIX=/usr res/build.sh |