Update PKGBUILD for pegasus-frontend-git

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-12-08 19:38:50 +01:00
parent 063f2fc6e5
commit d98432ec09
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 6 additions and 3 deletions

View file

@ -16,6 +16,8 @@ pkgbase = pegasus-frontend-git
depends = qt5-svg
depends = qt5-tools
depends = sdl2
depends = gst-libav
depends = gst-plugin-good
optdepends = polkit
provides = pegasus-frontend
conflicts = pegasus-frontend
@ -29,4 +31,3 @@ pkgbase = pegasus-frontend-git
md5sums = SKIP
pkgname = pegasus-frontend-git

View file

@ -1,7 +1,7 @@
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
_pkgname=pegasus-frontend
pkgname=${_pkgname}-git
pkgver=alpha14.r36.g49dd98b3
pkgver=alpha16.r44.g8119fcec
pkgrel=1
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
arch=('i686' 'x86_64')
@ -20,6 +20,8 @@ depends=(
'qt5-svg'
'qt5-tools'
'sdl2'
'gst-libav'
'gst-plugins-good'
)
optdepends=(
'polkit'
@ -50,7 +52,7 @@ prepare() {
git config submodule.lang.url "${srcdir}/pegasus-frontend-translations"
git config submodule.src/themes/pegasus-theme-grid.url "${srcdir}/pegasus-theme-grid"
git config submodule.thirdparty/SortFilterProxyModel.url "${srcdir}/SortFilterProxyModel"
git submodule update
git -c protocol.file.allow=always submodule update
}
build() {