summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-29 17:47:44 +0000
committerPeter Weller <welp@gentoo.org>2007-01-29 17:47:44 +0000
commitf3a70673abd91147cdbb59f7d0cf0c301bfc2367 (patch)
treef96d494f8270ba3d03e4c64c23aeebf1f9f423e2 /eclass/xfce44.eclass
parentEnable interprolog with Java. (diff)
downloadhistorical-f3a70673abd91147cdbb59f7d0cf0c301bfc2367.tar.gz
historical-f3a70673abd91147cdbb59f7d0cf0c301bfc2367.tar.bz2
historical-f3a70673abd91147cdbb59f7d0cf0c301bfc2367.zip
Couple of minor fixes, including emake stuff
Diffstat (limited to 'eclass/xfce44.eclass')
-rw-r--r--eclass/xfce44.eclass33
1 files changed, 13 insertions, 20 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass
index c0e45c470606..7c804abdeecd 100644
--- a/eclass/xfce44.eclass
+++ b/eclass/xfce44.eclass
@@ -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