Skip to content

Commit

Permalink
[eos-apps-info] updated docs: eos-upda, eos-rankmirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Jun 26, 2024
1 parent 3f24a97 commit 7d501c7
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 19 deletions.
8 changes: 4 additions & 4 deletions eos-apps-info/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=eos-apps-info
pkgdesc="Documentation about apps in the EndeavourOS repository."
pkgver=24.2
pkgver=24.6
pkgrel=1
arch=('any')
license=('GPL')
Expand Down Expand Up @@ -32,12 +32,12 @@ source=(
$_url/${pkgname}-pages.tar.gz
)

sha512sums=('8854670651e2185da652163cef9500c99dad8ed0cc3e10621ef4e1b5692537493970ed3f30969b6ae80d7f12383de29d51ffb8c0fa2711eaea1ed49e540cc6c0'
sha512sums=('be26da9037149c7801d9aa075bcf9e7feefe82aeba583587acb61e3dbf8fb2ae16e055dbd40e4003104860944a336c6e908d43db963de37aff71c0ab01b9ee18'
'264b2ce9f3981728bb45e52ab9d2ec782a5e9a291ca2b9249a5558529f4717c868545524677185cb5cc2f370f373818dd2c690fa79f1a107c34c65b3d6ea53a0'
'48fab2cd10049ec673f79ed89a2865881c2c9882464824961978f7ee28ce33457ee611336b91c1f98ea2ac46b520aad5f63d2ce90156168f92241e1d3fe7b914'
'13d2d4cbe1be937512bb023e543efbc67be3ba04b78fb5af4fac05a76d7554edb6a249f5bc54bd63f675edfbd0c89034a3a502651a0c2d7c28be649528775b14'
'8a0692ff5e714a0690c7a90d04a928b2edf2e01515f8707b345d0da36ee95cab7f4f9badf3dca6cbd280438a08519957c5852be92e7936da9f0affef3d895b17'
'4b5eef3ce297cfa66d38b6ad92739eee905050228f72bd2c58d7f05700269b0ef434b0aa5c6ff8423a98af33918089f1255858bd2385ef3db2967d71e0d1d350'
'70fccde07694b78de6b29067e9eebc86184f210987fe23e7659898e97f191725bd7999429e15a944ef154598a6adc02c5242bfbe9eafba540ee1377ec74623e9')
'190a46697f6b6fd827528ac7d89198ba3fdf7a55c787b4d3e1ca762931931733b060e56670c1d07e85d74bb85b2a1f786ee8bbdcf98d585c4ebb9f8cae4675c6')

package() {
local xx
Expand Down
2 changes: 1 addition & 1 deletion eos-apps-info/eos-apps-info
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Main()

local cmd=(
eos_yad --form --title="EndeavourOS apps info" --text="$txt"
--columns=3 --align-buttons --image=dialog-information
--columns=4 --align-buttons --image=dialog-information
--button="$update_label!!Updates package database and restarts this app":$exit_updatedb
--buttons-layout=center
)
Expand Down
3 changes: 2 additions & 1 deletion eos-apps-info/eos-apps-info-collect
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ popd() { builtin popd "$@" >/dev/null ; }

MakePicSmaller() {
local picfile="$1"
/usr/bin/convert "$picfile" -depth 3 "$picfile"
# /usr/bin/convert "$picfile" -depth 3 "$picfile"
/bin/magick "$picfile" -depth 3 "$picfile"
}

Md2html() {
Expand Down
Binary file modified eos-apps-info/eos-apps-info-pages.tar.gz
Binary file not shown.
39 changes: 26 additions & 13 deletions eos-apps-info/man/eos-update/eos-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ and optionally

- updates AUR packages with the given AUR helper (`yay` or `paru`)
- checks update compatibility between Nvidia driver and kernel (only on EndeavourOS)
- clear package databases, see option --clear-databases
- reset keyrings, see option --keyrings-reset
- check for unsupported mirrors in /etc/pacman.d/endeavouros-mirrorlist

## Synopsis

Expand All @@ -27,16 +30,26 @@ eos-update [options]

## Options

Option | Purpose
:--- | :---
`--help`<br>`-h` | This help.
`--nvidia` | Simple validity check for non-dkms Nvidia driver vs. kernel updates.
`--no-keyring` | Do not try to update keyrings first.
`--keyrings-reset` | Resets Arch and EndeavourOS keyrings.<br>Try this if keyring issues constantly make system update fail.
`--no-sync` | Do not run `sync` after update.
`--helper` | Give the name of an AUR helper. Supported values: yay, paru, pacman.<br>Default: pacman (i.e. no AUR helper)<br>Other AUR helpers supporting option `-Sua` like in `yay` should work as well.
`--paru` | Same as `--helper=paru`.
`--yay` | Same as `--helper=yay`.
`--aur` | Uses the AUR helper configured in /etc/eos-script-lib-yad.conf.
`--pacman` | Same as `--helper=pacman`. Default. (Note: pacman does not support AUR directly).
`--min-free-bytes` | Minimal amount of free space (in bytes) that the root partition should have before updating. Otherwise a warning message will be displayed.<br>Default: 1000000000
```
--help, -h This help.
--check-mirrors-eos Check file /etc/pacman.d/endeavouros-mirrorlist for unsupported mirrors.
--nvidia Check also nvidia driver vs. kernel updates. Useful only with the Nvidia GPU.
--clear-databases Clears package database files.
Use this only if package database issues constantly make system update fail.
--keyrings-reset Resets Arch and EndeavourOS keyrings.
Use this only if keyring issues constantly make system update fail.
--no-keyring Do not try to update keyrings first.
--no-sync Do not run 'sync' after update.
--show-only-fixed Show only packages that have already been fixed (runs: arch-audit -u) and exit.
--show-upstream-news Show the news page of the upstream site and exit.
--helper AUR helper name. Supported: yay, paru, pacman.
Default: pacman
Other AUR helpers supporting option -Sua like yay should work as well.
--paru Same as --helper=paru.
--yay Same as --helper=yay.
--aur Uses the AUR helper configured in /etc/eos-script-lib-yad.conf.
--pacman Same as --helper=pacman. Default. (Note: pacman does not support AUR directly).
--min-free-bytes Minimum amount of free space (in bytes) that the root partition should have
before updating. Otherwise a warning message will be displayed.
Default: 1000000000
```

0 comments on commit 7d501c7

Please sign in to comment.