[Lunar-commits] r25200 - in moonbase/trunk/utils/linux_logo: . profile.d

Auke Kok sofar at lunar-linux.org
Sat Jul 21 00:05:24 CEST 2007


Author: sofar
Date: 2007-07-21 00:05:24 +0200 (Sat, 21 Jul 2007)
New Revision: 25200

Modified:
   moonbase/trunk/utils/linux_logo/BUILD
   moonbase/trunk/utils/linux_logo/DETAILS
   moonbase/trunk/utils/linux_logo/POST_INSTALL
   moonbase/trunk/utils/linux_logo/profile.d/linux_logo.rc
Log:
version bump to 5.01, jumped over several versions, see below
set "banner" mode as default, instead of mode "2" --> new prefered way to configure logos

version 5.01 on 9 July 2007
This release is audited for potential buffer overrun errors

version 5.0 on 6 July 2007
There were no major changes since beta4

version 5.0-beta4 available on 5 July 2007
It completes (hopefully) the re-write for 5.00 final

version 5.0-beta3 available on 4 July 2007
It has fixes to the new build system

version 5.0-beta2 available on 3 July 2007
It has a re-write of the build code, plus support for the avr32 arch

version 5.0-beta1 available on 26 June 2007
It is the first step in a large re-write of the core code. It also has fixes for Core Duo and Playstation 3, as well as an Ubuntu logo

version 4.16 on 27 January 2007
It makes the swedish translation actually compile, improves memory size detection on Linux platform, and adds a color Slackware logo



From:  criggenbach at magahugu.net


Modified: moonbase/trunk/utils/linux_logo/BUILD
===================================================================
--- moonbase/trunk/utils/linux_logo/BUILD	2007-07-20 16:32:50 UTC (rev 25199)
+++ moonbase/trunk/utils/linux_logo/BUILD	2007-07-20 22:05:24 UTC (rev 25200)
@@ -1,13 +1,12 @@
 (   
 
-  sedit 's/usr\/local/usr/' Makefile                           &&
-  sedit 's/\$(DESTDIR)\/man/\$(DESTDIR)\/share\/man/' Makefile &&
-  make logos-all                      &&
-  prepare_install                     &&
-  make install || exit 1
+  ./configure --prefix=/usr &&
 
+  default_make
+
+
   if [ ! -e /etc/linux_logo.conf ];  then
-     echo "-t \"Lunar-Linux\" -f -u -y -L 2" > linux_logo.conf
+     echo "-t \"Lunar-Linux\" -f -u -y -L banner" > linux_logo.conf
      install -m644 linux_logo.conf /etc/
   fi
 

Modified: moonbase/trunk/utils/linux_logo/DETAILS
===================================================================
--- moonbase/trunk/utils/linux_logo/DETAILS	2007-07-20 16:32:50 UTC (rev 25199)
+++ moonbase/trunk/utils/linux_logo/DETAILS	2007-07-20 22:05:24 UTC (rev 25200)
@@ -1,11 +1,11 @@
           MODULE=linux_logo
-         VERSION=4.14
+         VERSION=5.01
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.deater.net/weave/vmwprod/linux_logo/
-      SOURCE_VFY=sha1:036b2206a58b48d60892f8ab8911801d822306d7
+      SOURCE_VFY=sha1:1f93afddb4a1b35dcf433c1ab259009285951f55
         WEB_SITE=http://www.deater.net/weave/vmwprod/linux_logo
          ENTERED=20020401
-         UPDATED=20060824
+         UPDATED=20070709
            SHORT="Displays an ANSI or ASCII Linux penguin, along with some sytem info"
 
 cat << EOF

Modified: moonbase/trunk/utils/linux_logo/POST_INSTALL
===================================================================
--- moonbase/trunk/utils/linux_logo/POST_INSTALL	2007-07-20 16:32:50 UTC (rev 25199)
+++ moonbase/trunk/utils/linux_logo/POST_INSTALL	2007-07-20 22:05:24 UTC (rev 25200)
@@ -1,4 +1,4 @@
-linux_logo -i -t "Lunar-Linux" -u -y -L 14
+linux_logo -i -t "Lunar-Linux" -u -y -L banner
 
 message
 message "You can change linux_logo's default behaviour by editting /etc/linux_logo.conf,"

Modified: moonbase/trunk/utils/linux_logo/profile.d/linux_logo.rc
===================================================================
--- moonbase/trunk/utils/linux_logo/profile.d/linux_logo.rc	2007-07-20 16:32:50 UTC (rev 25199)
+++ moonbase/trunk/utils/linux_logo/profile.d/linux_logo.rc	2007-07-20 22:05:24 UTC (rev 25200)
@@ -1 +1 @@
-/usr/bin/linux_logo
+/usr/bin/linux_logo -L banner



More information about the Lunar-commits mailing list