Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/
Date: Sun, 31 May 2020 19:05:26
Message-Id: 1590951873.3efebcb501a18c78777cc97573da3cc28d26ed77.mattst88@gentoo
1 commit: 3efebcb501a18c78777cc97573da3cc28d26ed77
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 18:58:39 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 19:04:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efebcb5
7
8 gnome-extra/cinnamon-settings-daemon: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/cinnamon-settings-daemon/Manifest | 1 -
13 .../cinnamon-settings-daemon-4.0.2.ebuild | 87 ----------------------
14 2 files changed, 88 deletions(-)
15
16 diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest b/gnome-extra/cinnamon-settings-daemon/Manifest
17 index 92b72ec7d11..fe071f64de0 100644
18 --- a/gnome-extra/cinnamon-settings-daemon/Manifest
19 +++ b/gnome-extra/cinnamon-settings-daemon/Manifest
20 @@ -1,2 +1 @@
21 -DIST cinnamon-settings-daemon-4.0.2.tar.gz 662735 BLAKE2B 158e2ee120e2b359c6d84aa52c6b2c9214148fcf48cdc8ed9c777344f21ce82b5c3e4d0b358046abb1de8fc23a43b7cced02b77b43c1230fc2d97db58423e125 SHA512 3e51628339ae7766c37090c82a7550e2f925843ca62ef9cca606568c9771a8f16035735b3db612aae0938553fd37fb6eaf8d30437baa501160221d1b71d0e94e
22 DIST cinnamon-settings-daemon-4.4.0.tar.gz 665615 BLAKE2B ef0666864a4735ff32d57a584004176c74d0f0ad4b077d3439e135c1d24c8d0606221a1b1693a0189972b462055478680b03917a6acfcdfdc80649f7ee0fc224 SHA512 dc4b0c570b345577bd20e85b44f4c99c3e3c88a2c2aea7c928e1fae931dc4dc07c6dd64c5917661434d35e3ae606c8189c3f77e0658925b5cc6ba2dc1885cb81
23
24 diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.ebuild
25 deleted file mode 100644
26 index 85bd173c3b5..00000000000
27 --- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.ebuild
28 +++ /dev/null
29 @@ -1,87 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit autotools eutils gnome2 virtualx
37 -
38 -DESCRIPTION="Cinnamon's settings daemon"
39 -HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html"
40 -SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="+colord cups input_devices_wacom smartcard systemd"
46 -RESTRICT=test
47 -
48 -# udev is non-optional since lots of plugins, not just gudev, pull it in
49 -RDEPEND="
50 - >=dev-libs/glib-2.38:2
51 - dev-libs/libgudev:=
52 - >=gnome-base/libgnomekbd-3.6
53 - >=gnome-base/librsvg-2.36.2
54 - >=gnome-extra/cinnamon-desktop-2.8.0:0=
55 - media-libs/fontconfig
56 - >=media-libs/lcms-2.2:2
57 - media-libs/libcanberra:0=[gtk3]
58 - sys-apps/dbus
59 - >=sys-auth/polkit-0.97
60 - x11-libs/gdk-pixbuf:2
61 - >=x11-libs/gtk+-3.9.10:3
62 - >=x11-libs/libnotify-0.7.3:0=
63 - x11-libs/libX11
64 - x11-libs/libXext
65 - x11-libs/libXfixes
66 - x11-libs/libXi
67 - x11-libs/libxklavier
68 - >=sys-power/upower-0.9.11
69 -
70 - colord? ( >=x11-misc/colord-0.1.27:= )
71 - cups? ( >=net-print/cups-1.4[dbus] )
72 - input_devices_wacom? (
73 - >=dev-libs/libwacom-0.7
74 - x11-drivers/xf86-input-wacom
75 - x11-libs/libXtst )
76 - smartcard? ( >=dev-libs/nss-3.11.2 )
77 - systemd? ( sys-apps/systemd:0= )
78 - !systemd? ( sys-auth/elogind:0= )
79 -"
80 -DEPEND="${RDEPEND}
81 - dev-libs/libxml2:2
82 - >=dev-util/intltool-0.37.1
83 - x11-base/xorg-proto
84 - virtual/pkgconfig
85 -"
86 -
87 -src_prepare() {
88 - # make colord and wacom optional
89 - eapply "${FILESDIR}"/${PN}-3.0.1-optional.patch
90 - eapply "${FILESDIR}"/${PN}-3.8.0-accountservice.patch
91 -
92 - # Disable broken test
93 - sed -e '/g_test_add_func ("\/color\/edid/d' \
94 - -i plugins/color/gcm-self-test.c || die
95 -
96 - eautoreconf
97 - gnome2_src_prepare
98 -}
99 -
100 -src_configure() {
101 - # no point in disabling gudev since other plugins pull it in
102 - gnome2_src_configure \
103 - --disable-static \
104 - --enable-gudev \
105 - --enable-polkit \
106 - --enable-logind \
107 - --disable-accountservice \
108 - $(use_enable colord color) \
109 - $(use_enable cups) \
110 - $(use_enable smartcard smartcard-support) \
111 - $(use_enable input_devices_wacom wacom)
112 -}
113 -
114 -src_test() {
115 - virtx emake check
116 -}