[proaudio] [1869] Fvwm-Crystal: The Makefile respect DESTDIR now.

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 1869
Author:   dominique
Date:     2011-02-20 13:19:06 +0100 (Sun, 20 Feb 2011)
Log Message:
-----------
Fvwm-Crystal: The Makefile respect DESTDIR now. Changed the ebuild accordingly.

Modified Paths:
--------------
    trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog
    trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest
    trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild

Modified: trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog
===================================================================
--- trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog	2011-02-10 14:24:35 UTC (rev 1868)
+++ trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog	2011-02-20 12:19:06 UTC (rev 1869)
@@ -2,6 +2,9 @@
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Feb 2011; Dominique Michel <dominique_libreæsourceforge.net>
+  The Makefile respect DESTDIR now. Changed the ebuild accordingly.
+  
   23 Jun 2008; Dominique Michel <dominique.michel@xxxxxxxxxxxx> The posix bug
   is fixed into the svn, removed the warning and added info about what is needed
   to do to the user config.

Modified: trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest
===================================================================
--- trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest	2011-02-10 14:24:35 UTC (rev 1868)
+++ trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest	2011-02-20 12:19:06 UTC (rev 1869)
@@ -1,4 +1,4 @@
 AUX fvwm-crystal 24 RMD160 3dbc69c681d7371a515a74f706b573f98acd7089 SHA1 860fab9be792eaef5128188687ff8b4da59a7a2a SHA256 10daec05010a6def1e0c1bb5ecd5f7627bb9f42ca11bf41d667fab01e90137e9
-EBUILD fvwm-crystal-9999.ebuild 2926 RMD160 579c4841fc7b88ce443b9ddefe82da6e7db16d91 SHA1 d8e73d1c1d287182520e32b9c5ae90bd5ff85656 SHA256 886d04e1fb99ce360fad48434abf59fc3242754bf0714d482d8da8a1530dea87
-MISC ChangeLog 768 RMD160 e9eb43786e95fa222f9f6e0afe354b5a3aa469ba SHA1 fe4c777c55f6b7593b88d5baddeb779d6b1a30a2 SHA256 61a9b3292f42f63148fe17e8d76180d7d462e830aacd8be7510c516cc51251b5
+EBUILD fvwm-crystal-9999.ebuild 2968 RMD160 aa0ea5bbe7b72718fe5bd393acbf0ef6e363d368 SHA1 03e18044940ae06c166f49c247f99a7433845f5b SHA256 7f550d6a55344e31ba1c30772217a6f51886aad242b6c69255b3f9f346ed037b
+MISC ChangeLog 906 RMD160 70a0105cde145a3ca23074480930b04bb1d59116 SHA1 8f3721e22d7a71afe96e90ed2d87ef6404915e32 SHA256 bec917ef02a4d46ae3472990add0e55fe9a91d9e0dc73a2c3be2f4664dd1a30a
 MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89

Modified: trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild
===================================================================
--- trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild	2011-02-10 14:24:35 UTC (rev 1868)
+++ trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild	2011-02-20 12:19:06 UTC (rev 1869)
@@ -4,6 +4,8 @@
 
 inherit subversion eutils
 
+EAPI="1"
+
 DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency. This version add a freedesktop compatible menu"
 HOMEPAGE="http://fvwm-crystal.org/";
 SRC_URI=""
@@ -34,6 +36,7 @@
 src_compile() {
 	sed -i 's/correctpermissions correctpath/correctpermissions/' Makefile || die "sed Makefile failed"
 
+
 	if use session; then
 	    sed -i 's/Exec=fvwm/#Exec=fvwm/' addons/fvwm-crystal.desktop || die "sed failed"
 	    sed -i 's/#Exec=gnome/Exec=gnome/' addons/fvwm-crystal.desktop || die "sed failed"
@@ -48,7 +51,7 @@
 	    rm -f fvwm/recipes/*ACPI
 	fi
 
-	einstall || die "einstall failed"
+	emake DESTDIR="${D}" prefix="/usr" install || die install failed
 
 	dodoc AUTHORS COPYING README INSTALL NEWS ChangeLog doc/*
 	cp -r addons ${D}/usr/share/doc/${PF}/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/