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/gtkDPS
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/gtkDPS')
-rw-r--r--x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3-r1 (renamed from x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3)0
-rw-r--r--x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild (renamed from x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild)8
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3 b/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3-r1
index f8b5d71485e1..f8b5d71485e1 100644
--- a/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3
+++ b/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3-r1
diff --git a/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild b/x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild
index 413b73d94ae4..5978d833bc4b 100644
--- a/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild
+++ b/x11-libs/gtkDPS/gtkDPS-0.3.3-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/gtkDPS/gtkDPS-0.3.3.ebuild,v 1.4 2001/06/04 03:33:03 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ SRC_URI="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/dist/${A}"
HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/"
DEPEND="virtual/glibc nls? ( sys-devel/gettext )
- >=x11-libs/gtk+-1.2.8
+ >=x11-libs/gtk+-1.2.10-r4
>=app-text/dgs-0.5.9.1"
RDEPEND="virtual/glibc"
@@ -19,7 +19,7 @@ src_compile() {
myconf="--disable-nls"
fi
- try ./configure --prefix=/usr/X11R6 --host=${CHOST} \
+ try ./configure --prefix=/usr --host=${CHOST} \
--with-x --with-dps $myconf
try make
@@ -27,7 +27,7 @@ src_compile() {
src_install () {
- try make prefix=${D}/usr/X11R6 install
+ try make prefix=${D}/usr install
dodoc COPYING* ChangeLog GTKDPS-VERSION HACKING NEWS README TODO
}