Skip to content

Commit

Permalink
[eos-bash-shared] added eos-update.desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Sep 15, 2023
1 parent ecebb4c commit 4f4bcd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eos-bash-shared/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=eos-bash-shared
pkgdesc="Bash code shared by certain EndeavourOS apps."
pkgver=23.7
pkgver=23.8
pkgrel=1
arch=('any')
license=('GPL')
Expand Down Expand Up @@ -54,6 +54,7 @@ source=(
$_url/eos-run-cmd-with-su
$_url/eos-wallpaper-set
$_url/eos-update # "better" than UpdateInTerminal
$_url/eos-update.desktop
$_url/eos-update.completion
$_url/eos-update-extras
$_url/eos-waiting-indicator
Expand Down Expand Up @@ -102,6 +103,7 @@ sha512sums=('9a120c01d8077af1b7903d6c680adab1beb4213597aa989e43c6f546697507aa24f
'db585c1ec4c73defe333b37b42c11c704a1e4ca33b56263430d7080025a31072b0f444848743719dacaefc3612aa8d5487d0d9cc0dfa6c8d0b0634132e742b85'
'291176d3689d219b43302f012ea62f6a593564d204f0004c58ae63b0a80efb9d5a27667c62a2be7f4fc977f1df254152f61e651732dcc61104de3130632634dd'
'e0f911682ed863ceaaa3d7ad75b2f8287b40f7a410d9c62b975efedd4c1796b1675010380d56e5c974eb8bd93126eb6c65b5952ba801101c3041ce8ee8893c9d'
'89c34c867b33dce39a165fc37eb51309aeda20b2a42830c77fe7a772fdcc6796c281b264ec6dcc71e82e0f4109e2c3004fd74c5c205a5a14292f829895c54661'
'e8703f8bee02b58160db9432b6629731285c3259d71885b4cc0511e90f12f1b57f975a3572c7a51e066a82f41b0e01d7f325047d85f1b15eb916db6fc7056f8e'
'8c30d3964bec417e849d4fe52788ea6a2124db566236cd1fbe90ca069f79ea3dd5d95e71d99eaa50d46ba5fa5b1ad7c2b5276c77b6486bdc23c9bda47d28f42d'
'0410cd0635f2cab8a3d6ba0ecdc49bc72b0b8f7a454064a01bc1348409ffb5ae8f5c572e6c5659ba9e16062ad56c28ef87a4a784b4cb648c60aa0484f9ad2675'
Expand Down Expand Up @@ -172,6 +174,8 @@ package() {
install -Dm644 eos-reboot-required.timer $srv/eos-reboot-required.timer
install -Dm644 eos-reboot-required.service $srv/eos-reboot-required.service

install -Dm644 eos-update.desktop $pkgdir/usr/share/applications/eos-update.desktop

# install -Dm755 eos-pkg-changelog $bin/eos-pkg-changelog
# install -Dm755 eos-send-gpuinfo $bin/eos-send-gpuinfo

Expand Down

0 comments on commit 4f4bcd9

Please sign in to comment.