diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-02 19:51:18 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-02 19:51:18 +0200 |
commit | 36214fef9cc9846e70a0741d0742a60111954623 (patch) | |
tree | 68bdd00a984a8499a59de26a51ab00cabc8e6af5 | |
parent | 1430487d6dccc01f7e851ccec6b12e309c0d6d24 (diff) | |
download | nutyx-pakxe-36214fef9cc9846e70a0741d0742a60111954623.tar.gz nutyx-pakxe-36214fef9cc9846e70a0741d0742a60111954623.tar.bz2 nutyx-pakxe-36214fef9cc9846e70a0741d0742a60111954623.tar.xz nutyx-pakxe-36214fef9cc9846e70a0741d0742a60111954623.zip |
maj firefox#3.6.3-2, suppression de system libpng
-rw-r--r-- | extra/firefox/.footprint (renamed from test/firefox/.footprint) | 0 | ||||
-rw-r--r-- | extra/firefox/.md5sum (renamed from test/firefox/.md5sum) | 2 | ||||
-rw-r--r-- | extra/firefox/Pkgfile (renamed from test/firefox/Pkgfile) | 4 | ||||
-rw-r--r-- | extra/firefox/README (renamed from test/firefox/README) | 0 | ||||
-rw-r--r-- | extra/firefox/firefox.desktop (renamed from test/firefox/firefox.desktop) | 0 | ||||
-rw-r--r-- | extra/firefox/mozconfig (renamed from test/firefox/mozconfig) | 2 |
6 files changed, 4 insertions, 4 deletions
diff --git a/test/firefox/.footprint b/extra/firefox/.footprint index 71b685df4..71b685df4 100644 --- a/test/firefox/.footprint +++ b/extra/firefox/.footprint diff --git a/test/firefox/.md5sum b/extra/firefox/.md5sum index 8867ec0b8..f89ec55ac 100644 --- a/test/firefox/.md5sum +++ b/extra/firefox/.md5sum @@ -1,4 +1,4 @@ 5e4541ab23084b7b14ba228291ce2688 firefox-3.6.3.source.tar.bz2 68cf02788491c6e846729b2f2913bf79 firefox.desktop 658183e3e94959582c3bd382644692ea fr.xpi -f73df4409b6bba6e2a4787b9b09ee3ef mozconfig +0ce15c57ad95ec84d688188d1ac6e64a mozconfig diff --git a/test/firefox/Pkgfile b/extra/firefox/Pkgfile index 2c8f28bd9..e5094e2a9 100644 --- a/test/firefox/Pkgfile +++ b/extra/firefox/Pkgfile @@ -2,11 +2,11 @@ # URL: http://www.mozilla.com/firefox/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: alsa-lib, gtk, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib +# Depends on: alsa-lib, gtk, libpng12, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib name=firefox version=3.6.3 -release=1 +release=2 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2\ http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/linux-i686/xpi/fr.xpi\ mozconfig firefox.desktop) diff --git a/test/firefox/README b/extra/firefox/README index 7cf6cb16e..7cf6cb16e 100644 --- a/test/firefox/README +++ b/extra/firefox/README diff --git a/test/firefox/firefox.desktop b/extra/firefox/firefox.desktop index 2a4b6789b..2a4b6789b 100644 --- a/test/firefox/firefox.desktop +++ b/extra/firefox/firefox.desktop diff --git a/test/firefox/mozconfig b/extra/firefox/mozconfig index a18d1e7dc..8d59c4cd7 100644 --- a/test/firefox/mozconfig +++ b/extra/firefox/mozconfig @@ -13,7 +13,7 @@ ac_add_options --with-system-nss ac_add_options --with-system-nspr ac_add_options --with-system-jpeg ac_add_options --with-system-zlib -ac_add_options --with-system-png +# ac_add_options --with-system-png ac_add_options --with-system-mg ac_add_options --with-pthreads |