Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > aed583f750169d0352e4d8158d761469 > files > 1

asclock-2.0.12-5.mga5.src.rpm

--- configure	1999-03-26 18:01:37.000000000 +0100
+++ configure	2011-08-14 12:07:40.521022177 +0200
@@ -1,49 +1,16 @@
 #!/bin/sh
-clear
-echo Welcome to the new world of asclock!
-echo
-echo you can build one of the following themes into asclock as a default theme,
-echo "without specifying it with -t <theme-name>"
-echo
-cd themes
-for i in *
-do
-  echo $i
-done
+mkdir default_theme
 
-printf "choose a theme from above: "
-read line
-
-for i in *
-do
-  if test $i = $line
-  then cd ..
-    echo
-    echo you selected \'$line\'
-    echo
-    echo proceed by saying 'make' and then 'make install' if appropriate
-    echo
-    rm -rf default_theme
-    if ! test -f themes/$line/classic
-    then ln -s themes/$line default_theme
-         xmkmf
-         rm -f *.o *~ asclock core
-         exit 0
-    else
-	 mkdir default_theme
-	 ln -s ../themes/$line/config     default_theme/config
-	 ln -s ../themes/$line/date.xpm   default_theme/date.xpm
-	 ln -s ../themes/$line/clock.xpm  default_theme/clock.xpm
-	 ln -s ../themes/$line/led.xpm    default_theme/led.xpm
-	 ln -s ../themes/$line/hour.xpm   default_theme/hour.xpm
-	 ln -s ../themes/$line/minute.xpm default_theme/minute.xpm
-	 ln -s ../themes/$line/second.xpm default_theme/second.xpm
-         ln -s ../themes/$line/beats.xpm  default_theme/beats.xpm
-	 exec ./classic.configure
-    fi
-  fi
-done
-
-echo try again. The theme $line does not exist..
-exit -1
+ln -s ../themes/classic/config default_theme/config
+ln -s ../themes/classic/date.xpm default_theme/date.xpm
+ln -s ../themes/classic/clock.xpm default_theme/clock.xpm
+ln -s ../themes/classic/led.xpm default_theme/led.xpm
+ln -s ../themes/classic/hour.xpm default_theme/hour.xpm
+ln -s ../themes/classic/minute.xpm default_theme/minute.xpm
+ln -s ../themes/classic/second.xpm default_theme/second.xpm
+ln -s ../themes/classic/beats.xpm default_theme/beats.xpm
+ln -s ../languages/english/month.xpm default_theme/month.xpm
+ln -s ../languages/english/weekday.xpm  default_theme/weekday.xpm
 
+xmkmf
+make clean