* Set Co-Mainatiner as maintainer, if they exist * Add me as co-maintainer of QEMU packages to fulfill main requirements * Add people interested in maintainance to their packages * device-google-snow now has no maintainer, if someone is interested, please add yourself as maintainer, otherwise it has to be dropped As we all know they are inactive nowadays, the maintainer variables should reflect the reality who cares/is responsible about a package, and inactive members are not. And waiting for a inactive maintainer 2 weeks is just staling the MR. Thanks for all the work Minecrell & Jenneron, and feel free to add yourself again if you're back again. [skip ci]: too many false positives :p Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7748>
28 lines
936 B
Text
28 lines
936 B
Text
maintainer=""
|
|
pkgname=postmarketos-ui-moonlight
|
|
pkgver=1
|
|
pkgrel=3
|
|
pkgdesc="(Wayland) Open Source PC client for NVIDIA GameStream, as used by the NVIDIA Shield"
|
|
# riscv64 blocked by moonlight-qt
|
|
arch="all !riscv64 !armhf"
|
|
url="https://postmarketos.org/"
|
|
license="GPL-3.0-or-later"
|
|
options="!check pmb:drm"
|
|
depends="postmarketos-base-ui-cage"
|
|
source="10-moonlight-qt.sh"
|
|
# https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2347
|
|
_pmb_groups="seat"
|
|
# TODO: use flatpak version here for aarch64, as it uses forked ffmpeg with
|
|
# v4l2-request support.
|
|
# See https://wiki.postmarketos.org/wiki/Hardware_video_acceleration.
|
|
_pmb_recommends="moonlight-qt"
|
|
|
|
|
|
package() {
|
|
install -Dm755 "$srcdir"/10-moonlight-qt.sh \
|
|
-t "$pkgdir"/usr/share/tinydm/env-wayland.d
|
|
}
|
|
|
|
sha512sums="
|
|
7b5728645a16e7670506cba05410fd61b5f44cf221b2199b564095fa8eef00af19e7a16c3450ba2a39a78076ee3be2e8924c80f6e58de3b63f8bb57ea5739d6d 10-moonlight-qt.sh
|
|
"
|