waydroid/1.4.2-3: sync with archlinuxcn

This commit is contained in:
Puqns67 2024-01-17 22:07:13 +08:00
parent 4849361462
commit 95890e75a4
Signed by: Puqns67
GPG Key ID: 9669DF042554F536

View File

@ -5,18 +5,19 @@
# This PKGBUILD is base on the AUR repo waydroid, by Danct12 <danct12@disroot.org> and Bart Ribbers <bribbers@disroot.org> # This PKGBUILD is base on the AUR repo waydroid, by Danct12 <danct12@disroot.org> and Bart Ribbers <bribbers@disroot.org>
pkgname='waydroid' pkgname='waydroid'
pkgver=1.4.1 pkgver=1.4.2
pkgrel=1 pkgrel=3
pkgdesc='A container-based approach to boot a full Android system on a regular Linux system' pkgdesc='A container-based approach to boot a full Android system on a regular Linux system'
arch=('any') arch=('any')
url='https://github.com/waydroid/waydroid' url='https://github.com/waydroid/waydroid'
license=('GPL3') license=('GPL-3.0-or-later')
depends=('dnsmasq' 'lxc' 'nftables' 'python' 'python-gbinder' 'python-gobject' 'which') depends=('dbus-python' 'dnsmasq' 'lxc' 'nftables' 'python-gbinder' 'python-gobject' 'which')
optdepends=('waydroid-image: Android image for use with waydroid' optdepends=('waydroid-image: Android images for use with waydroid'
'python-pyclip: share clipboard with container') 'waydroid-image-gapps: Android images for use with waydroid, including gapps'
'python-pyclip: Share clipboard with container')
source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('c5050c03543623a14a0f1a7a0b320e2786d95c208945767cddff7c3b46486cc19406eba798fce2224a383b3fe587e2e1b1f91ebb75c1da08cb50d33e724b6fef') sha512sums=('0d3eba799895c853545b7087e3c07160d593d4a3166822039973669bc0ee93a8a6b9c394a7d982e57cfbbfbd8df1ba7991dd33b1b1517d79fcbe191d8a86890a')
package() { package() {
make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" USE_NFTABLES=1 install DESTDIR="${pkgdir}" USE_NFTABLES=1 make -C "${srcdir}/${pkgname}-${pkgver}" install
} }