upgpkg: moonlight-qt 3.0.0-1
upstream release
This commit is contained in:
parent
8fad769c33
commit
b790b2c540
2 changed files with 8 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = moonlight-qt
|
pkgbase = moonlight-qt
|
||||||
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux)
|
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux)
|
||||||
pkgver = 2.1.0
|
pkgver = 3.0.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://moonlight-stream.org
|
url = https://moonlight-stream.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,8 +12,8 @@ pkgbase = moonlight-qt
|
||||||
depends = ffmpeg
|
depends = ffmpeg
|
||||||
depends = sdl2_ttf
|
depends = sdl2_ttf
|
||||||
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
|
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
|
||||||
source = git+https://github.com/moonlight-stream/moonlight-qt.git#tag=v1.1.0
|
source = https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.0.0/MoonlightSrc-3.0.0.tar.gz
|
||||||
md5sums = SKIP
|
sha256sums = 2ce21c0b401c23f931c6f02b9fb68d4d168674b630f98e07548f69d8cf692463
|
||||||
|
|
||||||
pkgname = moonlight-qt
|
pkgname = moonlight-qt
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# Maintainer: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
|
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||||
|
# Contributor: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
|
||||||
|
|
||||||
pkgname=moonlight-qt
|
pkgname=moonlight-qt
|
||||||
pkgver=2.1.0
|
pkgver=3.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux)'
|
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux)'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -10,21 +11,17 @@ url='https://moonlight-stream.org'
|
||||||
depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')
|
depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
|
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
|
||||||
source=("git+https://github.com/moonlight-stream/${pkgname}.git#tag=v${pkgver}")
|
source=("https://github.com/moonlight-stream/${pkgname}/releases/download/v${pkgver}/MoonlightSrc-${pkgver}.tar.gz")
|
||||||
md5sums=('SKIP')
|
sha256sums=('2ce21c0b401c23f931c6f02b9fb68d4d168674b630f98e07548f69d8cf692463')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname"
|
|
||||||
git submodule update --init --recursive
|
|
||||||
qmake PREFIX="$pkgdir/usr" moonlight-qt.pro
|
qmake PREFIX="$pkgdir/usr" moonlight-qt.pro
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname"
|
|
||||||
make release
|
make release
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname"
|
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue