Update PKGBUILD for pegasus-frontend-git
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
063f2fc6e5
commit
d98432ec09
2 changed files with 6 additions and 3 deletions
|
@ -16,6 +16,8 @@ pkgbase = pegasus-frontend-git
|
||||||
depends = qt5-svg
|
depends = qt5-svg
|
||||||
depends = qt5-tools
|
depends = qt5-tools
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
|
depends = gst-libav
|
||||||
|
depends = gst-plugin-good
|
||||||
optdepends = polkit
|
optdepends = polkit
|
||||||
provides = pegasus-frontend
|
provides = pegasus-frontend
|
||||||
conflicts = pegasus-frontend
|
conflicts = pegasus-frontend
|
||||||
|
@ -29,4 +31,3 @@ pkgbase = pegasus-frontend-git
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = pegasus-frontend-git
|
pkgname = pegasus-frontend-git
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
|
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
|
||||||
_pkgname=pegasus-frontend
|
_pkgname=pegasus-frontend
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=alpha14.r36.g49dd98b3
|
pkgver=alpha16.r44.g8119fcec
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
|
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -20,6 +20,8 @@ depends=(
|
||||||
'qt5-svg'
|
'qt5-svg'
|
||||||
'qt5-tools'
|
'qt5-tools'
|
||||||
'sdl2'
|
'sdl2'
|
||||||
|
'gst-libav'
|
||||||
|
'gst-plugins-good'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'polkit'
|
'polkit'
|
||||||
|
@ -50,7 +52,7 @@ prepare() {
|
||||||
git config submodule.lang.url "${srcdir}/pegasus-frontend-translations"
|
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.src/themes/pegasus-theme-grid.url "${srcdir}/pegasus-theme-grid"
|
||||||
git config submodule.thirdparty/SortFilterProxyModel.url "${srcdir}/SortFilterProxyModel"
|
git config submodule.thirdparty/SortFilterProxyModel.url "${srcdir}/SortFilterProxyModel"
|
||||||
git submodule update
|
git -c protocol.file.allow=always submodule update
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue