sys-apps/polychromatic: proper handling of PYTHON_SINGLE_TARGET

use python_doscript to install polychromatic-* scripts

Closes: https://bugs.gentoo.org/873703
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-10-01 15:46:09 +02:00
parent 0c06dec36a
commit 254da95438
2 changed files with 4 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ src_install() {
python_optimize
readme.gentoo_create_doc
python_doscript "${S}"/polychromatic-{cli,controller,helper,tray-applet}
# Do not force polychromatic to autostart on session login.
# Move it into /usr/share/polychromatic and treat it as an example file
# that could be installed into user's ~/.config/autostart/ directory.

View File

@@ -54,6 +54,8 @@ src_install() {
python_optimize
readme.gentoo_create_doc
python_doscript "${S}"/polychromatic-{cli,controller,helper,tray-applet}
# Do not force polychromatic to autostart on session login.
# Move it into /usr/share/polychromatic and treat it as an example file
# that could be installed into user's ~/.config/autostart/ directory.