CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
edje: Updated to 20100202.
authorVictor Martinez <pitillo@ono.com>
Thu, 4 Feb 2010 20:45:56 +0000 (20:45 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 4 Feb 2010 20:45:56 +0000 (20:45 +0000)
edje/.footprint
edje/.md5sum
edje/Pkgfile

index e84363b15f64c4cb996b2bf3198c314e49c93b12..f1352f0d592f98e627c21e216865bc7c2331b9b3 100644 (file)
@@ -8,11 +8,11 @@ drwxr-xr-x    root/root       usr/include/
 -rw-r--r--     root/root       usr/include/Edje.h
 -rw-r--r--     root/root       usr/include/Edje_Edit.h
 drwxr-xr-x     root/root       usr/lib/
-lrwxrwxrwx     root/root       usr/lib/libedje-ver-pre-svn-04.so.0 -> libedje-ver-pre-svn-04.so.0.9.92
--rwxr-xr-x     root/root       usr/lib/libedje-ver-pre-svn-04.so.0.9.92
+lrwxrwxrwx     root/root       usr/lib/libedje-ver-pre-svn-05.so.0 -> libedje-ver-pre-svn-05.so.0.9.93
+-rwxr-xr-x     root/root       usr/lib/libedje-ver-pre-svn-05.so.0.9.93
 -rw-r--r--     root/root       usr/lib/libedje.a
 -rwxr-xr-x     root/root       usr/lib/libedje.la
-lrwxrwxrwx     root/root       usr/lib/libedje.so -> libedje-ver-pre-svn-04.so.0.9.92
+lrwxrwxrwx     root/root       usr/lib/libedje.so -> libedje-ver-pre-svn-05.so.0.9.93
 drwxr-xr-x     root/root       usr/lib/pkgconfig/
 -rw-r--r--     root/root       usr/lib/pkgconfig/edje.pc
 drwxr-xr-x     root/root       usr/share/
index 6a52b48468fb60a5037c1d536d37c9891f703d2b..6994de5f94c1e74beea6f6b67e1748c4daf55c45 100644 (file)
@@ -1 +1 @@
-67f34d12cbfc7f247430f7246db2d857  edje-20091130.tar.bz2
+48098f9e8e7e4a76f36dd8d82c8cd1a4  edje-20100202.tar.bz2
index 7e3ed5a1fdbae6f972b49afbb8caaf4d20354b7d..e53e1a2ccc4a1ea288ef9a2ff5abe4b11be11bc3 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: lua embryo
 
 name=edje
-version=20091130
+version=20100202
 release=1
 source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
 
@@ -21,12 +21,12 @@ build()
   export ECORE_FILE_CFLAGS="-I$CLFS/usr/include"
   export ECORE_EVAS_LIBS="-L$CLFS/usr/lib -lecore_evas"
   export ECORE_EVAS_CFLAGS="-I$CLFS/usr/include"
-  export EDJE_LIBS="-L$CLFS/usr/lib -leina -lecore_file -lecore_con -lecore_job -lecore -lembryo -leet"
+  export EDJE_LIBS="-L$CLFS/usr/lib -leina -lecore_file -lecore -lembryo -leet"
   export EDJE_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
 
   ./autogen.sh --build=$CHOST \
                 --host=$CTARGET \
                 --prefix=/usr
-  make 
+  make V=1 
   make install DESTDIR=$PKG
 }