# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID bdee814cdcb430a86215eb719be8e9680ac5e8a5 # Parent 1dc033b25f22ea5d447f02b2a5e97de8121db6f4 imported patch get/emotion diff -r 1dc033b25f22 -r bdee814cdcb4 emotion/receipt --- a/emotion/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/emotion/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -8,21 +8,14 @@ DEPENDS="xine-lib xorg-libXp xorg-libXss fribidi edje xorg-libXdamage \ xorg-libXtst gnutls jpeg fontconfig glib eina libtasn1" BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev -xorg-libXp-dev xorg-libXss-dev fribidi-dev" +xorg-libXp-dev xorg-libXss-dev fribidi-dev subversion" WEB_SITE="http://www.enlightenment.org/" +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" +BRANCH="$VERSION" # Rules to configure and make the package. compile_rules() { - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz - if [ -f $TARBALL ]; then - tar xzf $TARBALL - else - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ - -r $VERSION $PACKAGE-$VERSION && - tar czf $TARBALL $PACKAGE-$VERSION - fi cd $src ./autogen.sh \ --prefix=/usr \