summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-05-06 14:11:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-05-06 14:11:32 +0000
commitd7648090488a807e744fe7a07d7b23bdb550014c (patch)
tree07b26a2f447e31f15c2e3a9d8430835b92de6258 /eclass/xfce44.eclass
parentInstall a .desktop file for ida (bug #175574). (diff)
downloadhistorical-d7648090488a807e744fe7a07d7b23bdb550014c.tar.gz
historical-d7648090488a807e744fe7a07d7b23bdb550014c.tar.bz2
historical-d7648090488a807e744fe7a07d7b23bdb550014c.zip
New function, xfce44_zipped() for .zipped plugins
Diffstat (limited to 'eclass/xfce44.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 dd3721c0b66c..81b701b5df67 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.18 2007/03/07 19:37:16 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.19 2007/05/06 14:11:32 drac Exp $
# Xfce44 Eclass
#
@@ -49,6 +49,11 @@ xfce44_gzipped() {
COMPRESS=".tar.gz"
}
+## plugins and base packages default to tar.bz2 unless zipped is called
+xfce44_zipped() {
+ COMPRESS=".zip"
+}
+
## adds the -plugin string to $P and adds the depend on panel version
xfce44_plugin() {
[[ -z ${MY_PN} ]] && MY_PN="${PN}-plugin"