From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2176158041 for ; Thu, 21 Mar 2024 23:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB140E2A06; Thu, 21 Mar 2024 23:06:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C52D4E2A06 for ; Thu, 21 Mar 2024 23:06:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C056134302C for ; Thu, 21 Mar 2024 23:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36BCB15C8 for ; Thu, 21 Mar 2024 23:06:48 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1711059044.76976d30748507e71191dff7f4eb19ebc04a039d.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-containers/waydroid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-containers/waydroid/waydroid-1.4.0.ebuild app-containers/waydroid/waydroid-1.4.2.ebuild X-VCS-Directories: app-containers/waydroid/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 76976d30748507e71191dff7f4eb19ebc04a039d X-VCS-Branch: master Date: Thu, 21 Mar 2024 23:06:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fa22fa8-f7a5-4b0b-8a95-372c1e717e1c X-Archives-Hash: 609769218c9c860ffe14df5e288441e5 commit: 76976d30748507e71191dff7f4eb19ebc04a039d Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Mar 21 18:28:46 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Mar 21 22:10:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76976d30 app-containers/waydroid: Make important messages more visible Signed-off-by: Esteve Varela Colominas gmail.com> app-containers/waydroid/waydroid-1.4.0.ebuild | 20 ++++++++++++-------- app-containers/waydroid/waydroid-1.4.2.ebuild | 20 ++++++++++++-------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/app-containers/waydroid/waydroid-1.4.0.ebuild b/app-containers/waydroid/waydroid-1.4.0.ebuild index a15188ca37..17e3547703 100644 --- a/app-containers/waydroid/waydroid-1.4.0.ebuild +++ b/app-containers/waydroid/waydroid-1.4.0.ebuild @@ -60,6 +60,18 @@ pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update + elog "After package installation run either 'emerge --config app-containers/waydroid'" + elog "or 'waydroid init' from root shell to install android container runtime" + elog "To run waydroid, 1. Start container: 'rc-service waydroid start'" + elog "2. start wayland channel (from user shell) 'waydroid session start'" + elog "Contact https://docs.waydro.id/usage/install-on-desktops for how-to guides" + elog "(does not cover Gentoo-specific things sadly)" + elog + + ewarn "Make sure you have NFTABLES up and running in your kernel. See" + ewarn "https://wiki.gentoo.org/wiki/Nftables for how-to details" + ewarn + if ! use apparmor; then ewarn "If you use app-containers/lxc without apparmor, make sure you deleted or commented out in waydroid LXC config" ewarn "(generated after waydroid init) in /var/lib/waydroid/lxc/waydroid/config the following string:" @@ -69,14 +81,6 @@ pkg_postinst() { else ewarn "Apparmor support has not been tested by package maintainer yet" fi - ewarn "Make sure you have NFTABLES up and running in your kernel. See" - ewarn "https://wiki.gentoo.org/wiki/Nftables for how-to details" - einfo "After package installation run ether 'emerge --config app-containers/waydroid'" - einfo "or 'waydroid init' from root shell to install android container runtime" - einfo "To run waydroid, 1. Start container: 'rc-service waydroid start'" - einfo "2. start wayland channel (from user shell) 'waydroid session start'" - einfo "Contact https://docs.waydro.id/usage/install-on-desktops for how-to guides" - einfo "(does not cover Gentoo-specific things sadly)" } pkg_postrm() { diff --git a/app-containers/waydroid/waydroid-1.4.2.ebuild b/app-containers/waydroid/waydroid-1.4.2.ebuild index cf421efb8e..5d5b8a91f8 100644 --- a/app-containers/waydroid/waydroid-1.4.2.ebuild +++ b/app-containers/waydroid/waydroid-1.4.2.ebuild @@ -60,6 +60,18 @@ pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update + elog "After package installation run either 'emerge --config app-containers/waydroid'" + elog "or 'waydroid init' from root shell to install android container runtime" + elog "To run waydroid, 1. Start container: 'rc-service waydroid start'" + elog "2. start wayland channel (from user shell) 'waydroid session start'" + elog "Contact https://docs.waydro.id/usage/install-on-desktops for how-to guides" + elog "(does not cover Gentoo-specific things sadly)" + elog + + ewarn "Make sure you have NFTABLES up and running in your kernel. See" + ewarn "https://wiki.gentoo.org/wiki/Nftables for how-to details" + ewarn + if ! use apparmor; then ewarn "If you use app-containers/lxc without apparmor, make sure you deleted or commented out in waydroid LXC config" ewarn "(generated after waydroid init) in /var/lib/waydroid/lxc/waydroid/config the following string:" @@ -69,14 +81,6 @@ pkg_postinst() { else ewarn "Apparmor support has not been tested by package maintainer yet" fi - ewarn "Make sure you have NFTABLES up and running in your kernel. See" - ewarn "https://wiki.gentoo.org/wiki/Nftables for how-to details" - einfo "After package installation run ether 'emerge --config app-containers/waydroid'" - einfo "or 'waydroid init' from root shell to install android container runtime" - einfo "To run waydroid, 1. Start container: 'rc-service waydroid start'" - einfo "2. start wayland channel (from user shell) 'waydroid session start'" - einfo "Contact https://docs.waydro.id/usage/install-on-desktops for how-to guides" - einfo "(does not cover Gentoo-specific things sadly)" } pkg_postrm() {