Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-games/
Date: Mon, 30 May 2011 17:12:17
Message-Id: d6b6b01e9cd0bf4613cb0fbcb02cbda2916d1fe4.nirbheek@gentoo
1 commit: d6b6b01e9cd0bf4613cb0fbcb02cbda2916d1fe4
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue May 24 04:32:40 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 15:48:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d6b6b01e
7
8 gnome-extra/gnome-games-3.0.2 version bump
9
10 * gnome-sudoku has been ported to gtk3, adjust deps accordingly
11 * convert gnome-sudoku's python shebang
12
13 Signed-off-by: Nirbheek Chauhan <nirbheek <AT> gentoo.org>
14
15 ---
16 ...mes-3.0.1.1.ebuild => gnome-games-3.0.2.ebuild} | 10 +++++++---
17 1 files changed, 7 insertions(+), 3 deletions(-)
18
19 diff --git a/gnome-extra/gnome-games/gnome-games-3.0.1.1.ebuild b/gnome-extra/gnome-games/gnome-games-3.0.2.ebuild
20 similarity index 95%
21 rename from gnome-extra/gnome-games/gnome-games-3.0.1.1.ebuild
22 rename to gnome-extra/gnome-games/gnome-games-3.0.2.ebuild
23 index 5bb0a85..ad6ab19 100644
24 --- a/gnome-extra/gnome-games/gnome-games-3.0.1.1.ebuild
25 +++ b/gnome-extra/gnome-games/gnome-games-3.0.2.ebuild
26 @@ -52,10 +52,12 @@ COMMON_DEPEND="
27 x11-libs/libX11 )"
28 RDEPEND="${COMMON_DEPEND}
29 sudoku? (
30 - >=dev-python/gconf-python-2.17.3
31 + dev-libs/glib:2[introspection]
32 + >=dev-python/pycairo-1
33 >=dev-python/pygobject-2
34 - >=dev-python/pygtk-2.14
35 - >=dev-python/pycairo-1 )
36 + >=x11-libs/gtk+-3.0.0:3[introspection]
37 + x11-libs/gdk-pixbuf:2[introspection]
38 + x11-libs/pango[introspection] )
39
40 !<gnome-extra/gnome-games-extra-data-3.0.0"
41 DEPEND="${COMMON_DEPEND}
42 @@ -131,6 +133,8 @@ pkg_setup() {
43 src_prepare() {
44 gnome2_src_prepare
45
46 + use sudoku && python_convert_shebangs 2 gnome-sudoku/src/gnome-sudoku.in.in
47 +
48 # TODO: File upstream bug for this
49 epatch "${FILESDIR}/${PN}-2.91.90-fix-conditional-ac-prog-cxx.patch"