Skip to content

Commit

Permalink
[eos-apps-info] added info page for nvidia-driver-supported-brances
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Aug 16, 2023
1 parent 5206b1c commit a9293d2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 76 deletions.
8 changes: 4 additions & 4 deletions eos-apps-info/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=eos-apps-info
pkgdesc="Documentation about apps in the EndeavourOS repository."
pkgver=23
pkgrel=2
pkgrel=2.1
arch=('any')
license=('GPL')
depends=(
Expand Down Expand Up @@ -32,12 +32,12 @@ source=(
$_url/${pkgname}-pages.tar.gz
)

sha512sums=('8cefc007cd9ad7c1d53e096d14c52983ba56a8d53eb44b94d43101a227b8e301c8d1f500d67933ad0ffb958056712da20e1b9331ce6fefadca4a6d00c33694c3'
sha512sums=('8854670651e2185da652163cef9500c99dad8ed0cc3e10621ef4e1b5692537493970ed3f30969b6ae80d7f12383de29d51ffb8c0fa2711eaea1ed49e540cc6c0'
'dbc9308955967856fe317e3a8bf5dbd7f75f7040b21fb92f49f66d747efda5bd776eb3285102c0e9c4d81a5be2f436a42d2c770229c357f3c111144afe766047'
'215379c963cb5ba0c880656653025cef3e84e7cfd438d7c1003a69a5ab4f58e945e3e862ee91971bba8113892e70a930561e97656bb0456596b4638103e0f5a5'
'48fab2cd10049ec673f79ed89a2865881c2c9882464824961978f7ee28ce33457ee611336b91c1f98ea2ac46b520aad5f63d2ce90156168f92241e1d3fe7b914'
'8a0692ff5e714a0690c7a90d04a928b2edf2e01515f8707b345d0da36ee95cab7f4f9badf3dca6cbd280438a08519957c5852be92e7936da9f0affef3d895b17'
'4b5eef3ce297cfa66d38b6ad92739eee905050228f72bd2c58d7f05700269b0ef434b0aa5c6ff8423a98af33918089f1255858bd2385ef3db2967d71e0d1d350'
'96211e4cc37c8e662aac507ebe81e991993f0b54e853216a7f9eed83662155229d23c77eb7c52b467dfb29a41ec073e06562e089f7cbae1a119b0d61283fbd3e')
'326c7996435d45abdc858c69f895346e87c38a2f2f3c67422e98c51e901818c526de467ae68b74720f0c830c6e8646ff9f55486f5a64feaac69faab96bf2c37c')

package() {
local xx
Expand Down
4 changes: 2 additions & 2 deletions eos-apps-info/eos-apps-info
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ EosApps2cmd() {
eos-log-tool eos-pacdiff eos-packagelist eos-quickstart eos-rankmirrors eos-sendlog eos-shifttime
eos-update eos-update-notifier eos-update-notifier-configure
eos-wallpaper-set eos-welcome grub-colour-chooser mirrorlist-rank-info
nvidia-inst paccache-service-manager
nvidia-inst nvidia-driver-supported-branches
paccache-service-manager
pahis reflector-simple RunInTerminal show-location-info su-c_wrapper
# UpdateInTerminal nvidia-driver-supported-branches
)
local app

Expand Down
6 changes: 5 additions & 1 deletion eos-apps-info/eos-apps-info-collect
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Help2html() {
usage=""
help="$($app -h 2>/dev/null)"
;;
nvidia-driver-supported-branches)
usage=""
help="$($app -h 2>&1)"
;;
*)
usage="$usage_def"
help="$($app -h 2>&1)"
Expand Down Expand Up @@ -162,7 +166,7 @@ Main()
cd $infos_folder || DIE "changing folder to '$infos_folder' failed"

# app's help option to html
for app in eos-packagelist nvidia-inst rate-mirrors ; do
for app in eos-packagelist nvidia-inst nvidia-driver-supported-branches rate-mirrors ; do
if [ -x /usr/bin/$app ] ; then
Help2html $app
else
Expand Down
Binary file modified eos-apps-info/eos-apps-info-pages.tar.gz
Binary file not shown.
69 changes: 0 additions & 69 deletions eos-apps-info/man/nvidia-inst/nvidia-inst.md

This file was deleted.

0 comments on commit a9293d2

Please sign in to comment.