diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 01:04:50 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 01:04:50 +0000 |
commit | 5b5e490526a87205893b900151a0ed08f3ab1fa5 (patch) | |
tree | 7bb02a52776fcf60c40d3f06ada506f459fd1824 /eclass | |
parent | Tweaking XFCE_VERSION and THUNAR_VERSION for 4.4.0. (diff) | |
download | historical-5b5e490526a87205893b900151a0ed08f3ab1fa5.tar.gz historical-5b5e490526a87205893b900151a0ed08f3ab1fa5.tar.bz2 historical-5b5e490526a87205893b900151a0ed08f3ab1fa5.zip |
Added xfce44().
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce44.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 2543b8ad1c59..0234b17a939c 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.11 2007/01/22 01:02:07 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.12 2007/01/22 01:04:50 nichoj Exp $ # Xfce44 Eclass # @@ -27,6 +27,11 @@ xfce44_beta() { THUNAR_MASTER_VERSION=${THUNAR_BETA_VERSION} } +xfce44() { + XFCE_MASTER_VERSION=${XFCE_VERSION} + THUNAR_MASTER_VERSION=${THUNAR_VERSION} +} + ## plugins and base packages default to tar.bz2 unless gzipped is called xfce44_gzipped() { COMPRESS=".tar.gz" |