commit: de3188d3b33e3826a278b3426d5376311439e3dc Author: Sergey Alirzaev <l29ah <AT> riseup <DOT> net> AuthorDate: Thu Mar 2 14:39:31 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Mar 5 16:02:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3188d3
www-client/qutebrowser: install apparmor profile Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/29898 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> www-client/qutebrowser/qutebrowser-2.5.3.ebuild | 3 +++ www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 3 +++ www-client/qutebrowser/qutebrowser-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild index 7cb5d6ee3504..6260bb8c6fc8 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild @@ -128,6 +128,9 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} + insinto /etc/apparmor.d + doins -r misc/apparmor/. + einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild index 0de37e2649d8..7a65a374061c 100644 --- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild @@ -146,6 +146,9 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} + insinto /etc/apparmor.d + doins -r misc/apparmor/. + einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 7cb5d6ee3504..6260bb8c6fc8 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -128,6 +128,9 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} + insinto /etc/apparmor.d + doins -r misc/apparmor/. + einstalldocs }
