Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/
Date: Sat, 24 Jun 2017 14:58:48
Message-Id: 1498316310.666f113de46ca8a49fd28e98f85cd88e0c11e19d.k_f@gentoo
1 commit: 666f113de46ca8a49fd28e98f85cd88e0c11e19d
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 14:54:32 2017 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 14:58:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666f113d
7
8 gnome-extra/cinnamon-settings-daemon: New upstream version 3.4.2
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 gnome-extra/cinnamon-settings-daemon/Manifest | 1 +
13 .../cinnamon-settings-daemon-3.4.2.ebuild | 88 ++++++++++++++++++++++
14 2 files changed, 89 insertions(+)
15
16 diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest b/gnome-extra/cinnamon-settings-daemon/Manifest
17 index a02bfb4cdcb..fc60f8003d5 100644
18 --- a/gnome-extra/cinnamon-settings-daemon/Manifest
19 +++ b/gnome-extra/cinnamon-settings-daemon/Manifest
20 @@ -2,3 +2,4 @@ DIST cinnamon-settings-daemon-2.8.3.tar.gz 2935149 SHA256 bc04333674ee10886b6c26
21 DIST cinnamon-settings-daemon-2.8.4.tar.gz 2935478 SHA256 2f7e8764a842d9b4f21c1e6d5321e4101720f1600462b5452d14a061b608c584 SHA512 fab449efdfe4f12d17d61299b9c264d0bd70d88811406da68eab48943dbcd75ef3a87551eba653660efc4006c45f7eaa59d9ac3616a6da6808d35e59dd0a6d7f WHIRLPOOL bcdd93d53352d649f81a43730f4116508ad24379ba5e5c46a1dc9b867a653b9172b50b78b06450159f4e785bab8e2a604f172d2553dd949d693c358695ba4f17
22 DIST cinnamon-settings-daemon-3.0.1.tar.gz 2912459 SHA256 0abe839e04a36a052bb486f90e84c25ae6ccc92b74223813d9666eaac257677b SHA512 848f1bc38e84edf9a8af48e55b7581881fbc9920dce9a4fc38627456dea7cbfe330bebba4bb46d1c231dd85bd3445d365b5e415485ac202e72335fe337a800e8 WHIRLPOOL 91b5b0455c2dcde8868eb8e1adf52229e3dd94fb4c4842d537b89e1c72cd8f8f54af854765c62eb382015b8f3299400f21a9034974440ce9b7d305be4ffb82fb
23 DIST cinnamon-settings-daemon-3.2.0.tar.gz 2915197 SHA256 0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1 SHA512 1977402fddf62cf29c0285fd2be8c951dcf5f1d914e3ce53e2e738cfdb211096653b9256028fcb887e403d11dc2105e976eda05cf97c95afe6101c84c72abb12 WHIRLPOOL f051d50a41c22035ef1ffc48fe557d791966aacea2a81f76598868d6d79afe3d02ef56d17d7a67bd3802beb2d287f882c152021e2495ab4dae5af18f3a9d5959
24 +DIST cinnamon-settings-daemon-3.4.2.tar.gz 3102793 SHA256 b30a3b64e4263e4dbe2678c0cff5cef97944282fabb8f4b6fa3ca6c65c8f1522 SHA512 597f3a08e5c2168d0fc3da4b83c85f4c1f4451573cccc79bcb2a3debaab7f4714244e0300dce8ddc62de40b2f4c1c44ff282d280a1437d14041b44d4541c83e0 WHIRLPOOL 85922de3b93e07565adeda762e4d5278e75038db7ab7ae372494a8050fc11302eed8b0a53c19a691b8b4f93e35f8182d58b88d56809103671dcf97308b3b5b5d
25
26 diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.2.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.2.ebuild
27 new file mode 100644
28 index 00000000000..5e1ec395b16
29 --- /dev/null
30 +++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.2.ebuild
31 @@ -0,0 +1,88 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +
38 +inherit autotools eutils gnome2 virtualx
39 +
40 +DESCRIPTION="Cinnamon's settings daemon"
41 +HOMEPAGE="http://cinnamon.linuxmint.com/"
42 +SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE="+colord cups input_devices_wacom smartcard systemd"
48 +
49 +# udev is non-optional since lots of plugins, not just gudev, pull it in
50 +RDEPEND="
51 + >=dev-libs/glib-2.38:2
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 + virtual/libgudev:=
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? (
78 + sys-apps/systemd:0=
79 + >=sys-power/upower-0.9.11:= )
80 + !systemd? (
81 + sys-auth/consolekit:0=
82 + || ( >=sys-power/upower-0.9.11 sys-power/upower-pm-utils ) )
83 +"
84 +DEPEND="${RDEPEND}
85 + dev-libs/libxml2:2
86 + >=dev-util/intltool-0.37.1
87 + x11-proto/kbproto
88 + virtual/pkgconfig
89 +"
90 +
91 +src_prepare() {
92 + # make colord and wacom optional
93 + eapply "${FILESDIR}"/${PN}-3.0.1-optional.patch
94 +
95 + # Disable broken test
96 + sed -e '/g_test_add_func ("\/color\/edid/d' \
97 + -i plugins/color/gcm-self-test.c || die
98 +
99 + eautoreconf
100 + gnome2_src_prepare
101 +}
102 +
103 +src_configure() {
104 + # no point in disabling gudev since other plugins pull it in
105 + gnome2_src_configure \
106 + --disable-static \
107 + --enable-gudev \
108 + --enable-man \
109 + --enable-polkit \
110 + $(use_enable colord color) \
111 + $(use_enable cups) \
112 + $(use_enable smartcard smartcard-support) \
113 + $(use_enable systemd logind) \
114 + $(use_enable input_devices_wacom wacom)
115 +}
116 +
117 +src_test() {
118 + virtx emake check
119 +}