summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-12-01 08:54:49 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-12-01 08:54:49 +0000
commit1554123c6fa7640958c29d8c84ee14cb18622b6b (patch)
treec79fe07c4fe8b41fe9c01028ec576b9dcf6501ee /x11-libs
parentMore tweaking to make sure this builds on ALL archs. (diff)
downloadhistorical-1554123c6fa7640958c29d8c84ee14cb18622b6b.tar.gz
historical-1554123c6fa7640958c29d8c84ee14cb18622b6b.tar.bz2
historical-1554123c6fa7640958c29d8c84ee14cb18622b6b.zip
tweek scroll-bar. lintool fixes
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/Xaw3d/ChangeLog9
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild10
2 files changed, 16 insertions, 3 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog
index 0763089b2990..7f80885fcd2b 100644
--- a/x11-libs/Xaw3d/ChangeLog
+++ b/x11-libs/Xaw3d/ChangeLog
@@ -1,8 +1,15 @@
# ChangeLog for x11-libs/Xaw3d
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.2 2002/07/16 03:37:12 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.3 2002/12/01 08:54:49 mkennedy Exp $
*Xaw3d-1.5-r1 (1 Feb 2002)
+
+ 01 Dec 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog,
+ Xaw3d-1.5-r1.ebuild :
+
+ Tweak for more familiar scroll-bar support. Added more happiness for
+ lintool.
+
15 Jul 2002; Mark Guertin <gerk@gentoo.org>
Added ppc to keywords
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index e7e8e3de532c..a83c3ec12895 100644
--- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
+++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.7 2002/09/21 04:09:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.8 2002/12/01 08:54:49 mkennedy Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -16,6 +16,8 @@
# Azarah.
+IUSE=""
+
S=${WORKDIR}/xc/lib/Xaw3d
DESCRIPTION="the Xaw3d is a drop-in 3D replacement of the Xaw widget set
which comes with X. It is used e.g. by gv the ghostcript frontend."
@@ -29,7 +31,6 @@ KEYWORDS="x86 ppc sparc sparc64"
# There _might_ be something else, but I doubt it.
DEPEND="virtual/x11"
-RDEPEND=$DEPEND
src_unpack() {
unpack ${P}.tar.gz
@@ -39,6 +40,11 @@ src_unpack() {
# That's why I manually override the source_unpack function.
patch -p0 <${FILESDIR}/Xaw3d-xfree86.diff || die
patch -p0 <${FILESDIR}/Xaw3d-out-of-tree.diff || die
+
+ # This adds more familiar scroll-bar look and feel for Emacs and
+ # others <mkennedy@gentoo.org>
+ mv Imakefile Imakefile~ \
+ && sed -e 's,#.*EXTRA_DEFINES,EXTRA_DEFINES,g' <Imakefile~ >Imakefile || die
}
src_compile() {