diff options
Diffstat (limited to 'abs/extra/community/firefox')
-rw-r--r-- | abs/extra/community/firefox/PKGBUILD | 57 | ||||
-rw-r--r-- | abs/extra/community/firefox/__changelog | 2 | ||||
-rw-r--r-- | abs/extra/community/firefox/browser-defaulturls.patch | 28 | ||||
-rw-r--r-- | abs/extra/community/firefox/firefox-agent.patch | 12 | ||||
-rw-r--r-- | abs/extra/community/firefox/firefox-safe.desktop | 11 | ||||
-rw-r--r-- | abs/extra/community/firefox/firefox-version.patch | 11 | ||||
-rw-r--r-- | abs/extra/community/firefox/firefox.desktop | 81 | ||||
-rw-r--r-- | abs/extra/community/firefox/firefox.install | 12 | ||||
-rw-r--r-- | abs/extra/community/firefox/mozconfig | 36 | ||||
-rw-r--r-- | abs/extra/community/firefox/mozilla-firefox-1.0-lang.patch | 12 | ||||
-rw-r--r-- | abs/extra/community/firefox/python2.7.patch | 11 |
11 files changed, 0 insertions, 273 deletions
diff --git a/abs/extra/community/firefox/PKGBUILD b/abs/extra/community/firefox/PKGBUILD deleted file mode 100644 index a450301..0000000 --- a/abs/extra/community/firefox/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# $Id: PKGBUILD 97212 2010-10-27 20:58:06Z ibiru $ -# Contributor: Jakub Schmidtke <sjakub@gmail.com> - -pkgname=firefox -pkgver=3.6.12 -pkgrel=1 -_xulver=1.9.2.12 -pkgdesc="Standalone web browser from mozilla.org" -arch=('i686' 'x86_64') -license=('MPL' 'GPL' 'LGPL') -depends=("xulrunner=${_xulver}" 'desktop-file-utils') -makedepends=('zip' 'pkg-config' 'diffutils' 'libgnomeui>=2.24.1' 'python2' 'wireless_tools' 'autoconf2.13') -install=firefox.install -url="http://www.mozilla.org/projects/firefox" -source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}.source.tar.bz2 - mozconfig - firefox.desktop - firefox-safe.desktop - mozilla-firefox-1.0-lang.patch - browser-defaulturls.patch - firefox-version.patch - firefox-agent.patch - python2.7.patch) -md5sums=('80f4d83f23a7c45fc3f1904964ea2a5a' - 'ca385167401b98ef7adc6529e4b53205' - 'ba96924ece1d77453e462429037a2ce5' - '6f38a5899034b7786cb1f75ad42032b8' - 'bd5db57c23c72a02a489592644f18995' - '1807651225b021e043154f8bba715a19' - '92c11c66dd69b03f214002fededd1fc8' - 'f437e94acff8f810991271ef4677d859' - 'ab3dc9aecae7f08b9492fb3c00a5fd28') - -build() { - cd "${srcdir}/mozilla-1.9.2" - patch -Np1 -i "${srcdir}/mozilla-firefox-1.0-lang.patch" - patch -Np1 -i "${srcdir}/browser-defaulturls.patch" - patch -Np1 -i "${srcdir}/firefox-version.patch" - patch -Np1 -i "${srcdir}/firefox-agent.patch" - patch -Np0 -i "${srcdir}/python2.7.patch" - - cp "${srcdir}/mozconfig" .mozconfig - unset CFLAGS - unset CXXFLAGS - - export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-3.6" - - make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" - make -j1 DESTDIR="${pkgdir}" install - - rm -f ${pkgdir}/usr/lib/firefox-3.6/libjemalloc.so - - install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps} - install -m644 ${srcdir}/mozilla-1.9.2/browser/branding/unofficial/default48.png ${pkgdir}/usr/share/pixmaps/firefox.png - install -m644 ${srcdir}/firefox.desktop ${pkgdir}/usr/share/applications/ - install -m644 ${srcdir}/firefox-safe.desktop ${pkgdir}/usr/share/applications/ -} diff --git a/abs/extra/community/firefox/__changelog b/abs/extra/community/firefox/__changelog deleted file mode 100644 index 46f7f96..0000000 --- a/abs/extra/community/firefox/__changelog +++ /dev/null @@ -1,2 +0,0 @@ -adjusted xulrunner version = 1.9.1.1 -fixed autoconf dependency typo 'autoconf2.13' -> autoconf>=2.13' diff --git a/abs/extra/community/firefox/browser-defaulturls.patch b/abs/extra/community/firefox/browser-defaulturls.patch deleted file mode 100644 index d3cdb47..0000000 --- a/abs/extra/community/firefox/browser-defaulturls.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -Nur mozilla-1.9.2.old//browser/branding/unofficial/locales/browserconfig.properties mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties ---- mozilla-1.9.2.old//browser/branding/unofficial/locales/browserconfig.properties 2010-04-14 01:21:35.000000000 +0300 -+++ mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties 2010-04-20 23:55:32.036959438 +0300 -@@ -1,3 +1,3 @@ - # Do NOT localize or otherwise change these values --browser.startup.homepage=http://www.mozilla.org/projects/namoroka/ -+browser.startup.homepage=http://www.google.com/firefox - -diff -Nur mozilla-1.9.2.old//browser/branding/unofficial/pref/firefox-branding.js mozilla-1.9.2/browser/branding/unofficial/pref/firefox-branding.js ---- mozilla-1.9.2.old//browser/branding/unofficial/pref/firefox-branding.js 2010-04-14 01:21:35.000000000 +0300 -+++ mozilla-1.9.2/browser/branding/unofficial/pref/firefox-branding.js 2010-04-20 23:55:01.290102941 +0300 -@@ -1,5 +1,5 @@ --pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/"); --pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/"); -+pref("startup.homepage_override_url","http://www.mozilla.com/%APP%/%VERSION%/whatsnew/"); -+pref("startup.homepage_welcome_url","http://www.mozilla.com/%APP%/%VERSION%/firstrun/"); - // The time interval between checks for a new version (in seconds) - // nightly=8 hours, official=24 hours - pref("app.update.interval", 28800); -@@ -14,7 +14,7 @@ - pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/"); - - // Release notes URL --pref("app.releaseNotesURL", "http://www.mozilla.org/projects/%APP%/%VERSION%/releasenotes/"); -+pref("app.releaseNotesURL", "http://www.mozilla.com/%APP%/%VERSION%/releasenotes/"); - - // Search codes belong only in builds with official branding - pref("browser.search.param.yahoo-fr", ""); diff --git a/abs/extra/community/firefox/firefox-agent.patch b/abs/extra/community/firefox/firefox-agent.patch deleted file mode 100644 index 299f327..0000000 --- a/abs/extra/community/firefox/firefox-agent.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur mozilla-1.9.2.orig/browser/app/profile/firefox.js mozilla-1.9.2/browser/app/profile/firefox.js ---- mozilla-1.9.2.orig/browser/app/profile/firefox.js 2010-04-14 01:21:35.000000000 +0300 -+++ mozilla-1.9.2/browser/app/profile/firefox.js 2010-04-21 00:16:59.673528609 +0300 -@@ -183,7 +183,7 @@ - - pref("general.useragent.locale", "@AB_CD@"); - pref("general.skins.selectedSkin", "classic/1.0"); --pref("general.useragent.extra.firefox", "@APP_UA_NAME@/@APP_VERSION@"); -+pref("general.useragent.extra.firefox", "Firefox/@APP_VERSION@"); - - pref("general.smoothScroll", false); - #ifdef UNIX_BUT_NOT_MAC diff --git a/abs/extra/community/firefox/firefox-safe.desktop b/abs/extra/community/firefox/firefox-safe.desktop deleted file mode 100644 index 1538fc6..0000000 --- a/abs/extra/community/firefox/firefox-safe.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Exec=firefox -safe-mode %u -Icon=firefox -Type=Application -Terminal=false -MultipleArgs=false -Name=Firefox - Safe Mode -GenericName=Web Browser - Safe Mode -StartupNotify=false -Categories=Network;WebBrowser; diff --git a/abs/extra/community/firefox/firefox-version.patch b/abs/extra/community/firefox/firefox-version.patch deleted file mode 100644 index a7f3740..0000000 --- a/abs/extra/community/firefox/firefox-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla-1.9.1/browser/installer/Makefile.in.ver 2009-07-18 13:32:35.000000000 +0200 -+++ mozilla-1.9.1/browser/installer/Makefile.in 2009-07-18 13:33:12.000000000 +0200 -@@ -43,6 +43,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+MOZ_APP_VERSION="3.6" -+ - NO_PKG_FILES = \ - $(MOZ_APP_NAME)-config \ - $(MOZ_APP_NAME)-bin.elf \ diff --git a/abs/extra/community/firefox/firefox.desktop b/abs/extra/community/firefox/firefox.desktop deleted file mode 100644 index d048ce4..0000000 --- a/abs/extra/community/firefox/firefox.desktop +++ /dev/null @@ -1,81 +0,0 @@ -[Desktop Entry] -Exec=firefox %u -Icon=firefox -Type=Application -Terminal=false -Name=Firefox -Name[bn]=ফায়ারফক্স3 -Name[eo]=Fajrovulpo3 -Name[fi]=Firefox3 -Name[pa]=ਫਾਇਰਫੋਕਸ3 -Name[tg]=Рӯбоҳи оташин3 -GenericName=Web Browser -GenericName[af]=Web Blaaier -GenericName[ar]=متصفح ويب -GenericName[az]=Veb Səyyahı -GenericName[bg]=Браузър -GenericName[bn]=ওয়েব ব্রাউজার -GenericName[br]=Furcher ar Gwiad -GenericName[bs]=WWW Preglednik -GenericName[ca]=Fullejador web -GenericName[cs]=WWW prohlížeč -GenericName[cy]=Porydd Gwe -GenericName[da]=Browser -GenericName[de]=Web-Browser -GenericName[el]=Περιηγητής Ιστού -GenericName[eo]=TTT-legilo -GenericName[es]=Navegador web -GenericName[et]=Veebilehitseja -GenericName[eu]=Web arakatzailea -GenericName[fa]=مرورگر وب -GenericName[fi]=WWW-selain -GenericName[fo]=Alnótsfar -GenericName[fr]=Navigateur web -GenericName[gl]=Navegador Web -GenericName[he]=דפדפן אינטרנט -GenericName[hi]=वेब ब्राउज़र -GenericName[hr]=Web preglednik -GenericName[hu]=Webböngésző -GenericName[is]=Vafri -GenericName[it]=Browser Web -GenericName[ja]=ウェブブラウザ -GenericName[ko]=웹 브라우저 -GenericName[lo]=ເວັບບຣາວເຊີ -GenericName[lt]=Žiniatinklio naršyklė -GenericName[lv]=Web Pārlūks -GenericName[mk]=Прелистувач на Интернет -GenericName[mn]=Веб-Хөтөч -GenericName[nb]=Nettleser -GenericName[nds]=Nettkieker -GenericName[nl]=Webbrowser -GenericName[nn]=Nettlesar -GenericName[nso]=Seinyakisi sa Web -GenericName[pa]=ਵੈਬ ਝਲਕਾਰਾ -GenericName[pl]=Przeglądarka WWW -GenericName[pt]=Navegador Web -GenericName[pt_BR]=Navegador Web -GenericName[ro]=Navigator de web -GenericName[ru]=Веб-браузер -GenericName[se]=Fierpmádatlogan -GenericName[sk]=Webový prehliadač -GenericName[sl]=Spletni brskalnik -GenericName[sr]=Веб претраживач -GenericName[sr@Latn]=Veb pretraživač -GenericName[ss]=Ibrawuza yeWeb -GenericName[sv]=Webbläsare -GenericName[ta]=வலை உலாவி -GenericName[tg]=Тафсиргари вэб -GenericName[th]=เว็บบราวเซอร์ -GenericName[tr]=Web Tarayıcı -GenericName[uk]=Навігатор Тенет -GenericName[uz]=Веб-браузер -GenericName[ven]=Buronza ya Webu -GenericName[vi]=Trình duyệt Web -GenericName[wa]=Betchteu waibe -GenericName[xh]=Umkhangeli zincwadi we Web -GenericName[zh_CN]=网页浏览器 -GenericName[zh_TW]=網頁瀏覽器 -GenericName[zu]=Umcingi we-Web -MimeType=text/html; -StartupNotify=true -Categories=Network;WebBrowser; diff --git a/abs/extra/community/firefox/firefox.install b/abs/extra/community/firefox/firefox.install deleted file mode 100644 index 7463b6e..0000000 --- a/abs/extra/community/firefox/firefox.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - update-desktop-database -q -} - diff --git a/abs/extra/community/firefox/mozconfig b/abs/extra/community/firefox/mozconfig deleted file mode 100644 index 68db641..0000000 --- a/abs/extra/community/firefox/mozconfig +++ /dev/null @@ -1,36 +0,0 @@ -. $topsrcdir/browser/config/mozconfig - -ac_add_options --prefix=/usr -ac_add_options --libdir=/usr/lib -ac_add_options --with-system-nspr -ac_add_options --with-system-nss -ac_add_options --with-system-jpeg -ac_add_options --with-system-zlib -ac_add_options --with-system-png -ac_add_options --with-pthreads -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --enable-optimize -ac_add_options --disable-installer -ac_add_options --enable-xinerama -ac_add_options --enable-default-toolkit=cairo-gtk2 -ac_add_options --disable-xprint -ac_add_options --enable-strip -ac_add_options --enable-pango -#ac_add_options --enable-system-cairo -ac_add_options --enable-svg -ac_add_options --enable-canvas -ac_add_options --enable-startup-notification -ac_add_options --enable-libxul -ac_add_options --disable-crashreporter -ac_add_options --disable-updater -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2 -ac_add_options --enable-safe-browsing -ac_add_options --with-branding=browser/branding/unofficial - -export BUILD_OFFICIAL=1 -export MOZILLA_OFFICIAL=1 -export USE_SHORT_LIBNAME=1 -mk_add_options BUILD_OFFICIAL=1 -mk_add_options MOZILLA_OFFICIAL=1 -mk_add_options USE_SHORT_LIBNAME=1 diff --git a/abs/extra/community/firefox/mozilla-firefox-1.0-lang.patch b/abs/extra/community/firefox/mozilla-firefox-1.0-lang.patch deleted file mode 100644 index f0f7325..0000000 --- a/abs/extra/community/firefox/mozilla-firefox-1.0-lang.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- mozilla/browser/app/profile/firefox.js.lang 2005-01-13 15:32:03.509282726 +0100 -+++ mozilla/browser/app/profile/firefox.js 2005-01-13 15:33:40.220914789 +0100 -@@ -253,6 +253,9 @@ - pref("font.language.group", "chrome://global/locale/intl.properties"); - pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties"); - -+// Use LANG environment variable to choose locale -+pref("intl.locale.matchOS", true); -+ - // 0=lines, 1=pages, 2=history , 3=text size - pref("mousewheel.withcontrolkey.action",3); - pref("mousewheel.withshiftkey.action",2); diff --git a/abs/extra/community/firefox/python2.7.patch b/abs/extra/community/firefox/python2.7.patch deleted file mode 100644 index 05a3e91..0000000 --- a/abs/extra/community/firefox/python2.7.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in 2010-10-12 10:44:37.000000000 -0700 -+++ configure.in~ 2010-10-19 09:51:49.660019364 -0700 -@@ -811,7 +811,7 @@ - AC_MSG_RESULT([yes]) - fi - --MOZ_PATH_PROGS(PYTHON, $PYTHON python2.5 python2.4 python) -+MOZ_PATH_PROGS(PYTHON, $PYTHON python2.7 python2.5 python2.4 python) - if test -z "$PYTHON"; then - AC_MSG_ERROR([python was not found in \$PATH]) - fi |