Skip to content

Commit 4053630

Browse files
Puqns67yan12125
authored andcommitted
waydroid: add missing dependeny dbus-python, hicolor-icon-theme
1 parent 3f67925 commit 4053630

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

archlinuxcn/waydroid/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ pkgdesc='A container-based approach to boot a full Android system on a regular L
1111
arch=('any')
1212
url='https://github.com/waydroid/waydroid'
1313
license=('GPL3')
14-
depends=('dnsmasq' 'lxc' 'nftables' 'python' 'python-gbinder' 'python-gobject' 'which')
14+
depends=('dbus-python' 'dnsmasq' 'hicolor-icon-theme' 'lxc' 'nftables' 'python-gbinder' 'python-gobject' 'which')
1515
optdepends=('waydroid-image: Android image for use with waydroid'
1616
'python-pyclip: share clipboard with container')
1717
source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/${pkgver}.tar.gz")
1818
sha512sums=('c5050c03543623a14a0f1a7a0b320e2786d95c208945767cddff7c3b46486cc19406eba798fce2224a383b3fe587e2e1b1f91ebb75c1da08cb50d33e724b6fef')
1919

2020
package() {
21-
make -C "${srcdir}/${pkgname}-${pkgver}/" install DESTDIR="${pkgdir}" USE_NFTABLES=1
21+
make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" USE_NFTABLES=1 install
2222
}

archlinuxcn/waydroid/lilac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
maintainers:
22
- github: Puqns67
3+
email: me@puqns67.icu
34

45
build_prefix: extra-x86_64
56

@@ -15,3 +16,5 @@ update_on:
1516
github: waydroid/waydroid
1617
use_max_tag: true
1718
- alias: python
19+
- source: manual
20+
manual: 1

0 commit comments

Comments
 (0)