From 254da9543809c022c09bb97cf6ee0f36422ef882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 1 Oct 2022 15:46:09 +0200 Subject: [PATCH] sys-apps/polychromatic: proper handling of PYTHON_SINGLE_TARGET MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit use python_doscript to install polychromatic-* scripts Closes: https://bugs.gentoo.org/873703 Signed-off-by: Maciej Barć --- ...polychromatic-0.7.3.ebuild => polychromatic-0.7.3-r1.ebuild} | 2 ++ sys-apps/polychromatic/polychromatic-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) rename sys-apps/polychromatic/{polychromatic-0.7.3.ebuild => polychromatic-0.7.3-r1.ebuild} (96%) diff --git a/sys-apps/polychromatic/polychromatic-0.7.3.ebuild b/sys-apps/polychromatic/polychromatic-0.7.3-r1.ebuild similarity index 96% rename from sys-apps/polychromatic/polychromatic-0.7.3.ebuild rename to sys-apps/polychromatic/polychromatic-0.7.3-r1.ebuild index 83047579b56ef..498b9988577d5 100644 --- a/sys-apps/polychromatic/polychromatic-0.7.3.ebuild +++ b/sys-apps/polychromatic/polychromatic-0.7.3-r1.ebuild @@ -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. diff --git a/sys-apps/polychromatic/polychromatic-9999.ebuild b/sys-apps/polychromatic/polychromatic-9999.ebuild index 83047579b56ef..498b9988577d5 100644 --- a/sys-apps/polychromatic/polychromatic-9999.ebuild +++ b/sys-apps/polychromatic/polychromatic-9999.ebuild @@ -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.