Commit graph

12 commits

Author SHA1 Message Date
Dmitriy Kholkin 7800869591
waydroid: 1.3.4 -> 1.4.1 2023-05-21 23:20:37 +03:00
linsui 9156d02e92 waydroid: fix icon, shell and iptables 2023-02-19 12:17:11 +08:00
Samuel Dionne-Riel 1b00e5af2f waydroid: Add missing ambiant dependencies
Fixes #211741

`waydroid first-launch` would fail due to missing gobject introspection
bindings for Gtk.

```
(      ) [        ] ERROR: Namespace Gtk not available
(      ) [        ] See also: <https://github.com/waydroid>
(      ) [        ] Traceback (most recent call last):
  File "/nix/store/7c0jjr0jid4xhfdsv13jiwp7q4jl9khi-waydroid-1.3.3/lib/waydroid/tools/__init__.py", line 113, in main
    actions.remote_init_client(args)
  File "/nix/store/7c0jjr0jid4xhfdsv13jiwp7q4jl9khi-waydroid-1.3.3/lib/waydroid/tools/actions/initializer.py", line 205, in remote_init_client
    gi.require_version("Gtk", "3.0")
  File "/nix/store/y09awdg92zm58958q6bc6chacw35pfgm-python3.10-pygobject-3.42.2/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
```

These changes add the necessary environment (the currently idiomatic way
to solve such problems) to the existing wrapper.

The use in `preFixup` is necessary, as the gapps wrapper will not have
ran the required hooks before.

The addition of `gobject-introspection` is necessary for the wrappers
hooks to add GIR repositories to the wrapper args.
2023-01-22 23:47:20 -05:00
Sandro Jäckel 99b715f39d
waydroid: cleanup inputs 2023-01-03 17:44:47 +01:00
Charles Johnson 2628f0003c
waydroid: 1.3.3 -> 1.3.4 (#206833)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-03 17:43:06 +01:00
Mrinal Purohit a152b034a5 waydroid: 1.3.0 -> 1.3.3 2022-10-10 13:13:59 +05:30
Martin Weinelt 5b5df09987
waydroid: build with format other 2022-09-19 16:06:09 +02:00
Mihai-Drosi Caju 328448a153 waydroid: 1.2.1 -> 1.3.0 2022-08-14 06:51:34 +03:00
Mihai-Drosi Câju d1daa6417e waydroid: 1.2.0 -> 1.2.1 2022-06-16 17:19:34 +03:00
Mihai-Drosi Câju 943cfb9a2f waydroid: 1.1.1 -> 1.2.0 2021-11-09 20:23:12 +02:00
Mihai-Drosi Câju 2f5c78458b waydroid: Add missing dependencies
* Also add pyclip for clipboard support
* And symlink Waydroid.desktop to share/applications
2021-11-09 20:22:52 +02:00
Mihai-Drosi Câju 6d8cab0b53 waydroid: Init at 1.1.1 2021-10-03 21:25:46 +03:00