summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-09-16 15:31:16 +0200
committersibel <lesibel at free dot fr>2010-09-16 15:31:16 +0200
commit4446cb64058259dc1e3d767416c315bd9d6da8c6 (patch)
tree768ae8213559700a0323d7a97ea84372e3573663
parent085e46c0d6ff32ee3d8fcdfa89c9dc7ece81f0e4 (diff)
downloadnutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.tar.gz
nutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.tar.bz2
nutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.tar.xz
nutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.zip
maj de minefield#3.6.10-1
-rw-r--r--extra/minefield/.footprint2
-rw-r--r--extra/minefield/.md5sum6
-rw-r--r--extra/minefield/Pkgfile11
-rw-r--r--extra/minefield/minefield.desktop2
-rw-r--r--extra/minefield/mozconfig4
5 files changed, 13 insertions, 12 deletions
diff --git a/extra/minefield/.footprint b/extra/minefield/.footprint
index 9771180eb..7db133ce1 100644
--- a/extra/minefield/.footprint
+++ b/extra/minefield/.footprint
@@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-lrwxrwxrwx root/root usr/bin/firefox -> /usr/lib/firefox/firefox
+lrwxrwxrwx root/root usr/bin/minefield -> /usr/lib/firefox/firefox
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/gtkmozembed_glue.cpp
diff --git a/extra/minefield/.md5sum b/extra/minefield/.md5sum
index 2ae8b7404..14bc5929b 100644
--- a/extra/minefield/.md5sum
+++ b/extra/minefield/.md5sum
@@ -1,4 +1,4 @@
-0ee5f14fd8be07513d16131027ebcb61 firefox-3.6.8.source.tar.bz2
+59ee60ddfd8b33e99a24788d3b12adb3 firefox-3.6.10.source.tar.bz2
658183e3e94959582c3bd382644692ea fr.xpi
-8481f80944ce6c2ace3cb2b7e6850c15 minefield.desktop
-0ce15c57ad95ec84d688188d1ac6e64a mozconfig
+790ea89a2d10965018c7d408049869dc minefield.desktop
+2138f6244a5c8ccab3bc3c7dfe4837e9 mozconfig
diff --git a/extra/minefield/Pkgfile b/extra/minefield/Pkgfile
index 39b78aec4..6a30d332d 100644
--- a/extra/minefield/Pkgfile
+++ b/extra/minefield/Pkgfile
@@ -2,12 +2,13 @@
# 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: desktop-file-utils, alsa-lib, gtk, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib, libgnomeui
+
name=minefield
_name=firefox
-version=3.6.8
-release=2
+version=3.6.10
+release=1
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 $name.desktop)
@@ -32,7 +33,7 @@ build() {
$PKG/usr/include/firefox
cp -rL dist/bin/* $PKG$MOZILLA_FIVE_HOME
- ln -s /usr/lib/firefox/firefox $PKG/usr/bin/firefox
+ ln -s /usr/lib/firefox/firefox $PKG/usr/bin/$name
# devel stuff
cp -frL dist/idl/* $PKG/usr/share/idl/firefox/
@@ -55,4 +56,4 @@ build() {
find $PKG/usr/include/firefox -name "*.h" -delete
find $PKG/usr/include/firefox -type d -empty -delete
}
-
+
diff --git a/extra/minefield/minefield.desktop b/extra/minefield/minefield.desktop
index fbc468b1b..98f3a10f2 100644
--- a/extra/minefield/minefield.desktop
+++ b/extra/minefield/minefield.desktop
@@ -5,7 +5,7 @@ Icon=minefield
Type=Application
Terminal=false
MultipleArgs=false
-Name=Firefox
+Name=Minefield
Name[bn]=ফায়ারফক্স3
Name[eo]=Fajrovulpo3
Name[fi]=Firefox3
diff --git a/extra/minefield/mozconfig b/extra/minefield/mozconfig
index 8d59c4cd7..7ffc3497b 100644
--- a/extra/minefield/mozconfig
+++ b/extra/minefield/mozconfig
@@ -2,7 +2,7 @@
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared
# parallel build
-mk_add_options MOZ_MAKE_FLAGS=-j2
+# mk_add_options MOZ_MAKE_FLAGS=-j2
# grab the defaults from the firefox tarball
. $topsrcdir/browser/config/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