summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-01-22 01:04:50 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-01-22 01:04:50 +0000
commit8d2cd3a9a6e2425ca3b3750a24fbe9074ef73fff (patch)
treef7abf2b3e907534a6b54ff0e7094ff0a00cf747b /eclass
parentTweaking XFCE_VERSION and THUNAR_VERSION for 4.4.0. (diff)
downloadgentoo-2-8d2cd3a9a6e2425ca3b3750a24fbe9074ef73fff.tar.gz
gentoo-2-8d2cd3a9a6e2425ca3b3750a24fbe9074ef73fff.tar.bz2
gentoo-2-8d2cd3a9a6e2425ca3b3750a24fbe9074ef73fff.zip
Added xfce44().
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfce44.eclass7
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"