summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2006-03-20 00:34:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2006-03-20 00:34:13 +0000
commitb0ac00366a34a7d6f76170eb2acbabc14fa862ba (patch)
tree507f1c09f736f22c1ee18a5be230d5c91b8b8072 /x11-libs
parentStable on amd64. Bug #126119. (diff)
downloadgentoo-2-b0ac00366a34a7d6f76170eb2acbabc14fa862ba.tar.gz
gentoo-2-b0ac00366a34a7d6f76170eb2acbabc14fa862ba.tar.bz2
gentoo-2-b0ac00366a34a7d6f76170eb2acbabc14fa862ba.zip
fix the make check stage which wants to run a gtk+ app (so run it in a virtual X display).
(Portage version: 2.1_pre6-r4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/ChangeLog6
-rw-r--r--x11-libs/gtk+/gtk+-2.8.16.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
index 079ba6a5484d..924a29dd21fa 100644
--- a/x11-libs/gtk+/ChangeLog
+++ b/x11-libs/gtk+/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/gtk+
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.230 2006/03/19 12:19:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.231 2006/03/20 00:34:13 seemant Exp $
+
+ 20 Mar 2006; Seemant Kulleen <seemant@gentoo.org> gtk+-2.8.16.ebuild:
+ fix the make check stage which wants to run a gtk+ app (so run it in a
+ virtual X display).
19 Mar 2006; Markus Rothe <corsair@gentoo.org> gtk+-2.8.12.ebuild:
Stable on ppc64
diff --git a/x11-libs/gtk+/gtk+-2.8.16.ebuild b/x11-libs/gtk+/gtk+-2.8.16.ebuild
index c93ccbe5d6c1..c38be81aca25 100644
--- a/x11-libs/gtk+/gtk+-2.8.16.ebuild
+++ b/x11-libs/gtk+/gtk+-2.8.16.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.16.ebuild,v 1.2 2006/03/16 23:08:54 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.16.ebuild,v 1.3 2006/03/20 00:34:13 seemant Exp $
-inherit gnome.org flag-o-matic eutils debug autotools
+inherit gnome.org flag-o-matic eutils debug autotools virtualx
DESCRIPTION="Gimp ToolKit +"
HOMEPAGE="http://www.gtk.org/"
@@ -117,6 +117,10 @@ src_compile() {
emake || die "gtk+ failed to compile"
}
+src_test() {
+ Xmake check || die
+}
+
src_install() {
make DESTDIR="${D}" install || die "Installation failed"