Couple of minor fixes, including emake stuff
authorPeter Weller <welp@gentoo.org>
Mon, 29 Jan 2007 17:47:44 +0000 (17:47 +0000)
committerPeter Weller <welp@gentoo.org>
Mon, 29 Jan 2007 17:47:44 +0000 (17:47 +0000)
eclass/xfce44.eclass

index c0e45c470606345b52eb9e50888a41b6992b6609..7c804abdeecdc3c184a12f0b09f7179bb8fa6ebe 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.14 2007/01/28 14:20:43 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.15 2007/01/29 17:47:44 welp Exp $
 
 # Xfce44 Eclass
 #
@@ -12,17 +12,21 @@ inherit fdo-mime gnome2-utils
 ## COMPRESS is the default compression extension
 ## INSTALL is default gmake install directive
 ## *_VERSION sets the minimum version required for the panel
+## LICENSE is set to Xfce base packages default
 
-COMPRESS=".tar.bz2"
-CONFIGURE="econf"
+LICENSE="GPL-2"
+SLOT="0"
 
-## Using gmake instead of make for FreeBSD. For you welp.
+IUSE="${IUSE}"
 
-## It actually should be using emake instead of gmake but
-## there was issues like files of package xyz got owned by
-## other package. Please test building several packages with
-## emake on your system and replace this accordingly.
-INSTALL="gmake DESTDIR=${D} install"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
+
+#S="${WORKDIR}/${MY_P:-${P}}"
+
+COMPRESS=".tar.bz2"
+CONFIGURE="econf"
+INSTALL="emake DESTDIR=${D} install"
 
 XFCE_BETA_VERSION="4.3.99.2"
 XFCE_VERSION="4.4.0"
@@ -107,17 +111,6 @@ xfce44_want_einstall() {
        INSTALL="einstall"
 }
 
-## LICENSE is set to Xfce base packages default
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="${IUSE}"
-
-DEPEND="${RDEPEND}
-               dev-util/pkgconfig"
-
-#S="${WORKDIR}/${MY_P:-${P}}"
-
 xfce44_src_compile() {
        ## XFCE_CONFIG sets extra config parameters
        if has doc ${IUSE} && use doc ; then