pegasus-frontend-git: update PKGBUILD
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
04f1ac068d
commit
171c4c23a5
2 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = pegasus-frontend-git
|
||||
pkgdesc = A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
|
||||
pkgver = alpha13.r30.g7648b41
|
||||
pkgver = alpha13.r37.g67846c6
|
||||
pkgrel = 1
|
||||
url = https://pegasus-frontend.org/
|
||||
arch = i686
|
||||
|
@ -15,10 +15,8 @@ pkgbase = pegasus-frontend-git
|
|||
makedepends = qt5-graphicaleffects
|
||||
makedepends = qt5-declarative
|
||||
makedepends = qt5-imageformats
|
||||
makedepends = sdl2
|
||||
depends = qt-gstreamer
|
||||
depends = fontconfig
|
||||
depends = openssl-1.0
|
||||
depends = qt5-declarative
|
||||
depends = sdl2
|
||||
optdepends = polkit
|
||||
provides = pegasus-frontend
|
||||
conflicts = pegasus-frontend
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
|
||||
_pkgname=pegasus-frontend
|
||||
pkgname=${_pkgname}-git
|
||||
pkgver=alpha13.r30.g7648b41
|
||||
pkgver=alpha13.r37.g67846c6
|
||||
pkgrel=1
|
||||
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,12 +17,10 @@ makedepends=(
|
|||
'qt5-graphicaleffects'
|
||||
'qt5-declarative'
|
||||
'qt5-imageformats'
|
||||
'sdl2'
|
||||
)
|
||||
depends=(
|
||||
'qt-gstreamer'
|
||||
'fontconfig'
|
||||
'openssl-1.0'
|
||||
'qt5-declarative'
|
||||
'sdl2'
|
||||
)
|
||||
optdepends=(
|
||||
'polkit'
|
||||
|
@ -66,7 +64,7 @@ build() {
|
|||
INSTALL_DOCDIR=/usr/share/doc/pegasus-frontend \
|
||||
INSTALL_ICONDIR=/usr/share/pixmaps \
|
||||
INSTALL_DESKTOPDIR=/usr/share/applications \
|
||||
INSTALL_APPSTREAMDIR=/app/share/metainfo
|
||||
INSTALL_APPSTREAMDIR=/usr/share/metainfo
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue