From d8fa11f7bc2cc1615da075e62545076ced72ff4b Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Fri, 2 Sep 2022 19:03:45 +0300 Subject: [PATCH 1/3] libglibutil: update to 1.0.67. --- srcpkgs/libglibutil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libglibutil/template b/srcpkgs/libglibutil/template index 849e9560e5b9..61a8191e84a8 100644 --- a/srcpkgs/libglibutil/template +++ b/srcpkgs/libglibutil/template @@ -1,6 +1,6 @@ # Template file for 'libglibutil' pkgname=libglibutil -version=1.0.66 +version=1.0.67 revision=1 build_style=gnu-makefile make_use_env=1 @@ -15,7 +15,7 @@ maintainer="Jami Kettunen " license="BSD-3-Clause" homepage="https://github.com/sailfishos/libglibutil" distfiles="https://github.com/sailfishos/libglibutil/archive/refs/tags/${version}.tar.gz" -checksum=421879428ef54aabf7e946f3308f408ad09d9438766882cc038d7bc1bc9761ce +checksum=622f7d420e3f95ee7237b65c17495fe8d4cda1ed0cb68e0794f63c57034e1401 post_install() { vlicense LICENSE From 7a9f4024415c2487932f864518407e9e9c25ccb5 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Fri, 2 Sep 2022 19:04:56 +0300 Subject: [PATCH 2/3] gbinder-python: update to 1.1.1. --- srcpkgs/gbinder-python/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gbinder-python/template b/srcpkgs/gbinder-python/template index f83515434e64..6a2bbf71f849 100644 --- a/srcpkgs/gbinder-python/template +++ b/srcpkgs/gbinder-python/template @@ -1,6 +1,6 @@ # Template file for 'gbinder-python' pkgname=gbinder-python -version=1.1.0 +version=1.1.1 revision=1 build_style=python3-module make_build_args="--cython" @@ -12,4 +12,4 @@ maintainer="Jami Kettunen " license="GPL-3.0-or-later" homepage="https://github.com/erfanoabdi/gbinder-python" distfiles="https://github.com/erfanoabdi/gbinder-python/archive/refs/tags/${version}.tar.gz" -checksum=930028fd2269df331591a5db155775c301d6fbc1b8d5c933be22c7a22e62d4fb +checksum=64ef246a7c538105d92350c88fe8634b4d64e04b45dce95b76abc0d2f3376246 From 209dc1e9ad830f203fede600932e907f49e8ff31 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Fri, 2 Sep 2022 19:13:29 +0300 Subject: [PATCH 3/3] waydroid: update to 1.3.1. --- srcpkgs/waydroid/files/README.voidlinux | 9 +++++++-- srcpkgs/waydroid/template | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/waydroid/files/README.voidlinux b/srcpkgs/waydroid/files/README.voidlinux index 196e969a36b3..f185f4f454d8 100644 --- a/srcpkgs/waydroid/files/README.voidlinux +++ b/srcpkgs/waydroid/files/README.voidlinux @@ -3,14 +3,19 @@ To finish Waydroid installation run: # waydroid init # ln -s /etc/sv/waydroid-container /var/service -Additionally ensure 'psi=1' is present on your /proc/cmdline (unless the kernel -is configured with CONFIG_PSI_DEFAULT_DISABLED=n). +Additionally for Android 11+ system images ensure 'psi=1' is present on your +/proc/cmdline (unless the kernel is configured with CONFIG_PSI_DEFAULT_DISABLED=n). + +Currently for audio support you need a PulseAudio server running (pipewire-pulse +also works). Optionally clipboard syncing between the container and host Wayland compositor can be enabled with: # xbps-install python3-pyclip wl-clipboard +When running under X11 in a nested Wayland compositor you'll also need xclip. + In case of graphical rendering issues etc. make sure to check the Waydroid documentation if they have a solution: https://docs.waydro.id/ diff --git a/srcpkgs/waydroid/template b/srcpkgs/waydroid/template index acb8c2583d5a..8afdace4fba2 100644 --- a/srcpkgs/waydroid/template +++ b/srcpkgs/waydroid/template @@ -1,6 +1,6 @@ # Template file for 'waydroid' pkgname=waydroid -version=1.3.0 +version=1.3.1 revision=1 # https://developer.android.com/ndk/guides/abis#sa archs="aarch64* armv7* i686* x86_64*" @@ -12,7 +12,7 @@ maintainer="Jami Kettunen " license="GPL-3.0-or-later" homepage="https://waydro.id" distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz" -checksum=1cd2ef0808820879730ddbbde08aa9bc1b16b0b320ca920a9059c2cbd92f637a +checksum=b1121db558df3f513d17816703cd02843a55b00ba6c18e39a2b00c6969385408 python_version=3 pycompile_dirs="usr/lib/waydroid"