summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Martinez <pitillo@ono.com>2013-04-19 08:10:10 +0000
committerVictor Martinez <pitillo@ono.com>2013-04-19 08:10:10 +0000
commit5b73be5bcc67517ca2ad2945ad734a300c069931 (patch)
treebfc56217bc4ae0a0524189b5d241f4195587a546
parentc555055d35de2594b440f5bc7d52b44461288e38 (diff)
downloadenlightenment-5b73be5bcc67517ca2ad2945ad734a300c069931.tar.gz
enlightenment-5b73be5bcc67517ca2ad2945ad734a300c069931.tar.xz
eet: updated to 1.7.6
-rw-r--r--eet/.footprint6
-rw-r--r--eet/.md5sum2
-rw-r--r--eet/Pkgfile5
3 files changed, 6 insertions, 7 deletions
diff --git a/eet/.footprint b/eet/.footprint
index 5b8f151..ff01155 100644
--- a/eet/.footprint
+++ b/eet/.footprint
@@ -7,8 +7,8 @@ drwxr-xr-x root/root usr/include/eet-1/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libeet.a
-rwxr-xr-x root/root usr/lib/libeet.la
-lrwxrwxrwx root/root usr/lib/libeet.so -> libeet.so.1.7.5
-lrwxrwxrwx root/root usr/lib/libeet.so.1 -> libeet.so.1.7.5
--rwxr-xr-x root/root usr/lib/libeet.so.1.7.5
+lrwxrwxrwx root/root usr/lib/libeet.so -> libeet.so.1.7.6
+lrwxrwxrwx root/root usr/lib/libeet.so.1 -> libeet.so.1.7.6
+-rwxr-xr-x root/root usr/lib/libeet.so.1.7.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/eet.pc
diff --git a/eet/.md5sum b/eet/.md5sum
index ba33de6..0c46a4c 100644
--- a/eet/.md5sum
+++ b/eet/.md5sum
@@ -1 +1 @@
-c62ba7a771d16df9afe6e5869370e082 eet-1.7.5.tar.gz
+16a3b3cffbc7d63a5efdd673793e4a7a eet-1.7.6.tar.gz
diff --git a/eet/Pkgfile b/eet/Pkgfile
index bf89a35..c29f205 100644
--- a/eet/Pkgfile
+++ b/eet/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: xorg-libxext xorg-libsm giflib libpng libtiff freetype eina
name=eet
-version=1.7.5
+version=1.7.6
release=1
source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
@@ -12,8 +12,7 @@ build()
{
cd $name-$version
./configure --prefix=/usr \
- --disable-install-examples
+ --disable-install-examples
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share
}

Generated by cgit