summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Sapp <nixphoeni@gentoo.org>2005-06-06 02:00:12 +0000
committerJoe Sapp <nixphoeni@gentoo.org>2005-06-06 02:00:12 +0000
commit907712519df50411814be79ce0ae31c49537c892 (patch)
tree1c17f92400cca4982a4cf861e04504250108b4d4 /eclass/gdesklets.eclass
parentRemoving obsolete ebuild (diff)
downloadhistorical-907712519df50411814be79ce0ae31c49537c892.tar.gz
historical-907712519df50411814be79ce0ae31c49537c892.tar.bz2
historical-907712519df50411814be79ce0ae31c49537c892.zip
Added .xcf to the graphics files to be searched for
Diffstat (limited to 'eclass/gdesklets.eclass')
-rw-r--r--eclass/gdesklets.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/gdesklets.eclass b/eclass/gdesklets.eclass
index 8dc310d4b28a..37265eab64a6 100644
--- a/eclass/gdesklets.eclass
+++ b/eclass/gdesklets.eclass
@@ -1,6 +1,6 @@
# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.3 2005/06/06 01:45:33 nixphoeni Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.4 2005/06/06 02:00:12 nixphoeni Exp $
#
# Authors: Joe Sapp <nixphoeni@gentoo.org>
# Mike Gardiner <obz@gentoo.org>
@@ -111,7 +111,8 @@ gdesklets_src_install() {
# come up with for now...
GFX=(`find . \
-iname "*.png" -o -iname "*.svg" \
- -o -iname "*.jpg" -o -iname "*.gif"`)
+ -o -iname "*.jpg" -o -iname "*.gif" \
+ -o -iname "*.xcf"`)
for G in ${GFX[@]}; do
@@ -163,7 +164,8 @@ gdesklets_src_install() {
GFX=$(find . -maxdepth 1 \
-iname "*.png" -o -iname "*.svg" \
- -o -iname "*.jpg" -o -iname "*.gif")
+ -o -iname "*.jpg" -o -iname "*.gif" \
+ -o -iname "*.xcf")
if [[ -n "${GFX}" ]]; then
# Install to the Displays directory of the Desklet