]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
Atualizações...
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 10 Feb 2007 13:55:33 +0000 (13:55 +0000)
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 10 Feb 2007 13:55:33 +0000 (13:55 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1015 370017ae-e619-0410-ac65-c121f96126d4

app/editors/kile/kile.SlackBuild
app/office/broffice/broffice.SlackBuild
sci/mathematics/scilab/scilab.SlackBuild
sci/visualization/grace/grace.SlackBuild
sci/visualization/grace/slack-required

index 59d24ca291cd1eac7505b08215a8fb4e26353702..5111c17406f45ec5a59782e30f5ea830c64170d9 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # slackbuild for kile, by Rudson R. Alves
 # requires: none
-# tested: kile-1.9.2
+# tested: kile-1.9.3
 
 CWD=`pwd`
 
@@ -16,8 +16,8 @@ fi
 # --------  Variáveis de controle de versão  --------------
 # Nome da fonte para a qual o slackbuild foi construído e
 # o seu md5sum
-SRC_ORIG="kile-1.9.2.tar.bz2"
-MD5_ORIG="2f4fa752595c9011fd9292d7ff99d124"
+SRC_ORIG="kile-1.9.3.tar.bz2"
+MD5_ORIG="0404b4be7bced7123111c49918130a1f"
 PACKAGE_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\1/'`
 VERSION_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\2/'`
    EXTENSION=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\3/'`
index 72b9f3ee89d5f893f1975fda2aa2396ab686f702..7e3d580c539d8bddf2ab95406c62415682d76d6d 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # slackbuild for kile, by Rudson R. Alves
 # requires: none
-# tested: broffice-2.0.4
+# tested: broffice-2.1.0
 
 CWD=`pwd`
 
@@ -16,8 +16,8 @@ fi
 # --------  Variáveis de controle de versão  --------------
 # Nome da fonte para a qual o slackbuild foi construído e
 # o seu md5sum
-SRC_ORIG="broffice.org.2.0.4.rpm.tar.bz2"
-MD5_ORIG="3b78ddd41c7f8da098ec36f78642613f"
+SRC_ORIG="broffice.org.2.1.0.rpm.tar.bz2"
+MD5_ORIG="32b8b50821d090392c1b28d8f4b4dba4"
 PACKAGE_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)\.org\.(.*)\.rpm\.(.*)$/\1/'`
 VERSION_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)\.org\.(.*)\.rpm\.(.*)$/\2/'`
    EXTENSION=`echo $SRC_ORIG | sed -r 's/(.*)\.org\.(.*)\.rpm\.(.*)$/\3/'`
@@ -30,7 +30,7 @@ ERROR_PATCH=40;     ERROR_VCS=41
 
 # ---------  Inicializa variáveis de entrada  -------------
 PACKAGE=$PACKAGE_ORIG
-ARCH="i686"
+ARCH="i586"
 SRC_DIR=${SRC:=$CWD}
 VERSION=${VERSION:=$VERSION_ORIG}
 SRC=$PACKAGE.org.$VERSION.rpm.$EXTENSION
@@ -90,11 +90,11 @@ mkdir -p $PKG
 # Instala arquivos em $PKG_VERSION
 tar xvf $( ls *.tgz ) -C $PKG || exit $ERROR_TAR
 cd ..
-j=1
+#j=1
 for i in *.tgz; do
     tar xvf $i -C $PKG || exit $ERROR_TAR
     rm $i
-    let j++
+#    let j++
 done
 
 # Altera diretório do kde
@@ -103,33 +103,33 @@ mv $PKG/opt/kde3 $PKG/opt/kde
 cd $PKG/usr/bin
 rm * 2>/dev/null
 
-# broffice.org-2.0
-cat << EOFBROFFICE > $PKG/usr/bin/broffice.org-2.0
+# broffice.org-2.1
+cat << EOFBROFFICE > $PKG/usr/bin/broffice.org-2.1
 #!/bin/sh
-exec /opt/broffice.org2.0/program/soffice "$@"
+exec /opt/broffice.org2.1/program/soffice \$@
 EOFBROFFICE
 
-# broffice.org-2.0-printeradmin
-cat << EOFBRADMIN > $PKG/usr/bin/broffice.org-2.0-printeradmin
+# broffice.org-2.1-printeradmin
+cat << EOFBRADMIN > $PKG/usr/bin/broffice.org-2.1-printeradmin
 #!/bin/sh
-exec /opt/broffice.org2.0/program/spadmin
+exec /opt/broffice.org2.1/program/spadmin
 EOFBRADMIN
 
 chmod +x *
 
-ln -s ../../opt/broffice.org2.0/program/soffice soffice
+ln -s ../../opt/broffice.org2.1/program/soffice soffice
 
 cd $PKG/usr/share/applications
 rm *
-for i in $( ls ../../../opt/broffice.org2.0/share/xdg/* ); do
+for i in $( ls ../../../opt/broffice.org2.1/share/xdg/* ); do
     NAME=$( echo $i | sed 's/.*xdg\/\(.*\.desktop\)$/\1/' )
     ln -s $i $NAME
 done
 
 # -----------------  Stripa código  -----------------------
 cd $PKG
-find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+#find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+#find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
 
 # ----------------  Cria slack-desc  ----------------------
 mkdir $PKG/install
index c834dc638d4ecd301584a656c5d649961f1a5709..cf5206185c0d398efc61f0b85e7f7da0cf3a9b5c 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # slackbuild for lame, by Rudson R. Alves
 # requires: none
-# tested: scilab-4.0
+# tested: scilab-4.1
 
 CWD=`pwd`
 
@@ -15,8 +15,8 @@ fi
 # --------  Variáveis de controle de versão  --------------
 # Nome da fonte para a qual o slackbuild foi construído e
 # o seu md5sum
-SRC_ORIG="scilab-4.0-src.tar.gz"
-MD5_ORIG="26e1c1480453bb1021bcea3ac412ad19"
+SRC_ORIG="scilab-4.1-src.tar.gz"
+MD5_ORIG="3003fe63088558b931a11127fb8d8ccc"
 PACKAGE_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)-src\.(.*\..*)$/\1/'`
 VERSION_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)-src\.(.*\..*)$/\2/'`
    EXTENSION=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)-src\.(.*\..*)$/\3/'`
@@ -39,7 +39,7 @@ REPOS=${REPOS:=$TMP}
 PREFIX=${PREFIX:=/usr}
 OPTCONF=${OPTCONF:=""}
 MD5=${MD5:=$MD5_ORIG}
-URL=${URL:="http://www.scilab.org/download/stable/$SRC"}
+URL=${URL:="http://www.scilab.org/download/4.1/$SRC"}
 
 # ----------------  Download fontes  ----------------------
 # Fonte a ser compilada, com o path
index ff302c33ad761e069ef6ab8e6f07839cdbbae197..a84acbb11bf1205a359280a5df40dd461a98fa82 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # slackbuild for lame, by Rudson R. Alves
 # requires: none
-# tested: grace
+# tested: grace-5.1.20
 
 CWD=`pwd`
 
index b601c2e5c12c3c5c630a329e6551c90cc620e055..3b527da4e950213ebd0fc1e5d91a201d0a7a74c9 100644 (file)
@@ -1,3 +1,2 @@
-openmotif
 libpng
 fftw