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