]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
added etk, examine and engaged; fixed some efl and e17 issues
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 19 Oct 2006 14:53:46 +0000 (14:53 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 19 Oct 2006 14:53:46 +0000 (14:53 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@447 370017ae-e619-0410-ac65-c121f96126d4

24 files changed:
e17/e_utils/e_utils.SlackBuild
e17/eclair/eclair.SlackBuild
e17/engage/engage.SlackBuild [new file with mode: 0755]
e17/engage/slack-required [new file with mode: 0644]
e17/enlightenment/enlightenment.SlackBuild
e17/entrance/entrance.SlackBuild
e17/etk/etk.SlackBuild [new file with mode: 0755]
e17/etk/slack-required [new file with mode: 0644]
e17/examine/examine.SlackBuild [new file with mode: 0755]
e17/examine/slack-required [new file with mode: 0644]
efl/ecore/ecore.SlackBuild
efl/edb/edb.SlackBuild
efl/edje/edje.SlackBuild
efl/eet/eet.SlackBuild
efl/embryo/embryo.SlackBuild
efl/emotion/emotion.SlackBuild
efl/engrave/engrave.SlackBuild
efl/epeg/epeg.SlackBuild
efl/epsilon/epsilon.SlackBuild
efl/esmart/esmart.SlackBuild
efl/evas/evas.SlackBuild
efl/ewl/ewl.SlackBuild
efl/exml/exml.SlackBuild
efl/imlib2/imlib2.SlackBuild

index c917b5032004a0104b8c4c266067c231e6b28638..5750bb7ec78ecc00f7d079b7a37ad7101151cd78 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/e17"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/apps/e_utils" ]; then
+if [ -d "$SRC_DIR/e17/apps/e_utils" ]; then
   cd $SRC_DIR/e17/apps/e_utils
   cvs update || exit $ERROR_CVS
 else
index 689dc85f44b98518deab1fcbc3f54eac4bae1602..353f655fa016470483bd7c21b83c8f67e4a6e264 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/e17"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/apps/eclair" ]; then
+if [ -d "$SRC_DIR/e17/apps/eclair" ]; then
   cd $SRC_DIR/e17/apps/eclair
   cvs update || exit $ERROR_CVS
 else
diff --git a/e17/engage/engage.SlackBuild b/e17/engage/engage.SlackBuild
new file mode 100755 (executable)
index 0000000..46d1816
--- /dev/null
@@ -0,0 +1,122 @@
+#!/bin/bash
+#
+# slackbuild script for engage
+# by rhatto at riseup.net
+#
+
+if [ -s "slack-required" ]; then
+  echo Recomended and required packages for building engage are:
+  cat slack-required | sed -e 's/^/\t/'
+  if [ "$INTERACT" != "no" ]; then
+    echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER.
+    read crap
+  else
+    echo Sleeping 3 seconds...
+    sleep 3
+  fi
+fi
+
+CWD="`pwd`"
+
+if [ -f "/etc/slackbuildrc" ]; then
+  source /etc/slackbuildrc
+fi
+
+if [ -f "~/.slackbuildrc" ]; then
+  source ~/.slackbuildrc
+fi
+
+# default settings
+PACKAGE="engage"
+ARCH=${ARCH:=i486}
+VERSION="`date +%Y%m%d`"
+BUILD=${BUILD:=1rha}
+SRC_DIR=${SRC:=$CWD}
+TMP=${TMP:=/tmp}
+REPOS=${REPOS:=$TMP}
+
+if [ "$ARCH" == "x86_64" ]; then
+  export LDFLAGS="-L/lib64 -L/usr/lib64"
+  LIBDIR=/usr/lib64
+else
+  LIBDIR=/usr/lib
+fi
+
+# -------  error codes for createpkg  --------------
+ERROR_WGET=31;      ERROR_MAKE=32;      ERROR_INSTALL=33
+ERROR_MD5=34;       ERROR_CONF=35;      ERROR_HELP=36
+ERROR_TAR=37;       ERROR_MKPKG=38;     ERROR_GPG=39
+ERROR_PATCH=40;     ERROR_CVS=42
+
+SRC_DIR="$SRC_DIR/engage"
+mkdir -p $SRC_DIR
+
+if [ -d "$SRC_DIR/misc/engage" ]; then
+  cd $SRC_DIR/misc/engage
+  cvs update || exit $ERROR_CVS
+else
+  cd $SRC_DIR
+  # echo "Please hit ENTER on passwd prompt..."
+  # cvs -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e login || exit $ERROR_CVS
+  cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co misc/engage || exit $ERROR_CVS
+fi
+
+TMP="$TMP/$PACKAGE"
+rm -rf $TMP
+mkdir -p $TMP
+cd $TMP
+
+cd $SRC_DIR/misc/engage
+
+make clean &> /dev/null
+./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF
+make || exit $ERROR_MAKE
+make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL
+
+CWD="`pwd`"
+
+cd $TMP/package-$PACKAGE
+
+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
+
+mkdir install
+cat << EOF > install/slack-desc
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.  Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in.  You must
+# make exactly 11 lines for the formatting to be correct.  It's also
+# customary to leave one space after the ':'.
+
+      |-----handy-ruler-----------------------------------------------------|
+engage: engage
+engage: 
+engage: Dynamic iconbar
+engage: 
+engage: 
+engage: 
+engage: 
+engage: 
+engage:
+engage:
+engage:
+EOF
+
+# docs
+mkdir -p usr/doc/$PACKAGE-$VERSION
+
+DOCS="AUTHORS COPYING ChangeLog CHANGELOG INSTALL NEWS README TODO"
+
+for file in $DOCS; do
+  if [ -f "$CWD/$file" ]; then
+    cp $CWD/$file usr/doc/$PACKAGE-$VERSION/
+  fi
+done
+
+makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz || exit $ERROR_MKPKG
+
+if [ "$CLEANUP" == "yes" ]; then
+  rm -rf $TMP
+fi
+
diff --git a/e17/engage/slack-required b/e17/engage/slack-required
new file mode 100644 (file)
index 0000000..6befb4d
--- /dev/null
@@ -0,0 +1,9 @@
+eet
+evas
+ecore
+embryo
+edje
+imlib2
+esmart
+ewl
+etk
index c02fa72f82940fa287247c3c43b0300654dfd3d1..a7824d132769804f682b5c5cfa21f462b930c08e 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/e17"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/apps/e" ]; then
+if [ -d "$SRC_DIR/e17/apps/e" ]; then
   cd $SRC_DIR/e17/apps/e
   cvs update || exit $ERROR_CVS
 else
index 68e211e9043500a9183ceb5ae963222ec0017e7b..d96ab47b0cbf8a6e124054ee052b801e8fe12884 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/e17"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/apps/entrance" ]; then
+if [ -d "$SRC_DIR/e17/apps/entrance" ]; then
   cd $SRC_DIR/e17/apps/entrance
   cvs update || exit $ERROR_CVS
 else
diff --git a/e17/etk/etk.SlackBuild b/e17/etk/etk.SlackBuild
new file mode 100755 (executable)
index 0000000..14cd375
--- /dev/null
@@ -0,0 +1,122 @@
+#!/bin/bash
+#
+# slackbuild script for etk
+# by rhatto at riseup.net
+#
+
+if [ -s "slack-required" ]; then
+  echo Recomended and required packages for building etk are:
+  cat slack-required | sed -e 's/^/\t/'
+  if [ "$INTERACT" != "no" ]; then
+    echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER.
+    read crap
+  else
+    echo Sleeping 3 seconds...
+    sleep 3
+  fi
+fi
+
+CWD="`pwd`"
+
+if [ -f "/etc/slackbuildrc" ]; then
+  source /etc/slackbuildrc
+fi
+
+if [ -f "~/.slackbuildrc" ]; then
+  source ~/.slackbuildrc
+fi
+
+# default settings
+PACKAGE="etk"
+ARCH=${ARCH:=i486}
+VERSION="`date +%Y%m%d`"
+BUILD=${BUILD:=1rha}
+SRC_DIR=${SRC:=$CWD}
+TMP=${TMP:=/tmp}
+REPOS=${REPOS:=$TMP}
+
+if [ "$ARCH" == "x86_64" ]; then
+  export LDFLAGS="-L/lib64 -L/usr/lib64"
+  LIBDIR=/usr/lib64
+else
+  LIBDIR=/usr/lib
+fi
+
+# -------  error codes for createpkg  --------------
+ERROR_WGET=31;      ERROR_MAKE=32;      ERROR_INSTALL=33
+ERROR_MD5=34;       ERROR_CONF=35;      ERROR_HELP=36
+ERROR_TAR=37;       ERROR_MKPKG=38;     ERROR_GPG=39
+ERROR_PATCH=40;     ERROR_CVS=42
+
+SRC_DIR="$SRC_DIR/e17"
+mkdir -p $SRC_DIR
+
+if [ -d "$SRC_DIR/e17/proto/etk" ]; then
+  cd $SRC_DIR/e17/proto/etk
+  cvs update || exit $ERROR_CVS
+else
+  cd $SRC_DIR
+  # echo "Please hit ENTER on passwd prompt..."
+  # cvs -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e login || exit $ERROR_CVS
+  cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/proto/etk || exit $ERROR_CVS
+fi
+
+TMP="$TMP/$PACKAGE"
+rm -rf $TMP
+mkdir -p $TMP
+cd $TMP
+
+cd $SRC_DIR/e17/proto/etk
+
+make clean &> /dev/null
+./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF
+make || exit $ERROR_MAKE
+make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL
+
+CWD="`pwd`"
+
+cd $TMP/package-$PACKAGE
+
+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
+
+mkdir install
+cat << EOF > install/slack-desc
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.  Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in.  You must
+# make exactly 11 lines for the formatting to be correct.  It's also
+# customary to leave one space after the ':'.
+
+   |-----handy-ruler-----------------------------------------------------|
+etk: etk
+etk:
+etk: Etk is a toolkit based on the EFL.
+etk: 
+etk: 
+etk: 
+etk: 
+etk: 
+etk:
+etk:
+etk:
+EOF
+
+# docs
+mkdir -p usr/doc/$PACKAGE-$VERSION
+
+DOCS="AUTHORS COPYING ChangeLog CHANGELOG INSTALL NEWS README TODO"
+
+for file in $DOCS; do
+  if [ -f "$CWD/$file" ]; then
+    cp $CWD/$file usr/doc/$PACKAGE-$VERSION/
+  fi
+done
+
+makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz || exit $ERROR_MKPKG
+
+if [ "$CLEANUP" == "yes" ]; then
+  rm -rf $TMP
+fi
+
diff --git a/e17/etk/slack-required b/e17/etk/slack-required
new file mode 100644 (file)
index 0000000..d7daf94
--- /dev/null
@@ -0,0 +1,7 @@
+eet
+evas
+ecore
+embryo
+edje
+imlib2
+esmart
diff --git a/e17/examine/examine.SlackBuild b/e17/examine/examine.SlackBuild
new file mode 100755 (executable)
index 0000000..72a7c79
--- /dev/null
@@ -0,0 +1,122 @@
+#!/bin/bash
+#
+# slackbuild script for examine
+# by rhatto at riseup.net
+#
+
+if [ -s "slack-required" ]; then
+  echo Recomended and required packages for building examine are:
+  cat slack-required | sed -e 's/^/\t/'
+  if [ "$INTERACT" != "no" ]; then
+    echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER.
+    read crap
+  else
+    echo Sleeping 3 seconds...
+    sleep 3
+  fi
+fi
+
+CWD="`pwd`"
+
+if [ -f "/etc/slackbuildrc" ]; then
+  source /etc/slackbuildrc
+fi
+
+if [ -f "~/.slackbuildrc" ]; then
+  source ~/.slackbuildrc
+fi
+
+# default settings
+PACKAGE="examine"
+ARCH=${ARCH:=i486}
+VERSION="`date +%Y%m%d`"
+BUILD=${BUILD:=1rha}
+SRC_DIR=${SRC:=$CWD}
+TMP=${TMP:=/tmp}
+REPOS=${REPOS:=$TMP}
+
+if [ "$ARCH" == "x86_64" ]; then
+  export LDFLAGS="-L/lib64 -L/usr/lib64"
+  LIBDIR=/usr/lib64
+else
+  LIBDIR=/usr/lib
+fi
+
+# -------  error codes for createpkg  --------------
+ERROR_WGET=31;      ERROR_MAKE=32;      ERROR_INSTALL=33
+ERROR_MD5=34;       ERROR_CONF=35;      ERROR_HELP=36
+ERROR_TAR=37;       ERROR_MKPKG=38;     ERROR_GPG=39
+ERROR_PATCH=40;     ERROR_CVS=42
+
+SRC_DIR="$SRC_DIR/e17"
+mkdir -p $SRC_DIR
+
+if [ -d "$SRC_DIR/e17/apps/examine" ]; then
+  cd $SRC_DIR/e17/apps/examine
+  cvs update || exit $ERROR_CVS
+else
+  cd $SRC_DIR
+  # echo "Please hit ENTER on passwd prompt..."
+  # cvs -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e login || exit $ERROR_CVS
+  cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/apps/examine || exit $ERROR_CVS
+fi
+
+TMP="$TMP/$PACKAGE"
+rm -rf $TMP
+mkdir -p $TMP
+cd $TMP
+
+cd $SRC_DIR/e17/apps/examine
+
+make clean &> /dev/null
+./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF
+make || exit $ERROR_MAKE
+make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL
+
+CWD="`pwd`"
+
+cd $TMP/package-$PACKAGE
+
+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
+
+mkdir install
+cat << EOF > install/slack-desc
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.  Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in.  You must
+# make exactly 11 lines for the formatting to be correct.  It's also
+# customary to leave one space after the ':'.
+
+       |-----handy-ruler-----------------------------------------------------|
+examine: examine
+examine: 
+examine: Examine is an interface for configuring applications that use 
+examine: ecore_config from the Enlightenment Foundation Libraries (EFL).
+examine: In the Examine package are two applications, examine (still 
+examine: very basic) and exsh. These applications connect to the 
+examine: configuration library and allow the user to alter configurations.
+examine: 
+examine:
+examine:
+examine:
+EOF
+
+# docs
+mkdir -p usr/doc/$PACKAGE-$VERSION
+
+DOCS="AUTHORS COPYING ChangeLog CHANGELOG INSTALL NEWS README TODO"
+
+for file in $DOCS; do
+  if [ -f "$CWD/$file" ]; then
+    cp $CWD/$file usr/doc/$PACKAGE-$VERSION/
+  fi
+done
+
+makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz || exit $ERROR_MKPKG
+
+if [ "$CLEANUP" == "yes" ]; then
+  rm -rf $TMP
+fi
+
diff --git a/e17/examine/slack-required b/e17/examine/slack-required
new file mode 100644 (file)
index 0000000..4df8c75
--- /dev/null
@@ -0,0 +1,8 @@
+eet
+evas
+ecore
+embryo
+edje
+imlib2
+esmart
+ewl
index 7f1f64f2f265a8a39770e0c76978659fd38909f3..72efb036a1d71805f9b6c18ce9e6d129fb4428a6 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/ecore" ]; then
+if [ -d "$SRC_DIR/e17/libs/ecore" ]; then
   cd $SRC_DIR/e17/libs/ecore
   cvs update || exit $ERROR_CVS
 else
index 925cb2f0117c58ea6ae5e0becaf4121b86a5cef4..44da3d300b7e1baa36416b98135861d8ff42bf55 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/edb" ]; then
+if [ -d "$SRC_DIR/e17/libs/edb" ]; then
   cd $SRC_DIR/e17/libs/edb
   cvs update || exit $ERROR_CVS
 else
index 16f9739c6c867dd2b4a159bd92087d58d2880798..6e2709357dfca3548be275d44fb406b985e9f4de 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/edje" ]; then
+if [ -d "$SRC_DIR/e17/libs/edje" ]; then
   cd $SRC_DIR/e17/libs/edje
   cvs update || exit $ERROR_CVS
 else
index e2633a6127c6f4f1d79a9b5fe556c44141dcdcae..61d3464e400da15222f736957eff21bc17d0b958 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/eet" ]; then
+if [ -d "$SRC_DIR/e17/libs/eet" ]; then
   cd $SRC_DIR/e17/libs/eet
   cvs update || exit $ERROR_CVS
 else
index 0d0dce36e48d060d797e7b1065a12caebf7a61dc..509b25c01aa7336d878a30fdb5dd55d02a87be52 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/embryo" ]; then
+if [ -d "$SRC_DIR/e17/libs/embryo" ]; then
   cd $SRC_DIR/e17/libs/embryo
   cvs update || exit $ERROR_CVS
 else
index 4ea864c06077711f82bb228fc3f8065e2264c8b4..41802fa9f346cb5131a58c7d64f1993058bf1bca 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/emotion" ]; then
+if [ -d "$SRC_DIR/e17/libs/emotion" ]; then
   cd $SRC_DIR/e17/libs/emotion
   cvs update || exit $ERROR_CVS
 else
index 00be360a67595e3a8ca5c3ff40d004546e34c19c..686c2b07789f27abd6a3627cc3b94834697bcaf9 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/engrave" ]; then
+if [ -d "$SRC_DIR/e17/libs/engrave" ]; then
   cd $SRC_DIR/e17/libs/engrave
   cvs update || exit $ERROR_CVS
 else
index d2ade30a298a2a01ff34f8a6828c9bc0508948da..9d8b9f6117e2883857f7140bddcd751f31cd22ab 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/epeg" ]; then
+if [ -d "$SRC_DIR/e17/libs/epeg" ]; then
   cd $SRC_DIR/e17/libs/epeg
   cvs update || exit $ERROR_CVS
 else
index afd641f2b5e0cd93f955aa6b0fb607df1aff1331..6e08f755fd1acb9ddcee3948b5c828c2aa30701a 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/epsilon" ]; then
+if [ -d "$SRC_DIR/e17/libs/epsilon" ]; then
   cd $SRC_DIR/e17/libs/epsilon
   cvs update || exit $ERROR_CVS
 else
index 3e84be8632776dd4c96c82688c7dc890abf9a2d1..036c0d298d08ad3bf9e76a01a473528ef16decb4 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/esmart" ]; then
+if [ -d "$SRC_DIR/e17/libs/esmart" ]; then
   cd $SRC_DIR/e17/libs/esmart
   cvs update || exit $ERROR_CVS
 else
index a6e71f85d6cd450036734ac863bf32a86d21d79b..64e7eb11d41fad98a27fb8698f5ecfd3b7a50598 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/evas" ]; then
+if [ -d "$SRC_DIR/e17/libs/evas" ]; then
   cd $SRC_DIR/e17/libs/evas
   cvs update || exit $ERROR_CVS
 else
index eb66f3a9428659996bc0c7dfee3b7b0f42b51be8..81ef468bb0d5fd296d62bdfba332cb1116482701 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/ewl" ]; then
+if [ -d "$SRC_DIR/e17/libs/ewl" ]; then
   cd $SRC_DIR/e17/libs/ewl
   cvs update || exit $ERROR_CVS
 else
index a8c7e22990435e0493da571a79518dcb9004be6a..56734b4e1532e604432cea1d115ff46a459a4a2c 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/exml" ]; then
+if [ -d "$SRC_DIR/e17/libs/exml" ]; then
   cd $SRC_DIR/e17/libs/exml
   cvs update || exit $ERROR_CVS
 else
index 7721288e3e89baf6d446ae9c075efa6156950a22..5a4d21fa7ce91fbddd2cbd60e913f5d95a611da3 100755 (executable)
@@ -51,7 +51,7 @@ ERROR_PATCH=40;     ERROR_CVS=42
 SRC_DIR="$SRC_DIR/efl"
 mkdir -p $SRC_DIR
 
-if [ -d "$SRC_DIR/libs/imlib2" ]; then
+if [ -d "$SRC_DIR/e17/libs/imlib2" ]; then
   cd $SRC_DIR/e17/libs/imlib2
   cvs update || exit $ERROR_CVS
 else