summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-11 12:42:28 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-11 12:42:28 +0000
commit3d760779bdc8151111a7fe476bcfc1cc12107229 (patch)
treec635bde7b6f35eadcc417ae76579ca9acf6c1eb1
parentresolve conflicts (diff)
downloadprefix-3d760779bdc8151111a7fe476bcfc1cc12107229.tar.gz
prefix-3d760779bdc8151111a7fe476bcfc1cc12107229.tar.bz2
prefix-3d760779bdc8151111a7fe476bcfc1cc12107229.zip
sync with overlay
(Portage 2.2.00.7571-prefix/SVN/Darwin 8.10.0 powerpc) svn path=/prefix-overlay/; revision=219
-rw-r--r--gnustep-libs/camaelon/camaelon-2.0_pre20070504.ebuild (renamed from gnustep-libs/camaelon/camaelon-0.2.ebuild)11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnustep-libs/camaelon/camaelon-0.2.ebuild b/gnustep-libs/camaelon/camaelon-2.0_pre20070504.ebuild
index c075d7f..04bf695 100644
--- a/gnustep-libs/camaelon/camaelon-0.2.ebuild
+++ b/gnustep-libs/camaelon/camaelon-2.0_pre20070504.ebuild
@@ -6,20 +6,21 @@ EAPI="prefix"
inherit gnustep-2
-S="${WORKDIR}/Etoile-${PV}/Bundles/${PN/c/C}"
+S=${WORKDIR}/${PN/c/C}
DESCRIPTION="Camaelon allows you to load theme bundles for GNUstep."
HOMEPAGE="http://www.etoile-project.org/etoile/mediawiki/index.php?title=Camaelon"
-SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+SRC_URI="http://overlays.gentoo.org/svn/proj/gnustep/downloads/${P}.tar.bz2"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="LGPL-2.1"
src_install() {
- gnustep-base_src_install
+ egnustep_env
+ egnustep_install
#Link default theme
- mkdir -p ${D}${GNUSTEP_SYSTEM_LIBRARY}/Themes
- ln -s ${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine/Resources/Nesedah.theme ${D}${GNUSTEP_SYSTEM_LIBRARY}/Themes/
+ mkdir -p ${ED}${GNUSTEP_SYSTEM_LIBRARY}/Themes
+ ln -s ${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine/Resources/Nesedah.theme ${ED}${GNUSTEP_SYSTEM_LIBRARY}/Themes/
}