summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-05-04 11:13:23 +0000
committerUlrich Müller <ulm@gentoo.org>2008-05-04 11:13:23 +0000
commit055a6b33a00197493278e9d5b3ae3a60dcfa4626 (patch)
tree8513c47bc8fae7936dd88fc4179af218501c7037 /x11-libs/openmotif
parentFix 'make check' wrt #219860, thanks to Michal Kiedrowicz. (diff)
downloadgentoo-2-055a6b33a00197493278e9d5b3ae3a60dcfa4626.tar.gz
gentoo-2-055a6b33a00197493278e9d5b3ae3a60dcfa4626.tar.bz2
gentoo-2-055a6b33a00197493278e9d5b3ae3a60dcfa4626.zip
Add X.Org vendor string to aliases for virtual bindings.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r--x11-libs/openmotif/ChangeLog5
-rw-r--r--x11-libs/openmotif/openmotif-2.3.0-r2.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog
index e551ab208871..387471a215f4 100644
--- a/x11-libs/openmotif/ChangeLog
+++ b/x11-libs/openmotif/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.175 2008/05/02 15:35:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.176 2008/05/04 11:13:23 ulm Exp $
+
+ 04 May 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r2.ebuild:
+ Add X.Org vendor string to aliases for virtual bindings.
02 May 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r2.ebuild:
Defaults go under /usr/share/X11/ with modular X.
diff --git a/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild
index 99f938237ddc..8d25067f8f07 100644
--- a/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild
+++ b/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.5 2008/05/02 15:35:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.6 2008/05/04 11:13:23 ulm Exp $
inherit eutils flag-o-matic multilib autotools
@@ -68,6 +68,9 @@ src_unpack() {
# disable compilation of demo binaries
sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;}' Makefile.am
+ # add X.Org vendor string to aliases for virtual bindings
+ echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias
+
AT_M4DIR=. eautoreconf
}