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: Sun, 26 Nov 2017 15:43:53
Message-Id: 1511709077.3af9d0d5e9dc1484ede7c42a0a475331da53d602.k_f@gentoo
1 commit: 3af9d0d5e9dc1484ede7c42a0a475331da53d602
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 15:04:14 2017 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 15:11:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af9d0d5
7
8 gnome-extra/cinnamon-control-center: Version bump 3.6.5
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 gnome-extra/cinnamon-control-center/Manifest | 1 +
13 .../cinnamon-control-center-3.6.5.ebuild | 91 ++++++++++++++++++++++
14 2 files changed, 92 insertions(+)
15
16 diff --git a/gnome-extra/cinnamon-control-center/Manifest b/gnome-extra/cinnamon-control-center/Manifest
17 index a3085a8882a..9a1d24c1be7 100644
18 --- a/gnome-extra/cinnamon-control-center/Manifest
19 +++ b/gnome-extra/cinnamon-control-center/Manifest
20 @@ -2,3 +2,4 @@ DIST cinnamon-control-center-2.8.1.tar.gz 4090162 SHA256 595076ef89949c31357cd45
21 DIST cinnamon-control-center-3.0.1.tar.gz 3834138 SHA256 3d9f0eb45168a91101f99452b38184dd6417dd89064be4523e565bd721a521fe SHA512 97f726cddb12afd697a542bf40b89c84e8256cc7e1bff31eaf3ed86ba9ffe23660085e4e4123f955f1aa4aa31930b209c2a26649f2dec55d10a4803d86942e46 WHIRLPOOL 68f0d2292d4fa43de31d9ed8cf4d15f1fc887e26ebc7c21cfec9c180ca01f6b7b11be0e88c5a4f2f84b35c2a6162565cb5b8eb647d563d8cd939e700dc76f4ff
22 DIST cinnamon-control-center-3.2.0.tar.gz 3837279 SHA256 60696d6793e2e7de6746ee65b3dfd64948ad5eb8a46182abefb3c464e4a2ea2c SHA512 19a3481ba52784c733e5aae9603596a29fc12c78f21b8fe08492deda8c3eeac2bdbfc2da24f29dc5db6f6de02a26a43f67f3141dbfbd07c26f0e38a872c39216 WHIRLPOOL bcc9767b024a91a5cec947f95a1674e7abc25a8b29081a42fa4ec032ef1ee2b40f34bc369bfce1ed7418281b4da16012cc2f3a592987a4e6a7fcd457b7fa5d90
23 DIST cinnamon-control-center-3.2.1.tar.gz 3838032 SHA256 12a29a3293cde58ae6fd6fdbab7eef4a2119ac8f515ca9218e75cccc3aacd15c SHA512 77f98aa47a10ef280ca7c3f8662e770d87a5427c91093382d3c289abcc0eac38317a31cd47a19a8ee67a4579375b84392f45d239b98fe494f7abfe10ef186554 WHIRLPOOL f6bb2c879877389673c72b5a8faa9974d5d67b4404776633f0954155d5fc1cdc483b8c900c13e680880d7ee6a02c4d876c0f4ad1facae2123ed5fb5a61a9ab62
24 +DIST cinnamon-control-center-3.6.5.tar.gz 3888881 BLAKE2B 9b867d6467ece64a3e2d5e8a87a83235f85738e4b5ee7ea9db31f63c5681b1eec24388ff29b54bc1e01c12e3a15d5eb445c72ffe8576c211f708945ed5dde2bf SHA512 09e482976fbefbd388151736fde4d4e198f3584b47f270ad7d0ce4299029012fa7c7825e221a094c8536ebd5824406bb943a8aad5cf51d60dc22dcf5c02b3b91
25
26 diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.6.5.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.6.5.ebuild
27 new file mode 100644
28 index 00000000000..7204e5d76bc
29 --- /dev/null
30 +++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.6.5.ebuild
31 @@ -0,0 +1,91 @@
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" # 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-proto/xproto
95 + x11-proto/xf86miscproto
96 + x11-proto/kbproto
97 +
98 + dev-libs/libxslt
99 + >=dev-util/intltool-0.40.1
100 + >=sys-devel/gettext-0.17
101 + virtual/pkgconfig
102 +
103 + gnome-base/gnome-common
104 + sys-devel/autoconf-archive
105 +"
106 +src_prepare() {
107 + eautoreconf
108 + gnome2_src_prepare
109 +}
110 +
111 +src_configure() {
112 + # --enable-systemd doesn't do anything in $PN-2.2.5
113 + gnome2_src_configure \
114 + --disable-static \
115 + --enable-documentation \
116 + --disable-onlineaccounts \
117 + $(use_enable colord color) \
118 + $(use_enable cups) \
119 + $(usex debug --enable-debug=yes ' ') \
120 + $(use_enable input_devices_wacom wacom) \
121 + $(use_enable systemd)
122 +}