bin/logo: added logos for foresight and xandros

-Dustin Kirkland <kirkland@ubuntu.com>Fri, 17 Apr 2009 09:25:21 -0500
This commit is contained in:
Dustin Kirkland 2009-04-17 09:30:25 -05:00
commit 4f720cb11c
2 changed files with 6 additions and 1 deletions

View file

@ -44,6 +44,8 @@ elif echo "$distro" | grep -qsi "debian"; then
printf "\005{= wr} @ " printf "\005{= wr} @ "
elif echo "$distro" | grep -qsi "fedora"; then elif echo "$distro" | grep -qsi "fedora"; then
printf "\005{=b bw} f " printf "\005{=b bw} f "
elif echo "$distro" | grep -qsi "foresight"; then
printf "\005{=b Wg}<@>"
elif echo "$distro" | grep -qsi "gentoo"; then elif echo "$distro" | grep -qsi "gentoo"; then
printf "\005{=b cw} > " printf "\005{=b cw} > "
elif echo "$distro" | grep -qsi "mandriva"; then elif echo "$distro" | grep -qsi "mandriva"; then
@ -54,6 +56,8 @@ elif echo "$distro" | grep -qsi "slackware"; then
printf "\005{=u Bk},S " printf "\005{=u Bk},S "
elif echo "$distro" | grep -qsi "suse"; then elif echo "$distro" | grep -qsi "suse"; then
printf "\005{= Wg}SuSE" printf "\005{= Wg}SuSE"
elif echo "$distro" | grep -qsi "xandros"; then
printf "\005{= Wr} X "
else else
printf " ? " printf " ? "
fi fi

3
debian/changelog vendored
View file

@ -3,8 +3,9 @@ screen-profiles (1.46) unreleased; urgency=low
* bin/date, bin/time, screen-profiles-status, screen-profiles-export, * bin/date, bin/time, screen-profiles-status, screen-profiles-export,
screen-profiles: allow for configuring on/off the date and time screen-profiles: allow for configuring on/off the date and time
status, LP: #359050 status, LP: #359050
* bin/logo: added logos for foresight and xandros
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Apr 2009 18:07:12 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 17 Apr 2009 09:25:21 -0500
screen-profiles (1.45-0ubuntu1) jaunty; urgency=low screen-profiles (1.45-0ubuntu1) jaunty; urgency=low