From 4f383eaff498750589acfb5886cb7f935034d7b1 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 5 May 2007 17:26:05 +0200 Subject: [PATCH] ecore: updated to 0.9.9.038, added symbol visibility tweaks. --- ecore/.footprint | 11 ++++++++--- ecore/.md5sum | 2 +- ecore/Pkgfile | 4 +++- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ecore/.footprint b/ecore/.footprint index 7b19361..c9648b8 100644 --- a/ecore/.footprint +++ b/ecore/.footprint @@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/Ecore_File.h -rw-r--r-- root/root usr/include/Ecore_Ipc.h -rw-r--r-- root/root usr/include/Ecore_Job.h +-rw-r--r-- root/root usr/include/Ecore_Str.h -rw-r--r-- root/root usr/include/Ecore_Txt.h -rw-r--r-- root/root usr/include/Ecore_X.h -rw-r--r-- root/root usr/include/Ecore_X_Atoms.h @@ -56,7 +57,11 @@ lrwxrwxrwx root/root usr/lib/libecore_x.so -> libecore_x.so.1.0.0 lrwxrwxrwx root/root usr/lib/libecore_x.so.1 -> libecore_x.so.1.0.0 -rwxr-xr-x root/root usr/lib/libecore_x.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/ecore-con.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ecore-evas.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ecore-file.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ecore-ipc.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ecore-job.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ecore-txt.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ecore-x.pc -rw-r--r-- root/root usr/lib/pkgconfig/ecore.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/ecore.m4 diff --git a/ecore/.md5sum b/ecore/.md5sum index 42ad55a..2b2ede3 100644 --- a/ecore/.md5sum +++ b/ecore/.md5sum @@ -1 +1 @@ -ec6d00a39ca6648f12f58f8d4f2208cc ecore-0.9.9.037.tar.gz +a391c19e01c08b6591cc30f85c597ed2 ecore-0.9.9.038.tar.gz diff --git a/ecore/Pkgfile b/ecore/Pkgfile index 27f308f..1f043fd 100644 --- a/ecore/Pkgfile +++ b/ecore/Pkgfile @@ -4,11 +4,13 @@ # Depends on: evas name=ecore -version=0.9.9.037 +version=0.9.9.038 release=1 source=(http://enlightenment.freedesktop.org/files/$name-$version.tar.gz) build() { + export CFLAGS="$CFLAGS -fvisibility=hidden" + cd $name-$version # don't build support for modules that i have no use for -- 2.30.2