Skip to content

Commit

Permalink
[5.x] Push local working tree as of 21/02/2010
Browse files Browse the repository at this point in the history
  • Loading branch information
whyman committed Feb 21, 2010
1 parent a89d7b6 commit 6356510
Show file tree
Hide file tree
Showing 39 changed files with 5,402 additions and 1,721 deletions.
28 changes: 0 additions & 28 deletions 5.0/misc/temp/doicon.sh

This file was deleted.

59 changes: 0 additions & 59 deletions 5.0/misc/temp/gensplash.sh

This file was deleted.

231 changes: 146 additions & 85 deletions 5.2/misc/openoffice/OOoabout-clean.svg → 5.2/devel/OOoabout-clean.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions 5.2/devel/gensplash.sh
Expand Up @@ -21,6 +21,7 @@ RES7="1280x800"
RES8="1440x900"
RES9="1680x1050"
RES10="1920x1200"
RES11="1024x600"

if [ $1 = fbsplash ]
then
Expand All @@ -29,10 +30,10 @@ then
RESES="$RES1 $RES2 $RES3 $RES4 $RES5 $RES6"
elif [ $4 = wide ]
then
RESES="$RES7 $RES8 $RES9 $RES10"
RESES="$RES7 $RES8 $RES9 $RES10 $RES11"
elif [ $4 = all ]
then
RESES="$RES1 $RES2 $RES3 $RES4 $RES5 $RES6 $RES7 $RES8 $RES9 $RES10"
RESES="$RES1 $RES2 $RES3 $RES4 $RES5 $RES6 $RES7 $RES8 $RES9 $RES10 $RES11"
else
echo "please choose normal, wide or all apsect ratios"
fi
Expand Down
4 changes: 2 additions & 2 deletions 5.2/make_tarballs.sh
@@ -1,6 +1,6 @@
#! /bin/bash
VERSION=${1}
FOLDERS="core gnome kde extra"
FOLDERS="core gnome kde extra ooo"

mkdir /home/v00d00/build/sabayon/artwork-ztarballs/${VERSION}
for tarball in ${FOLDERS}; do
Expand All @@ -10,4 +10,4 @@ for tarball in ${FOLDERS}; do
echo "Moving sabayon-artwork-${tarball}"
mv sabayon-artwork-${tarball}.tbz2 /home/v00d00/build/sabayon/artwork-ztarballs/${VERSION}/sabayon-artwork-${tarball}-${VERSION}.tar.bz2
done

Binary file added 5.2/misc/Openoffice/OOo-clean.bmp
Binary file not shown.
Binary file added 5.2/misc/Openoffice/OOo-clean.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
190 changes: 165 additions & 25 deletions 5.2/misc/openoffice/OOo-clean.svg → 5.2/misc/Openoffice/OOo-clean.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 5.2/misc/Openoffice/OOoabout-clean.bmp
Binary file not shown.
Binary file added 5.2/misc/Openoffice/OOoabout-clean.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6356510

Please sign in to comment.