summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-06 10:08:20 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-06 10:08:20 +0000
commit9f8f814e2b6c2813d9d40512c54ee9f53da2fecd (patch)
treeeea0ca50fa2ed1c5c9e2dc0e7205bb47f13beeb9 /x11-libs/gtkmm
parentpartual gtk+ dep update / move to /usr (diff)
downloadhistorical-9f8f814e2b6c2813d9d40512c54ee9f53da2fecd.tar.gz
historical-9f8f814e2b6c2813d9d40512c54ee9f53da2fecd.tar.bz2
historical-9f8f814e2b6c2813d9d40512c54ee9f53da2fecd.zip
partual gtk+ dep update / move to /usr
Diffstat (limited to 'x11-libs/gtkmm')
-rw-r--r--x11-libs/gtkmm/files/digest-gtkmm-1.2.5-r1 (renamed from x11-libs/gtkmm/files/digest-gtkmm-1.2.5)0
-rw-r--r--x11-libs/gtkmm/gtkmm-1.2.5-r1.ebuild (renamed from x11-libs/gtkmm/gtkmm-1.2.5.ebuild)10
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/gtkmm/files/digest-gtkmm-1.2.5 b/x11-libs/gtkmm/files/digest-gtkmm-1.2.5-r1
index b9178a5a799a..b9178a5a799a 100644
--- a/x11-libs/gtkmm/files/digest-gtkmm-1.2.5
+++ b/x11-libs/gtkmm/files/digest-gtkmm-1.2.5-r1
diff --git a/x11-libs/gtkmm/gtkmm-1.2.5.ebuild b/x11-libs/gtkmm/gtkmm-1.2.5-r1.ebuild
index dd66769de048..3db14050ded8 100644
--- a/x11-libs/gtkmm/gtkmm-1.2.5.ebuild
+++ b/x11-libs/gtkmm/gtkmm-1.2.5-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmm/gtkmm-1.2.5.ebuild,v 1.1 2001/06/14 16:24:40 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmm/gtkmm-1.2.5-r1.ebuild,v 1.1 2001/10/06 10:08:20 azarah Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,7 +11,9 @@ SRC_URI="http://download.sourceforge.net/gtkmm/${A}"
# http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A}"
HOMEPAGE="http://gtkmm.sourceforge.net/"
-DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10 >=dev-libs/libsigc++-1.0.0"
+DEPEND="virtual/glibc
+ >=x11-libs/gtk+-1.2.10-r4
+ >=dev-libs/libsigc++-1.0.0"
src_compile() {
local myconf
@@ -23,8 +25,8 @@ src_compile() {
myconf="--enable-debug=no"
fi
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 ${myconf} \
- --infodir=/usr/X11R6/info --mandir=/usr/X11R6/man --sysconfdir=/etc/X11 \
+ try ./configure --host=${CHOST} --prefix=/usr ${myconf} \
+ --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc/X11 \
--with-xinput=xfree --with-x
try make
}