summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-03-01 20:55:15 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-03-01 20:55:15 +0000
commit1f6436120d1d9b563b6bdd867c885c81dfed1888 (patch)
tree024048df522cc9180a1c1277f6c68eb965cf700d /x11-misc/e-fancylauncher
parentfixed download location of bbconf (diff)
downloadhistorical-1f6436120d1d9b563b6bdd867c885c81dfed1888.tar.gz
historical-1f6436120d1d9b563b6bdd867c885c81dfed1888.tar.bz2
historical-1f6436120d1d9b563b6bdd867c885c81dfed1888.zip
fix installation
Diffstat (limited to 'x11-misc/e-fancylauncher')
-rw-r--r--x11-misc/e-fancylauncher/ChangeLog9
-rw-r--r--x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild32
-rw-r--r--x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7-r11
3 files changed, 41 insertions, 1 deletions
diff --git a/x11-misc/e-fancylauncher/ChangeLog b/x11-misc/e-fancylauncher/ChangeLog
index 0d3a887fe5e7..fa81a755dc02 100644
--- a/x11-misc/e-fancylauncher/ChangeLog
+++ b/x11-misc/e-fancylauncher/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/e-fancylauncher
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/ChangeLog,v 1.2 2003/02/12 09:27:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/ChangeLog,v 1.3 2003/03/01 20:55:15 lostlogic Exp $
+
+*e-fancylauncher-0.7-r1 (01 Mar 2003)
+
+ 01 Mar 2003; Brandon Low <lostlogic@gentoo.org>
+ e-fancylauncher-0.7-r1.ebuild:
+ Fix to install data and icons correctly, may need more fixing for GFS (Gentoo
+ Filesystem Standards :))
*e-fancylauncher-0.7 ( 15 Dec 2002 )
diff --git a/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild b/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild
new file mode 100644
index 000000000000..c062d3794f10
--- /dev/null
+++ b/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild,v 1.1 2003/03/01 20:55:15 lostlogic Exp $
+
+S="${WORKDIR}/Epplets-${PV}"
+
+DESCRIPTION="E-FancyLauncher epplet"
+SRC_URI="http://www.docs.uu.se/~adavid/Epplets/E-FancyLauncher-${PV}.tgz"
+
+HOMEPAGE="http://www.docs.uu.se/~adavid/Epplets"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc"
+S=${WORKDIR}/E-FancyLauncher
+
+DEPEND="x11-misc/epplet-base"
+
+src_compile() {
+ make clean
+ emake
+}
+
+src_install () {
+ sed -e 's/mkdir/mkdir -p/' ${S}/makefile > tmp~
+ mv tmp~ makefile
+ dodir /usr/bin
+ dodir /usr/share/enlightenment/epplet_icons
+ EBIN=${D}/usr/bin \
+ EROOT=${D}/usr/share/enlightenment \
+ einstall ${EBIN} ${EROOT}
+ dodoc ChangeLog
+}
diff --git a/x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7-r1 b/x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7-r1
new file mode 100644
index 000000000000..abe33e350e2a
--- /dev/null
+++ b/x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7-r1
@@ -0,0 +1 @@
+MD5 06ff7a00bcb53e67d06a6e8c50d23ba6 E-FancyLauncher-0.7.tgz 218198