diff options
author | 2007-01-22 01:02:07 +0000 | |
---|---|---|
committer | 2007-01-22 01:02:07 +0000 | |
commit | 86840b03f515322a72844695301027f6063d784c (patch) | |
tree | 779cbdfae2636f12c14d32262e1f7815428fe26b /eclass | |
parent | Version bump. (diff) | |
download | historical-86840b03f515322a72844695301027f6063d784c.tar.gz historical-86840b03f515322a72844695301027f6063d784c.tar.bz2 historical-86840b03f515322a72844695301027f6063d784c.zip |
Tweaking XFCE_VERSION and THUNAR_VERSION for 4.4.0.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce44.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 2a89ea0f486a..2543b8ad1c59 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.10 2007/01/21 17:05:03 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.11 2007/01/22 01:02:07 nichoj Exp $ # Xfce44 Eclass # @@ -17,9 +17,9 @@ CONFIGURE="econf" INSTALL="make DESTDIR=${D} install" XFCE_BETA_VERSION="4.3.99.2" -XFCE_VERSION="4.4" +XFCE_VERSION="4.4.0" THUNAR_BETA_VERSION="0.5.0_rc2" -THUNAR_VERSION="1.0" +THUNAR_VERSION="0.8" ## sets {XFCE,THUNAR}_MASTER_VESION to {XFCE,THUNR}_BETA_VERSION xfce44_beta() { |