diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 01:02:07 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 01:02:07 +0000 |
commit | 0bd17385259e44c8db7f82094a1a9ae0dde0e007 (patch) | |
tree | dd949c1a69f82d9748e2b7174303f89989dbabfd /eclass/xfce44.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-0bd17385259e44c8db7f82094a1a9ae0dde0e007.tar.gz gentoo-2-0bd17385259e44c8db7f82094a1a9ae0dde0e007.tar.bz2 gentoo-2-0bd17385259e44c8db7f82094a1a9ae0dde0e007.zip |
Tweaking XFCE_VERSION and THUNAR_VERSION for 4.4.0.
Diffstat (limited to 'eclass/xfce44.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() { |