summaryrefslogtreecommitdiff
path: root/libre/icecat/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icecat/PKGBUILD')
-rw-r--r--libre/icecat/PKGBUILD130
1 files changed, 130 insertions, 0 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
new file mode 100644
index 000000000..9ab8d6c71
--- /dev/null
+++ b/libre/icecat/PKGBUILD
@@ -0,0 +1,130 @@
+# Maintainer: Figue <ffigue at gmail>
+# Contributor: Figue <ffigue at gmail>
+# Contributor (Parabola): fauno <fauno@kiwwwi.com.ar>
+# Contributor (Parabola): vando <facundo@esdebian.org>
+# Thank you very much to the older contributors:
+# Contributor: evr <evanroman at gmail>
+# Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com>
+
+# Changelog
+# =6.0
+# * Build with PGO support
+# =3.6.13
+# * Installed Privacy Extension by default
+# * DDG is now the default search engine
+# =3.6.9
+# * Added libnotify as required by configure
+# =3.6.7
+# * Added duckduckgo.com secure search engine
+# =3.6.4
+# * Disabled SafeBrowsing until we find a non-google alternative (25/6/10)
+# * Disabled ContentHandlers and other Google/Yahoo! related services
+
+pkgname=icecat
+pkgver=7.0.1
+pkgrel=1
+pkgdesc="GNU version of the Firefox browser. SafeBrowsing and other Google services disabled!"
+arch=('i686' 'x86_64' 'mips64el')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
+makedepends=('p7zip-libre' 'zip' 'pkg-config' 'diffutils' 'python2-libre' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb')
+options=(!buildflags !distcc)
+url="http://www.gnu.org/software/gnuzilla/"
+install=icecat.install
+source=(ftp://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${pkgver}.tar.xz
+ mozconfig
+ icecat.desktop
+ icecat-safe.desktop
+ mozilla-firefox-1.0-lang.patch
+ firefox-version.patch
+# Search engines
+ internet-archive.xml
+ jamendo-en.xml
+ logless-search.xml
+ scroogle-ssl-english.xml
+ yacy.xml
+ duck-duck-go-ssl.xml
+ duck-duck-go-lite.xml
+ Makefile.in
+# Default options
+ firefox.js
+ region.properties)
+md5sums=('eb20dad67baeb5e71c5cfe469dbba378'
+ '927c3ac9ad0ba682e0ec9b66ed8cc4d3'
+ 'e81ad01dbc16ba28bf92ba4b7c309ca7'
+ 'd93fe402b87cd000a869e1fd6badc6c9'
+ 'bd5db57c23c72a02a489592644f18995'
+ 'ff4654144499faf630271cddc2261b7c'
+ '462c68585461f8cdc23c93c46f6ee4cf'
+ '2d492295c4308f9bba9ece28d8b3af2d'
+ '937ac0e5392b060d93bd33e761fbfa51'
+ 'cf97082e77e3ef5f1bd74b1db9329965'
+ '24528ca3f7f1e1a0ba735231aa3ac1de'
+ 'c5f00b6b24222aacd5a749d1f59c4d24'
+ 'e1bda0854de7d764f7401c81bb82b5ef'
+ 'ff83f1796ee13d3aec494649491d93cc'
+ '9952048383966926eea6d67384102425'
+ 'f1c76e7e244257856a386ca2de69bdf0')
+
+build() {
+ ICECATDIR="/usr/lib/${pkgname}-${pkgver}" && export ICECATDIR
+
+ cd "${srcdir}/${pkgname}-${pkgver}/"
+ #patch -Np1 -i "${srcdir}/mozilla-firefox-1.0-lang.patch"
+
+# Solve missing reporter locales and preprocessor.pl
+# cp --remove-destination ${srcdir}/Makefile.in ./browser/locales/
+
+# Default prefs, remove Google stuff
+ cp --remove-destination ${srcdir}/region.properties ./browser/locales/en-US/chrome/browser-region/
+ cp --remove-destination ${srcdir}/firefox.js ./browser/app/profile/
+
+ cp "$srcdir/mozconfig" .mozconfig
+ #patch -Np1 -i "$srcdir/mozilla-firefox-1.0-lang.patch"
+ #patch -Np1 -i "$srcdir/firefox-version.patch"
+
+ # Fix PRE_RELEASE_SUFFIX
+ sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
+ browser/base/Makefile.in
+
+ export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/icecat-7.0"
+ export PYTHON="/usr/bin/python2"
+
+ LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 &
+ LD_PRELOAD="" DISPLAY=:99 make -j1 -f client.mk profiledbuild MOZ_MAKE_FLAGS="$MAKEFLAGS"
+ kill $! || true
+}
+
+package() {
+ ICECATDIR="/usr/lib/${pkgname}-${pkgver}" && export ICECATDIR
+
+ cd "${srcdir}/${pkgname}-${pkgver}/"
+ make -j1 -f client.mk DESTDIR="$pkgdir" install
+
+ msg2 "Finishing..."
+ install -m755 -d ${pkgdir}/usr/share/applications
+ install -m755 -d ${pkgdir}/usr/share/pixmaps
+ install -m644 ${srcdir}/${pkgname}-${pkgver}/browser/branding/unofficial/default48.png ${pkgdir}/usr/share/pixmaps/icecat.png
+ install -m644 ${srcdir}/icecat.desktop ${pkgdir}/usr/share/applications/
+ install -m644 ${srcdir}/icecat-safe.desktop ${pkgdir}/usr/share/applications/
+
+ cd ${pkgdir}/usr/lib
+ ln -s ${ICECATDIR} icecat
+
+ rm -rf "$pkgdir"/usr/lib/icecat-7.0/{dictionaries,hyphenation}
+ ln -sf /usr/share/hunspell "$pkgdir/usr/lib/icecat-7.0/dictionaries"
+ ln -sf /usr/share/hyphen "$pkgdir/usr/lib/icecat-7.0/hyphenation"
+
+ # We don't want the development stuff
+ rm -r "$pkgdir"/usr/{include,lib/icecat-devel-$pkgver,share/idl}
+
+ #workaround for now
+ #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
+ ln -sf /usr/lib/icecat-7.0/icecat-bin "$pkgdir/usr/lib/icecat-7.0/icecat"
+
+ msg2 "Removing proprietary and anti-privacy search engines"
+ rm -f ${pkgdir}${ICECATDIR}/searchplugins/{google,answers,amazondotcom,eBay,yahoo,bing}.xml
+ msg2 "And provide better ones..."
+ install -m755 -d ${pkgdir}${ICECATDIR}/searchplugins/
+ install -m644 ${srcdir}/*.xml ${pkgdir}${ICECATDIR}/searchplugins/
+}