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
|
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.r30.g7648b41
|
pkgver = alpha13.r37.g67846c6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pegasus-frontend.org/
|
url = https://pegasus-frontend.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -15,10 +15,8 @@ pkgbase = pegasus-frontend-git
|
||||||
makedepends = qt5-graphicaleffects
|
makedepends = qt5-graphicaleffects
|
||||||
makedepends = qt5-declarative
|
makedepends = qt5-declarative
|
||||||
makedepends = qt5-imageformats
|
makedepends = qt5-imageformats
|
||||||
makedepends = sdl2
|
depends = qt5-declarative
|
||||||
depends = qt-gstreamer
|
depends = sdl2
|
||||||
depends = fontconfig
|
|
||||||
depends = openssl-1.0
|
|
||||||
optdepends = polkit
|
optdepends = polkit
|
||||||
provides = pegasus-frontend
|
provides = pegasus-frontend
|
||||||
conflicts = pegasus-frontend
|
conflicts = 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.r30.g7648b41
|
pkgver=alpha13.r37.g67846c6
|
||||||
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')
|
||||||
|
@ -17,12 +17,10 @@ makedepends=(
|
||||||
'qt5-graphicaleffects'
|
'qt5-graphicaleffects'
|
||||||
'qt5-declarative'
|
'qt5-declarative'
|
||||||
'qt5-imageformats'
|
'qt5-imageformats'
|
||||||
'sdl2'
|
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'qt-gstreamer'
|
'qt5-declarative'
|
||||||
'fontconfig'
|
'sdl2'
|
||||||
'openssl-1.0'
|
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'polkit'
|
'polkit'
|
||||||
|
@ -66,7 +64,7 @@ build() {
|
||||||
INSTALL_DOCDIR=/usr/share/doc/pegasus-frontend \
|
INSTALL_DOCDIR=/usr/share/doc/pegasus-frontend \
|
||||||
INSTALL_ICONDIR=/usr/share/pixmaps \
|
INSTALL_ICONDIR=/usr/share/pixmaps \
|
||||||
INSTALL_DESKTOPDIR=/usr/share/applications \
|
INSTALL_DESKTOPDIR=/usr/share/applications \
|
||||||
INSTALL_APPSTREAMDIR=/app/share/metainfo
|
INSTALL_APPSTREAMDIR=/usr/share/metainfo
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue