Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/polychromatic/
Date: Sat, 01 Oct 2022 13:50:34
Message-Id: 1664631969.254da9543809c022c09bb97cf6ee0f36422ef882.xgqt@gentoo
1 commit: 254da9543809c022c09bb97cf6ee0f36422ef882
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 13:46:09 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 13:46:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254da954
7
8 sys-apps/polychromatic: proper handling of PYTHON_SINGLE_TARGET
9
10 use python_doscript to install polychromatic-* scripts
11
12 Closes: https://bugs.gentoo.org/873703
13 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
14
15 .../{polychromatic-0.7.3.ebuild => polychromatic-0.7.3-r1.ebuild} | 2 ++
16 sys-apps/polychromatic/polychromatic-9999.ebuild | 2 ++
17 2 files changed, 4 insertions(+)
18
19 diff --git a/sys-apps/polychromatic/polychromatic-0.7.3.ebuild b/sys-apps/polychromatic/polychromatic-0.7.3-r1.ebuild
20 similarity index 96%
21 rename from sys-apps/polychromatic/polychromatic-0.7.3.ebuild
22 rename to sys-apps/polychromatic/polychromatic-0.7.3-r1.ebuild
23 index 83047579b56e..498b9988577d 100644
24 --- a/sys-apps/polychromatic/polychromatic-0.7.3.ebuild
25 +++ b/sys-apps/polychromatic/polychromatic-0.7.3-r1.ebuild
26 @@ -54,6 +54,8 @@ src_install() {
27 python_optimize
28 readme.gentoo_create_doc
29
30 + python_doscript "${S}"/polychromatic-{cli,controller,helper,tray-applet}
31 +
32 # Do not force polychromatic to autostart on session login.
33 # Move it into /usr/share/polychromatic and treat it as an example file
34 # that could be installed into user's ~/.config/autostart/ directory.
35
36 diff --git a/sys-apps/polychromatic/polychromatic-9999.ebuild b/sys-apps/polychromatic/polychromatic-9999.ebuild
37 index 83047579b56e..498b9988577d 100644
38 --- a/sys-apps/polychromatic/polychromatic-9999.ebuild
39 +++ b/sys-apps/polychromatic/polychromatic-9999.ebuild
40 @@ -54,6 +54,8 @@ src_install() {
41 python_optimize
42 readme.gentoo_create_doc
43
44 + python_doscript "${S}"/polychromatic-{cli,controller,helper,tray-applet}
45 +
46 # Do not force polychromatic to autostart on session login.
47 # Move it into /usr/share/polychromatic and treat it as an example file
48 # that could be installed into user's ~/.config/autostart/ directory.