Skip to content

Commit

Permalink
Update Calamares PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Aug 11, 2024
1 parent bc5cf3d commit 50f2d2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PKGBUILDS/calamares-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_pkgname="calamares"
pkgname="$_pkgname-git"
pkgver=3.3.5.r19.g10acebf
pkgver=3.3.9.r20.ga904466
pkgrel=1
pkgdesc="Distribution-independent installer framework"
url="https://github.com/calamares/calamares"
Expand Down Expand Up @@ -52,10 +52,12 @@ _pkgsrc="$_pkgname"
source=(
"$_pkgsrc"::"git+$url.git"
"yay-support.patch"
"calamares.desktop"
)
sha256sums=(
'SKIP'
'SKIP'
'SKIP'
)

pkgver() {
Expand Down Expand Up @@ -129,6 +131,8 @@ build() {

cmake "${_cmake_options[@]}"
cmake --build build
install -Dm644 "calamares.desktop" "$pkgdir/usr/share/applications/calamares.desktop"
install -Dm777 "calamares.desktop" "$pkgdir/etc/xdg/autostart/calamares.desktop"
}

package() {
Expand Down

0 comments on commit 50f2d2b

Please sign in to comment.