Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/
Date: Fri, 21 Jan 2022 17:15:45
Message-Id: 1642785308.0e2dbaae80b55996ceb2ef98593edfbdd82b5fb3.sam@gentoo
1 commit: 0e2dbaae80b55996ceb2ef98593edfbdd82b5fb3
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Tue Dec 28 20:42:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 17:15:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2dbaae
7
8 gnome-extra/cinnamon-settings-daemon: 5.2.0 version bump
9
10 Add Python 3.10 support.
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 gnome-extra/cinnamon-settings-daemon/Manifest | 1 +
17 .../cinnamon-settings-daemon-5.2.0.ebuild | 94 ++++++++++++++++++++++
18 2 files changed, 95 insertions(+)
19
20 diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest b/gnome-extra/cinnamon-settings-daemon/Manifest
21 index 46679822f1f0..ebffce5672bd 100644
22 --- a/gnome-extra/cinnamon-settings-daemon/Manifest
23 +++ b/gnome-extra/cinnamon-settings-daemon/Manifest
24 @@ -1 +1,2 @@
25 DIST cinnamon-settings-daemon-5.0.4.tar.gz 663647 BLAKE2B 459ca8b407291e7a84742b75a272a621d05ef1929ec76dd913af477629db862429165cec26a5985c75f81ce8eaddccc6b74cfa882106784bbfb40e015a21bab8 SHA512 861847fb238ae53fdb31c55ab7f8475f3cad9b48a5dd3611e5ea05129e16b44cc48b3ff5d38c2fdcc3669191f952bf194b6bcba80816fb4daee9e91d85b1c781
26 +DIST cinnamon-settings-daemon-5.2.0.tar.gz 662588 BLAKE2B aca6aac0a7b85fa9fb60f1101e0027d5faf3f6d95f7d306ae0ad9dd2e19bb1b48ab4333bbcdff5405b52c306f67eb34bfce895b37529d3ce015182aac41dcf07 SHA512 ae076956715bc7b47746868df0f1cb4034a8ce26b2d64878c74654f08a4498155063f16bf7972316fa138f72e10a82e8589fdb607f8072bbcd92e106bedbe98e
27
28 diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.2.0.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.2.0.ebuild
29 new file mode 100644
30 index 000000000000..b4238e71f45e
31 --- /dev/null
32 +++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.2.0.ebuild
33 @@ -0,0 +1,94 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_{7,8,9,10} )
40 +
41 +inherit meson gnome2-utils python-any-r1 xdg
42 +
43 +DESCRIPTION="Cinnamon's settings daemon"
44 +HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-settings-daemon"
45 +SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="GPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
50 +IUSE="+colord cups input_devices_wacom smartcard systemd"
51 +
52 +RDEPEND="
53 + >=dev-libs/glib-2.40.0:2
54 + dev-libs/libgudev:=
55 + >=gnome-base/libgnomekbd-3.6
56 + >=gnome-extra/cinnamon-desktop-5.2:0=
57 + media-libs/fontconfig
58 + >=media-libs/lcms-2.2:2
59 + media-libs/libcanberra:0=[gtk3,pulseaudio]
60 + >=media-sound/pulseaudio-0.9.16[glib]
61 + >=sys-apps/dbus-1.1.2
62 + dev-libs/dbus-glib
63 + >=sys-auth/polkit-0.97
64 + x11-libs/gdk-pixbuf:2
65 + >=x11-libs/gtk+-3.14.0:3
66 + >=x11-libs/libnotify-0.7.3:0=
67 + x11-libs/libX11
68 + x11-libs/libXext
69 + x11-libs/libXfixes
70 + x11-libs/libXi
71 + >=x11-libs/libxklavier-5.0
72 + >=sys-power/upower-0.9.11
73 +
74 + colord? ( >=x11-misc/colord-0.1.27:= )
75 + cups? (
76 + >=net-print/cups-1.4[dbus]
77 + app-admin/system-config-printer
78 + net-print/cups-pk-helper )
79 + input_devices_wacom? (
80 + >=dev-libs/libwacom-0.7
81 + >=gnome-base/librsvg-2.36.2
82 + x11-drivers/xf86-input-wacom
83 + x11-libs/libXtst )
84 + smartcard? ( >=dev-libs/nss-3.11.2 )
85 + systemd? ( sys-apps/systemd:0= )
86 + !systemd? ( sys-auth/elogind:0= )
87 +"
88 +DEPEND="
89 + ${RDEPEND}
90 + dev-libs/libxml2:2
91 + x11-base/xorg-proto
92 +"
93 +BDEPEND="
94 + ${PYTHON_DEPS}
95 + dev-util/glib-utils
96 + dev-util/gdbus-codegen
97 + virtual/pkgconfig
98 +"
99 +
100 +src_prepare() {
101 + default
102 + python_fix_shebang install-scripts
103 +}
104 +
105 +src_configure() {
106 + # gudev not optional on Linux platforms
107 + local emesonargs=(
108 + -Duse_gudev=enabled
109 + -Duse_polkit=enabled
110 + -Duse_logind=enabled
111 + $(meson_feature colord use_color)
112 + $(meson_feature cups use_cups)
113 + $(meson_feature smartcard use_smartcard)
114 + $(meson_feature input_devices_wacom use_wacom)
115 + )
116 + meson_src_configure
117 +}
118 +
119 +pkg_postinst() {
120 + xdg_pkg_postinst
121 + gnome2_schemas_update
122 +}
123 +
124 +pkg_postrm() {
125 + xdg_pkg_postrm
126 + gnome2_schemas_update
127 +}