summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/icets/Manifest4
-rw-r--r--x11-misc/icets/icets-1.1.ebuild11
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-misc/icets/Manifest b/x11-misc/icets/Manifest
index 9f1cdf4fbae5..c01b0c649c69 100644
--- a/x11-misc/icets/Manifest
+++ b/x11-misc/icets/Manifest
@@ -1,6 +1,6 @@
-MD5 31e8019ff36e04be1998dd73a9bdfba3 ChangeLog 1055
-MD5 1b13d958a601b6965628b4183f067293 icets-1.0.ebuild 862
MD5 aec91c0df805b8f0abbdd2c66c8d474b icets-1.1.ebuild 862
+MD5 1b13d958a601b6965628b4183f067293 icets-1.0.ebuild 862
+MD5 31e8019ff36e04be1998dd73a9bdfba3 ChangeLog 1055
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 ee0f4b71bc738ec4dae126e201191b1b files/digest-icets-1.0 62
MD5 2b2bb51a215b1b08030e0b71b477f47d files/digest-icets-1.1 62
diff --git a/x11-misc/icets/icets-1.1.ebuild b/x11-misc/icets/icets-1.1.ebuild
index ce092a7f1e84..5473e6276a0f 100644
--- a/x11-misc/icets/icets-1.1.ebuild
+++ b/x11-misc/icets/icets-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.1.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.1.ebuild,v 1.4 2004/03/03 12:50:30 phosphan Exp $
DESCRIPTION="IceWM Theme Editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -9,7 +9,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND=">=qt-3.0.0"
+RDEPEND=">=qt-3.0.0"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
@@ -18,9 +20,8 @@ src_unpack() {
# Change the default directory that it looks into to be consistent
# with Gentoo's layout
- cp icets.cpp icets.cpp.orig
- sed "s:/usr/local/share/icewm/themes:/usr/share/icewm/themes:" \
- icets.cpp.orig > icets.cpp
+ sed -i -e "s:/usr/local/share/icewm/themes:/usr/share/icewm/themes:" \
+ icets.cpp
}
src_compile () {