Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
8c2ca18a22
commit
9db26f13b0
2 changed files with 16 additions and 18 deletions
|
@ -1,21 +1,20 @@
|
||||||
pkgbase = pegasus-frontend-git
|
pkgbase = pegasus-frontend-git
|
||||||
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.
|
||||||
pkgver = alpha13.r37.g67846c6
|
pkgver = alpha14.r36.g49dd98b3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pegasus-frontend.org/
|
url = https://pegasus-frontend.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = qt5-tools
|
|
||||||
makedepends = qt5-quickcontrols
|
|
||||||
makedepends = qt5-gamepad
|
|
||||||
makedepends = qt5-svg
|
|
||||||
makedepends = qt5-multimedia
|
|
||||||
makedepends = qt5-graphicaleffects
|
|
||||||
makedepends = qt5-declarative
|
|
||||||
makedepends = qt5-imageformats
|
|
||||||
depends = qt5-declarative
|
depends = qt5-declarative
|
||||||
|
depends = qt5-gamepad
|
||||||
|
depends = qt5-graphicaleffects
|
||||||
|
depends = qt5-imageformats
|
||||||
|
depends = qt5-multimedia
|
||||||
|
depends = qt5-quickcontrols
|
||||||
|
depends = qt5-svg
|
||||||
|
depends = qt5-tools
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
optdepends = polkit
|
optdepends = polkit
|
||||||
provides = pegasus-frontend
|
provides = pegasus-frontend
|
||||||
|
|
|
@ -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=alpha13.r37.g67846c6
|
pkgver=alpha14.r36.g49dd98b3
|
||||||
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')
|
||||||
|
@ -9,17 +9,16 @@ url="https://pegasus-frontend.org/"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
'git'
|
||||||
'qt5-tools'
|
|
||||||
'qt5-quickcontrols'
|
|
||||||
'qt5-gamepad'
|
|
||||||
'qt5-svg'
|
|
||||||
'qt5-multimedia'
|
|
||||||
'qt5-graphicaleffects'
|
|
||||||
'qt5-declarative'
|
|
||||||
'qt5-imageformats'
|
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'qt5-declarative'
|
'qt5-declarative'
|
||||||
|
'qt5-gamepad'
|
||||||
|
'qt5-graphicaleffects'
|
||||||
|
'qt5-imageformats'
|
||||||
|
'qt5-multimedia'
|
||||||
|
'qt5-quickcontrols'
|
||||||
|
'qt5-svg'
|
||||||
|
'qt5-tools'
|
||||||
'sdl2'
|
'sdl2'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue