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