summaryrefslogtreecommitdiffstats
path: root/firefox-nightly
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-nightly')
-rw-r--r--firefox-nightly/ChangeLog35
-rw-r--r--firefox-nightly/PKGBUILD35
-rw-r--r--firefox-nightly/README5
-rw-r--r--firefox-nightly/firefox-nightly-safe.desktop12
-rw-r--r--firefox-nightly/firefox-nightly.desktop12
5 files changed, 0 insertions, 99 deletions
diff --git a/firefox-nightly/ChangeLog b/firefox-nightly/ChangeLog
deleted file mode 100644
index 74ab85e..0000000
--- a/firefox-nightly/ChangeLog
+++ /dev/null
@@ -1,35 +0,0 @@
-firefox-nightly 3.7a2pre-1
- + New version
-
-firefox-nightly 3.7a1pre-2
- + Fixed wrong url, thanks to kumyco
-
-firefox-nightly 3.7a1pre-1
- + Version bump
-
-firefox-nightly 3.6a2pre-1
- + Version bump
-
-firefox-nightly 3.6a1pre-1
- + Version bump
-
-firefox-nightly 3.2a1pre-1
- + Version bump
- + Both x86 and x86_64 pkgs download from latest-trunk dir
-
-firefox-nightly 3.1b2pre-1
- + Change installation directory to /opt/firefox-$pkgver
-
-firefox-nightly 3.1b2.20081109-1
- + Update to nightly build 2008-11-09
-
-firefox-nightly 3.1b2.2008110202-1
- + Update to nightly build 2008-11-02-02
-
-firefox-nightly 3.1b2_20081020-1
- + Update to nightly build 2008-10-20 (Lastest versions are buggy)
- + Add firefox md5sums
-
-firefox-nightly 3.1b2-2
- + Remove IM error fix (Tested with new builds)
- + Change installation directory to /opt/mozilla/firefox-$pkgver
diff --git a/firefox-nightly/PKGBUILD b/firefox-nightly/PKGBUILD
deleted file mode 100644
index e42c0fb..0000000
--- a/firefox-nightly/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer: Cedric MATHIEU <me.xenom @ gmail.com>
-# Contributor : Det <nimetonmaili @ gmail.com>
-# Contributor: coderoar <coderoar @ gmail.com>
-
-pkgname=firefox-nightly
-pkgdesc='Standalone web browser from mozilla.org, nightly build'
-url='http://www.mozilla.org/projects/firefox'
-pkgrel=$(date +%Y_%m_%d_%T)
-pkgver=9.0a1
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-source=('firefox-nightly.desktop' 'firefox-nightly-safe.desktop')
-sha1sums=('6880230bc487bd65c5da43c19498f4520793e27b' '7faa96301d1c3d7772da859b96b3420cb0f34bb3')
-depends=('desktop-file-utils' 'libxt' 'mime-types' 'nss' 'shared-mime-info')
-
-package() {
- FX_SRC="firefox-${pkgver}.en-US.linux-${CARCH}.tar.bz2"
- FX_SRC_URI="http://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/${FX_SRC}"
-
- msg "Downloading..."
- wget -N ${FX_SRC_URI}
- msg "Extracting..."
- bsdtar -x -f ${FX_SRC}
- msg "Packaging..."
-
-# uncomment this line to remove these
-# rm -rf firefox/{extensions,plugins,searchplugins}
-
- mkdir -p "${pkgdir}"/{usr/{bin,share/{applications,pixmaps}},opt}
- cp -r firefox "${pkgdir}/opt/firefox-${pkgver}"
-
- ln -s /opt/firefox-${pkgver}/firefox "${pkgdir}/usr/bin/firefox-nightly"
- install -m644 "${srcdir}"/{firefox-nightly.desktop,firefox-nightly-safe.desktop} "${pkgdir}/usr/share/applications/"
- install -m644 "${srcdir}/firefox/icons/mozicon128.png" "${pkgdir}/usr/share/pixmaps/${pkgname}-icon.png"
-}
diff --git a/firefox-nightly/README b/firefox-nightly/README
deleted file mode 100644
index 36da254..0000000
--- a/firefox-nightly/README
+++ /dev/null
@@ -1,5 +0,0 @@
-This package contains precompiled binaries of Firefox. These are
-NIGHTLY BUILDS. They are completely untested. We don't even know if
-they start up without crashing.
- + It will be installed mainly in /opt/mozilla/firefox-$pkgver, and you can execute 'firefox-nightly' to run it
- + Maybe it won't work with 64-bit Input Method modules, such as SCIM and iBus. See http://bbs.archlinux.org/viewtopic.php?id=19387 for details.
diff --git a/firefox-nightly/firefox-nightly-safe.desktop b/firefox-nightly/firefox-nightly-safe.desktop
deleted file mode 100644
index 34d98e6..0000000
--- a/firefox-nightly/firefox-nightly-safe.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Name=Minefield - Safe Mode
-GenericName=Web Browser - Safe Mode
-Icon=firefox-nightly-icon
-Type=Application
-Categories=Application;Network;
-MimeType=text/html
-Encoding=UTF-8
-Exec=firefox-nightly -safe-mode %u
-Terminal=false
-MultipleArgs=false
-StartupNotify=false
diff --git a/firefox-nightly/firefox-nightly.desktop b/firefox-nightly/firefox-nightly.desktop
deleted file mode 100644
index e1545c6..0000000
--- a/firefox-nightly/firefox-nightly.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Name=Minefield
-GenericName=Web Browser
-Icon=firefox-nightly-icon
-Type=Application
-Categories=Application;Network;
-MimeType=text/html
-Encoding=UTF-8
-Exec=firefox-nightly %u
-Terminal=false
-MultipleArgs=false
-StartupNotify=false