Skip to content

Commit

Permalink
[eos-apps-info] fixed for smaller (1366x768) resolution displays
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Aug 28, 2024
1 parent a8dda0f commit 9a7b9c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 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.8.1
pkgver=24.8.2
pkgrel=1
arch=('any')
license=('GPL')
Expand Down Expand Up @@ -33,12 +33,12 @@ source=(
$_url/${pkgname}-pages.tar.gz
)

sha512sums=('415afaa0a74bb3685b371d7cde3201044429aa29ed4fbe1176ea52c7f33c8a5e4603d7c6e6fc0259777b81e3bc6075e564068afa460702a769d29adee8d4d6b9'
sha512sums=('95a6ee2e132bd1fd8ae59339dfca8dc84461bbab3ec0b2870a4ec958e2dea40b0bc07fc5cd7d4b0a8747844c98a79addacdb3c8cedd816ec800b90f1ede27f3b'
'264b2ce9f3981728bb45e52ab9d2ec782a5e9a291ca2b9249a5558529f4717c868545524677185cb5cc2f370f373818dd2c690fa79f1a107c34c65b3d6ea53a0'
'53e387eb1af9693dce6cc83636de399fc8ceedbce3e237c51c84e330766caec728808a2cf65ab653289b5da7c0648f47d17009f3e3669a15ddb0eb7772bae073'
'8a0692ff5e714a0690c7a90d04a928b2edf2e01515f8707b345d0da36ee95cab7f4f9badf3dca6cbd280438a08519957c5852be92e7936da9f0affef3d895b17'
'4b5eef3ce297cfa66d38b6ad92739eee905050228f72bd2c58d7f05700269b0ef434b0aa5c6ff8423a98af33918089f1255858bd2385ef3db2967d71e0d1d350'
'f2f289bb3350ed75bceb481956760ed8791b47b8cd8293ffab20632e7c7ab491c090981b620979db9a19ec1fbbd571bacc7a05b86a600f6a6f63aa85073674ad')
'd13cc2479ea6eb49c6a0d814683ff937f06b7962366caa71baa61466bcbb2fbb2dd844ce19a2fe0212cd1be20b9030146cdfe72d7bcb16e986d4bbe9f1c216cf')

package() {
local xx
Expand Down
7 changes: 3 additions & 4 deletions eos-apps-info/eos-apps-info
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,13 @@ Main()
CheckDatabaseUpdate

local txt=""
txt+="The buttons below will show information about the apps in the EndeavourOS repository.\n"
txt+="Click an app button and an information window opens.\n\n"
txt+="Click the buttons below to see information about the apps in the EndeavourOS repository.\n"
txt+="If needed, scroll to see all buttons.\n"
txt+="Note: you may need to click the <b>$update_label</b> button below to update your package database.\n\n"
txt+="A special selection of <i>bonus items</i> is appended!\n"

local cmd=(
eos_yad --form --title="EndeavourOS apps info" --text="$txt"
--columns=4 --align-buttons --image=dialog-information
--columns=4 --align-buttons --image=dialog-information --scroll --geometry=800x600
--button="$update_label!!Updates package database and restarts this app":$exit_updatedb
--buttons-layout=center
)
Expand Down
Binary file modified eos-apps-info/eos-apps-info-pages.tar.gz
Binary file not shown.

0 comments on commit 9a7b9c2

Please sign in to comment.