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-control-center/
Date: Wed, 28 Nov 2018 19:57:00
Message-Id: 1543434950.17d2d3000f2aba52a95beee2aeab026b742e5124.k_f@gentoo
1 commit: 17d2d3000f2aba52a95beee2aeab026b742e5124
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 24 18:30:06 2018 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 19:55:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d2d300
7
8 gnome-extra/cinnamon-control-center: New upstream version 4.0.0
9
10 Signed-off-by: Kristian Fiskerstrand <k_f <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 gnome-extra/cinnamon-control-center/Manifest | 1 +
14 .../cinnamon-control-center-4.0.0.ebuild | 89 ++++++++++++++++++++++
15 2 files changed, 90 insertions(+)
16
17 diff --git a/gnome-extra/cinnamon-control-center/Manifest b/gnome-extra/cinnamon-control-center/Manifest
18 index 85165eee09e..63c31a8808c 100644
19 --- a/gnome-extra/cinnamon-control-center/Manifest
20 +++ b/gnome-extra/cinnamon-control-center/Manifest
21 @@ -1,2 +1,3 @@
22 DIST cinnamon-control-center-3.6.5.tar.gz 3888881 BLAKE2B 9b867d6467ece64a3e2d5e8a87a83235f85738e4b5ee7ea9db31f63c5681b1eec24388ff29b54bc1e01c12e3a15d5eb445c72ffe8576c211f708945ed5dde2bf SHA512 09e482976fbefbd388151736fde4d4e198f3584b47f270ad7d0ce4299029012fa7c7825e221a094c8536ebd5824406bb943a8aad5cf51d60dc22dcf5c02b3b91
23 DIST cinnamon-control-center-3.8.0.tar.gz 3870700 BLAKE2B 7d75b7697f72e6d1c9af944a6bb0b0b3cd4d6ae387aab744ddd75f5fc122aa9a770d405cc20c00f46802e6bb5dcb40b384b5a75630f9d5a4f3a4b456e31ef279 SHA512 76f85a3d17fb91d5f0d14c784b4a3c5798e9cc74f22990737684808d1e43c6c8cd6e42ca5dcadb4788dc365f7c06dcc945aa13be2a9ecd1c6cbc8ddac550f5e1
24 +DIST cinnamon-control-center-4.0.0.tar.gz 3872314 BLAKE2B 85a49a6713347741a4f1bef8bdd339645abfbccbe9621de8621b5898586d93d399312794be42834f3338fd70c7408f5d5f314ce03ef332fc0db19e053be70a69 SHA512 4ec0dab3dfe36a1730577abf1ecddfc96194364a1dfaf9cb939686b1621b96d6cefc60b204dd000b7ab017237c32b138cbe15644da5dea4a2406c2bf1a686638
25
26 diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild
27 new file mode 100644
28 index 00000000000..d5007242a7d
29 --- /dev/null
30 +++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild
31 @@ -0,0 +1,89 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen
37 +
38 +inherit autotools eutils gnome2
39 +
40 +DESCRIPTION="Cinnamons's main interface to configure various aspects of the desktop"
41 +HOMEPAGE="http://cinnamon.linuxmint.com/"
42 +SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="0"
46 +IUSE="+colord +cups debug input_devices_wacom systemd"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +# False positives caused by nested configure scripts
50 +QA_CONFIGURE_OPTIONS=".*"
51 +
52 +# FIXME: modemmanager is not optional
53 +# networkmanager is not optional
54 +
55 +COMMON_DEPEND="
56 + >=dev-libs/glib-2.31:2
57 + dev-libs/libxml2:2
58 + >=gnome-base/libgnomekbd-2.91.91:0=
59 + >=gnome-extra/cinnamon-desktop-1.0:0=
60 + >=gnome-extra/cinnamon-menus-1.0:0=
61 + >=gnome-extra/cinnamon-settings-daemon-1.0:0=
62 + >=gnome-extra/nm-applet-0.9.8
63 + media-libs/fontconfig
64 + >=net-misc/modemmanager-0.7
65 + >=net-misc/networkmanager-0.9.8:=[modemmanager]
66 + >=sys-auth/polkit-0.103
67 + >=x11-libs/gdk-pixbuf-2.23.0:2
68 + >=x11-libs/gtk+-3.4.1:3
69 + >=x11-libs/libnotify-0.7.3:0=
70 + x11-libs/libX11
71 + x11-libs/libxklavier
72 + colord? ( >=x11-misc/colord-0.1.14:0= )
73 + cups? ( >=net-print/cups-1.4[dbus] )
74 + input_devices_wacom? (
75 + >=dev-libs/libwacom-0.7
76 + >=x11-libs/gtk+-3.8:3
77 + >=x11-libs/libXi-1.2 )
78 +"
79 +# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
80 +# libgnomekbd needed only for gkbd-keyboard-display tool
81 +RDEPEND="${COMMON_DEPEND}
82 + systemd? ( >=sys-apps/systemd-31 )
83 + !systemd? ( app-admin/openrc-settingsd sys-auth/elogind )
84 + x11-themes/adwaita-icon-theme
85 + colord? ( >=gnome-extra/gnome-color-manager-3 )
86 + cups? (
87 + app-admin/system-config-printer
88 + net-print/cups-pk-helper )
89 + input_devices_wacom? ( gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
90 +"
91 +
92 +DEPEND="${COMMON_DEPEND}
93 + app-text/iso-codes
94 + x11-base/xorg-proto
95 +
96 + dev-libs/libxslt
97 + >=dev-util/intltool-0.40.1
98 + >=sys-devel/gettext-0.17
99 + virtual/pkgconfig
100 +
101 + gnome-base/gnome-common
102 + sys-devel/autoconf-archive
103 +"
104 +src_prepare() {
105 + eautoreconf
106 + gnome2_src_prepare
107 +}
108 +
109 +src_configure() {
110 + # --enable-systemd doesn't do anything in $PN-2.2.5
111 + gnome2_src_configure \
112 + --disable-static \
113 + --enable-documentation \
114 + --disable-onlineaccounts \
115 + $(use_enable colord color) \
116 + $(use_enable cups) \
117 + $(usex debug --enable-debug=yes ' ') \
118 + $(use_enable input_devices_wacom wacom) \
119 + $(use_enable systemd)
120 +}