Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/gtk-vnc/
Date: Sat, 30 Apr 2011 10:01:00
Message-Id: 8e2afa25cef5dc774bb25861c831948eb8f3f302.nirbheek@gentoo
1 commit: 8e2afa25cef5dc774bb25861c831948eb8f3f302
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 09:52:07 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 09:52:07 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8e2afa25
7
8 net-libs/gtk-vnc: fix h2def.py codegendir
9
10 * Problem reported by Kobboi on #gentoo-desktop
11
12 ---
13 net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild | 4 ++++
14 1 files changed, 4 insertions(+), 0 deletions(-)
15
16 diff --git a/net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild
17 index bc548d1..f0414aa 100644
18 --- a/net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild
19 +++ b/net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild
20 @@ -47,6 +47,10 @@ src_prepare() {
21 # Fix incorrect rules for out of tree build
22 epatch "${FILESDIR}/${PN}-0.4.3-outoftree-build.patch"
23
24 + # Fix incorrect codegendir check: h2def.py is in pygobject, not pygtk
25 + sed -e 's/codegendir pygtk-2.0/codegendir pygobject-2.0/g' \
26 + -i src/Makefile.* || die
27 +
28 intltoolize --force --copy --automake || die
29 eautoreconf
30 }