Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/
Date: Sat, 31 Jul 2021 08:36:04
Message-Id: 1627720548.5389da427cadedadd60fc262d4384b66223a625f.juippis@gentoo
1 commit: 5389da427cadedadd60fc262d4384b66223a625f
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Sat Jul 24 20:16:56 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 08:35:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5389da42
7
8 gnome-extra/cinnamon-settings-daemon: 5.0.4 version bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 gnome-extra/cinnamon-settings-daemon/Manifest | 1 +
15 .../cinnamon-settings-daemon-5.0.4.ebuild | 95 ++++++++++++++++++++++
16 2 files changed, 96 insertions(+)
17
18 diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest b/gnome-extra/cinnamon-settings-daemon/Manifest
19 index d715127e86a..abd01e5ca99 100644
20 --- a/gnome-extra/cinnamon-settings-daemon/Manifest
21 +++ b/gnome-extra/cinnamon-settings-daemon/Manifest
22 @@ -1,2 +1,3 @@
23 DIST cinnamon-settings-daemon-4.8.5.tar.gz 662123 BLAKE2B b3ddd72e55c10c2cacc6dd29145e381395bd2ef68db7082a0770bb3eb647964041ed023d4a8357f2adcf5e8c9f8f713bac837809ed5926cc0434c2dc3e5c90ad SHA512 4a1d128b3f6faf3e2c13420d3569d4fd8cfaa1798ba5cf83fcb692662b9888d22f9f4bfb6fe18af59d0632583a2730a07e3ab48cca12c357b2d318d205fd7d0a
24 DIST cinnamon-settings-daemon-5.0.3.tar.gz 663648 BLAKE2B 78067cc11b0a8e77f8bc0a0a942430dbee31e9b8f1a857b9f10b7c16982c0d5e64267e91d35bbd1d66391d328e35efc536d953eee00b2b4b3c6d8c6c28052601 SHA512 ab44c5c157d5a37b35a88f89ba76254ade3f7dfdfaaa7ea7a09aabb49dce3c8f7d789d5d136b2a629c37483d2098ec957bfd07f930d786475ac1bf3973f4d56f
25 +DIST cinnamon-settings-daemon-5.0.4.tar.gz 663647 BLAKE2B 459ca8b407291e7a84742b75a272a621d05ef1929ec76dd913af477629db862429165cec26a5985c75f81ce8eaddccc6b74cfa882106784bbfb40e015a21bab8 SHA512 861847fb238ae53fdb31c55ab7f8475f3cad9b48a5dd3611e5ea05129e16b44cc48b3ff5d38c2fdcc3669191f952bf194b6bcba80816fb4daee9e91d85b1c781
26
27 diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild
28 new file mode 100644
29 index 00000000000..6e71b246e5e
30 --- /dev/null
31 +++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild
32 @@ -0,0 +1,95 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{7,8,9} )
39 +
40 +inherit meson gnome2-utils python-any-r1 xdg
41 +
42 +DESCRIPTION="Cinnamon's settings daemon"
43 +HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-settings-daemon"
44 +SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="GPL-2+"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm64 ~x86"
49 +IUSE="+colord cups input_devices_wacom smartcard systemd"
50 +
51 +RDEPEND="
52 + >=dev-libs/glib-2.40.0:2
53 + dev-libs/libgudev:=
54 + >=gnome-base/libgnomekbd-3.6
55 + >=gnome-extra/cinnamon-desktop-5.0:0=
56 + media-libs/fontconfig
57 + >=media-libs/lcms-2.2:2
58 + media-libs/libcanberra:0=[gtk3,pulseaudio]
59 + >=media-sound/pulseaudio-0.9.16[glib]
60 + >=sys-apps/dbus-1.1.2
61 + dev-libs/dbus-glib
62 + >=sys-auth/polkit-0.97
63 + x11-libs/gdk-pixbuf:2
64 + >=x11-libs/gtk+-3.14.0:3
65 + >=x11-libs/libnotify-0.7.3:0=
66 + x11-libs/libX11
67 + x11-libs/libXext
68 + x11-libs/libXfixes
69 + x11-libs/libXi
70 + >=x11-libs/libxklavier-5.0
71 + >=sys-power/upower-0.9.11
72 +
73 + colord? ( >=x11-misc/colord-0.1.27:= )
74 + cups? (
75 + >=net-print/cups-1.4[dbus]
76 + app-admin/system-config-printer
77 + net-print/cups-pk-helper )
78 + input_devices_wacom? (
79 + >=dev-libs/libwacom-0.7
80 + >=gnome-base/librsvg-2.36.2
81 + x11-drivers/xf86-input-wacom
82 + x11-libs/libXtst )
83 + smartcard? ( >=dev-libs/nss-3.11.2 )
84 + systemd? ( sys-apps/systemd:0= )
85 + !systemd? ( sys-auth/elogind:0= )
86 +"
87 +DEPEND="
88 + ${RDEPEND}
89 + dev-libs/libxml2:2
90 + x11-base/xorg-proto
91 +"
92 +BDEPEND="
93 + ${PYTHON_DEPS}
94 + dev-util/glib-utils
95 + dev-util/gdbus-codegen
96 + >=dev-util/intltool-0.37.1
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 +}