summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-22 08:05:46 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-22 08:05:46 +0000
commit9c0b6d700f87a617fcc1198aee4d5ff0e898ed07 (patch)
tree2524be6e345780bff7ba7e50adf6bd20f7bb0c6a /x11-apps/xdpyinfo
parentadded vserver-sources-2.1.0_pre1 (diff)
downloadgentoo-2-9c0b6d700f87a617fcc1198aee4d5ff0e898ed07.tar.gz
gentoo-2-9c0b6d700f87a617fcc1198aee4d5ff0e898ed07.tar.bz2
gentoo-2-9c0b6d700f87a617fcc1198aee4d5ff0e898ed07.zip
Look for xineramaproto, not panoramix. Reported by steev.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/xdpyinfo')
-rw-r--r--x11-apps/xdpyinfo/ChangeLog6
-rw-r--r--x11-apps/xdpyinfo/files/xineramaproto.patch12
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-0.99.0.ebuild6
3 files changed, 21 insertions, 3 deletions
diff --git a/x11-apps/xdpyinfo/ChangeLog b/x11-apps/xdpyinfo/ChangeLog
index 5abd05bbed4f..82cde8809af4 100644
--- a/x11-apps/xdpyinfo/ChangeLog
+++ b/x11-apps/xdpyinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xdpyinfo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.3 2005/08/20 22:49:57 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.4 2005/08/22 08:05:46 spyderous Exp $
+
+ 22 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +files/xineramaproto.patch, xdpyinfo-0.99.0.ebuild:
+ Look for xineramaproto, not panoramix. Reported by steev.
20 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
xdpyinfo-0.99.0.ebuild:
diff --git a/x11-apps/xdpyinfo/files/xineramaproto.patch b/x11-apps/xdpyinfo/files/xineramaproto.patch
new file mode 100644
index 000000000000..0bb0ec58171a
--- /dev/null
+++ b/x11-apps/xdpyinfo/files/xineramaproto.patch
@@ -0,0 +1,12 @@
+diff -urN xdpyinfo-0.99.0.orig/configure.ac xdpyinfo-0.99.0/configure.ac
+--- xdpyinfo-0.99.0.orig/configure.ac 2005-08-01 13:15:17.000000000 -0700
++++ xdpyinfo-0.99.0/configure.ac 2005-08-22 01:03:37.000000000 -0700
+@@ -82,7 +82,7 @@
+ AC_CHECK_HEADERS([X11/extensions/Xrender.h],,,[#include <X11/Xlib.h>])
+ CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
+
+-PKG_CHECK_MODULES(XINERAMA, panoramixproto xinerama,
++PKG_CHECK_MODULES(XINERAMA, xineramaproto xinerama,
+ [SAVE_CPPFLAGS="$CPPFLAGS"
+ CPPFLAGS="$CPPFLAGS $XINERAMA_CFLAGS"
+ AC_CHECK_HEADERS([X11/extensions/Xinerama.h],,,[#include <X11/Xlib.h>])
diff --git a/x11-apps/xdpyinfo/xdpyinfo-0.99.0.ebuild b/x11-apps/xdpyinfo/xdpyinfo-0.99.0.ebuild
index 060e8b26260a..88fbf51bdc49 100644
--- a/x11-apps/xdpyinfo/xdpyinfo-0.99.0.ebuild
+++ b/x11-apps/xdpyinfo/xdpyinfo-0.99.0.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-0.99.0.ebuild,v 1.3 2005/08/20 22:49:57 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-0.99.0.ebuild,v 1.4 2005/08/22 08:05:46 spyderous Exp $
# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
+SNAPSHOT="yes"
inherit x-modular
+PATCHES="${FILESDIR}/xineramaproto.patch"
+
DESCRIPTION="X.Org xdpyinfo application"
KEYWORDS="~sparc ~x86"
RDEPEND="x11-libs/libXext