Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-control-center/
Date: Fri, 06 Apr 2012 09:01:02
Message-Id: 1333702752.281eddd9466f9c28c1a0e9e42ccb6722202c89e5.tetromino@gentoo
1 commit: 281eddd9466f9c28c1a0e9e42ccb6722202c89e5
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 08:59:12 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 08:59:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=281eddd9
7
8 gnome-base/gnome-control-center: 3.3.92 → 3.4.0
9
10 Now with wacom support
11
12 ---
13 ...92.ebuild => gnome-control-center-3.4.0.ebuild} | 10 +++++++---
14 1 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.3.92.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.4.0.ebuild
17 similarity index 94%
18 rename from gnome-base/gnome-control-center/gnome-control-center-3.3.92.ebuild
19 rename to gnome-base/gnome-control-center/gnome-control-center-3.4.0.ebuild
20 index a825a04..1deae44 100644
21 --- a/gnome-base/gnome-control-center/gnome-control-center-3.3.92.ebuild
22 +++ b/gnome-base/gnome-control-center/gnome-control-center-3.4.0.ebuild
23 @@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnome.org/"
24
25 LICENSE="GPL-2"
26 SLOT="2"
27 -IUSE="+bluetooth +cheese +colord +cups +networkmanager +socialweb"
28 +IUSE="+bluetooth +cheese +colord +cups +networkmanager +socialweb wacom"
29 if [[ ${PV} = 9999 ]]; then
30 KEYWORDS=""
31 else
32 @@ -67,13 +67,16 @@ COMMON_DEPEND="
33 networkmanager? (
34 >=gnome-extra/nm-applet-0.9.1.90
35 >=net-misc/networkmanager-0.8.997 )
36 - socialweb? ( net-libs/libsocialweb )"
37 + socialweb? ( net-libs/libsocialweb )
38 + wacom? ( >=dev-libs/libwacom-0.3
39 + x11-libs/libXi )"
40 # <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
41 RDEPEND="${COMMON_DEPEND}
42 app-admin/apg
43 sys-apps/accountsservice
44 x11-themes/gnome-icon-theme-symbolic
45 cups? ( net-print/cups-pk-helper )
46 + wacom? ( gnome-base/gnome-settings-daemon[wacom] )
47
48 !<gnome-base/gdm-2.91.94
49 !<gnome-extra/gnome-color-manager-3.1.2
50 @@ -109,7 +112,8 @@ pkg_setup() {
51 $(use_with cheese)
52 $(use_enable colord color)
53 $(use_enable cups)
54 - $(use_with socialweb libsocialweb)"
55 + $(use_with socialweb libsocialweb)
56 + $(use_enable wacom)"
57 DOCS="AUTHORS ChangeLog NEWS README TODO"
58 }