[icecat] New package (bz#1049493).

Antonio Trande sagitter at fedoraproject.org
Fri Aug 29 19:18:25 UTC 2014


commit a7fb410408cdee52abb634036a3a16a7c287cf4a
Author: sagitter <anto.trande at gmail.com>
Date:   Fri Aug 29 21:18:16 2014 +0200

    New package (bz#1049493).

 .gitignore                       |    3 +
 icecat-24-about-dialog.patch     |   39 +++
 icecat-APNG-errorfix.patch       |   13 +
 icecat-disable-neon.patch        |   39 +++
 icecat-freetype-reference.patch  |   24 ++
 icecat-freetype2-headers.patch   |   72 +++++
 icecat-mozconfig                 |   76 +++++
 icecat-noHTTP-RP.patch           |   15 +
 icecat-nsPNGDecoder-fix.patch    |   26 ++
 icecat-populate-virtualenv.patch |   13 +
 icecat.1                         |  103 +++++++
 icecat.desktop                   |   52 ++++
 icecat.png                       |  Bin 0 -> 181551 bytes
 icecat.spec                      |  562 ++++++++++++++++++++++++++++++++++++++
 sources                          |    3 +
 15 files changed, 1040 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..626b3a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/icecat-24.0.tar.gz
+/icecat-COPYING-licensefiles.tar.gz
+/icecat-langpacks.tar.gz
diff --git a/icecat-24-about-dialog.patch b/icecat-24-about-dialog.patch
new file mode 100644
index 0000000..ae4dad9
--- /dev/null
+++ b/icecat-24-about-dialog.patch
@@ -0,0 +1,39 @@
+--- browser/locales/en-US/chrome/browser/aboutDialog.dtd.orig	2013-11-03 21:02:28.158009829 +0100
++++ browser/locales/en-US/chrome/browser/aboutDialog.dtd	2013-11-03 21:14:11.369041222 +0100
+@@ -9,10 +9,27 @@
+ <!-- LOCALIZATION NOTE (warningDesc.telemetryDesc): This is a notification that Nightly/Aurora builds automatically send Telemetry data back to Mozilla. It is only shown in those versions. "It" refers to brandShortName. -->
+ <!ENTITY warningDesc.telemetryDesc  "It automatically sends information about performance, hardware, usage and customizations back to &vendorShortName; to help make &brandShortName; better.">
+ 
++<!-- LOCALIZATION NOTE (community.exp.*) This paragraph is shown in "experimental" builds, i.e. Nightly and Aurora builds, instead of the other "community.*" strings below. -->
++<!ENTITY community.exp.start        "">
++<!-- LOCALIZATION NOTE (community.exp.mozillaLink): This is a link title that links to http://www.mozilla.org/. -->
++<!ENTITY community.exp.mozillaLink  "&vendorShortName;">
++<!ENTITY community.exp.middle       " is a ">
++<!-- LOCALIZATION NOTE (community.exp.creditslink): This is a link title that links to about:credits. -->
++<!ENTITY community.exp.creditsLink  "global community">
++<!ENTITY community.exp.end          " working together to keep the Web open, public and accessible to all.">
++
+ <!ENTITY community.start2           "GNU IceCat is part of the GNU project. It is made by applying changes to ">
+ <!-- LOCALIZATION NOTE (community.mozillaLink): This is a link title that links to http://www.mozilla.org/. -->
+ <!ENTITY community.mozillaLink      "Mozilla Firefox.">
++<!ENTITY community.middle2          ", a ">
++<!-- LOCALIZATION NOTE (community.creditsLink): This is a link title that links to about:credits. -->
++<!ENTITY community.creditsLink      "global community">
++<!ENTITY community.end3             " working together to keep the Web open, public and accessible to all.">
+ 
++<!ENTITY contribute.start           "Sound interesting? ">
++<!-- LOCALIZATION NOTE (contribute.getInvolvedLink): This is a link title that links to http://www.mozilla.org/contribute/. -->
++<!ENTITY contribute.getInvolvedLink "Get involved!">
++<!ENTITY contribute.end             "">
+ 
+ <!-- LOCALIZATION NOTE (bottomLinks.license): This is a link title that links to about:license. -->
+ <!ENTITY bottomLinks.license        "Licensing Information">
+@@ -20,7 +37,7 @@
+ <!-- LOCALIZATION NOTE (bottomLinks.rights): This is a link title that links to about:rights. -->
+ <!ENTITY bottomLinks.rights         "End-User Rights">
+ 
+-<!-- LOCALIZATION NOTE (bottomLinks.privacy): This is a link title that links to http://www.mozilla.com/legal/privacy/. -->
++<!-- LOCALIZATION NOTE (bottomLinks.privacy): This is a link title that links to https://www.mozilla.org/legal/privacy/. -->
+ <!ENTITY bottomLinks.privacy        "Privacy Policy">
+ 
+ <!-- LOCALIZATION NOTE (update.checkingForUpdates): try to make the localized text short (see bug 596813 for screenshots). -->
diff --git a/icecat-APNG-errorfix.patch b/icecat-APNG-errorfix.patch
new file mode 100644
index 0000000..2c25fdc
--- /dev/null
+++ b/icecat-APNG-errorfix.patch
@@ -0,0 +1,13 @@
+--- configure.orig.in	2013-10-16 04:14:45.000000000 +0200
++++ configure.in	2014-01-27 17:49:43.868661671 +0100
+@@ -4081,7 +4081,7 @@
+     AC_CHECK_LIB(png, png_get_valid, [MOZ_NATIVE_PNG=1 MOZ_PNG_LIBS="-lpng"],
+                  AC_MSG_ERROR([--with-system-png requested but no working libpng found]))
+     AC_CHECK_LIB(png, png_get_acTL, ,
+-                 AC_MSG_ERROR([--with-system-png won't work because the system's libpng doesn't have APNG support]))
++                 AC_MSG_RESULT([--with-system-png won't work because the system's libpng doesn't have APNG support]))
+ fi
+ if test "$MOZ_NATIVE_PNG" = 1; then
+     AC_TRY_COMPILE([ #include <stdio.h>
+
+
diff --git a/icecat-disable-neon.patch b/icecat-disable-neon.patch
new file mode 100644
index 0000000..94b3e22
--- /dev/null
+++ b/icecat-disable-neon.patch
@@ -0,0 +1,39 @@
+--- b/gfx/ycbcr/ycbcr_to_rgb565.cpp	2011-11-04 21:33:59.000000000 +0000
++++ a/gfx/ycbcr/ycbcr_to_rgb565.cpp	2012-01-18 10:28:15.216874884 +0000
+@@ -508,7 +508,7 @@
+       source_uv_yoffs_q16 += 1<<(15+y_shift);
+       if (yuv_type != YV24) {
+         scale_row =
+-#  if defined(MOZILLA_MAY_SUPPORT_NEON)
++#  if !defined(MOZILLA_MAY_SUPPORT_NEON)
+          supports_neon() ? ScaleYCbCr42xToRGB565_BilinearY_Row_NEON :
+ #  endif
+          ScaleYCbCr42xToRGB565_BilinearY_Row_C;
+@@ -580,7 +580,7 @@
+   // Very fast.
+   if (width <= 0 || height <= 0)
+     return true;
+-#  if defined(MOZILLA_MAY_SUPPORT_NEON)
++#  if !defined(MOZILLA_MAY_SUPPORT_NEON)
+   if (filter != FILTER_NONE) {
+     int source_dx_q16;
+     int source_dy_q16;
+@@ -647,7 +647,7 @@
+   int y_shift;
+   x_shift = yuv_type != YV24;
+   y_shift = yuv_type == YV12;
+-#  ifdef MOZILLA_MAY_SUPPORT_NEON
++#  ifndef MOZILLA_MAY_SUPPORT_NEON
+   if (yuv_type != YV24 && supports_neon())
+   {
+     for (int i = 0; i < pic_height; i++) {
+@@ -688,7 +688,7 @@
+                                          int pic_height,
+                                          YUVType yuv_type)
+ {
+-#  if defined(MOZILLA_MAY_SUPPORT_NEON)
++#  if !defined(MOZILLA_MAY_SUPPORT_NEON)
+   return (yuv_type != YV24 && supports_neon());
+ #  else
+   return false;
+
diff --git a/icecat-freetype-reference.patch b/icecat-freetype-reference.patch
new file mode 100644
index 0000000..1449220
--- /dev/null
+++ b/icecat-freetype-reference.patch
@@ -0,0 +1,24 @@
+--- gfx/thebes/Makefile.orig.in	2013-10-16 04:14:45.000000000 +0200
++++ gfx/thebes/Makefile.in	2014-03-26 17:59:19.863457419 +0100
+@@ -7,6 +7,8 @@
+ srcdir		= @srcdir@
+ VPATH		= @srcdir@
+ 
++MOZ_FREETYPE_CFLAGS='-I$(INCLUDE)/freetype2'
++
+ include $(DEPTH)/config/autoconf.mk
+ 
+ LIBRARY_NAME	= thebes
+@@ -77,8 +79,8 @@
+ 
+ DEFINES := $(filter-out -DUNICODE,$(DEFINES))
+ 
+-CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS)
+-CFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS)
++CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS) $(MOZ_FREETYPE_CFLAGS)
++CFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS) $(MOZ_FREETYPE_CFLAGS)
+ 
+ ifeq ($(MOZ_WIDGET_TOOLKIT),android)
+ CXXFLAGS += $(CAIRO_FT_CFLAGS)
+
+
diff --git a/icecat-freetype2-headers.patch b/icecat-freetype2-headers.patch
new file mode 100644
index 0000000..a85f1fa
--- /dev/null
+++ b/icecat-freetype2-headers.patch
@@ -0,0 +1,72 @@
+--- config/system-headers.orig	2013-10-16 04:14:45.000000000 +0200
++++ config/system-headers	2014-07-16 15:43:54.953097963 +0200
+@@ -400,19 +400,19 @@
+ fpieee.h
+ frame/log.h
+ frame/req.h
+-freetype/freetype.h
+-freetype/ftcache.h
+-freetype/ftglyph.h
+-freetype/ftsynth.h
+-freetype/ftoutln.h
+-freetype/ttnameid.h
+-freetype/tttables.h
+-freetype/t1tables.h
+-freetype/ftlcdfil.h
+-freetype/ftsizes.h
+-freetype/ftadvanc.h
+-freetype/ftbitmap.h
+-freetype/ftxf86.h
++freetype.h
++ftcache.h
++ftglyph.h
++ftsynth.h
++ftoutln.h
++ttnameid.h
++tttables.h
++t1tables.h
++ftlcdfil.h
++ftsizes.h
++ftadvanc.h
++ftbitmap.h
++ftxf86.h
+ fribidi/fribidi.h
+ FSp_fopen.h
+ fstream
+
+--- js/src/config/system-headers.orig	2013-10-16 04:14:45.000000000 +0200
++++ js/src/config/system-headers	2014-07-17 18:04:54.046883626 +0200
+@@ -400,19 +400,19 @@
+ fpieee.h
+ frame/log.h
+ frame/req.h
+-freetype/freetype.h
+-freetype/ftcache.h
+-freetype/ftglyph.h
+-freetype/ftsynth.h
+-freetype/ftoutln.h
+-freetype/ttnameid.h
+-freetype/tttables.h
+-freetype/t1tables.h
+-freetype/ftlcdfil.h
+-freetype/ftsizes.h
+-freetype/ftadvanc.h
+-freetype/ftbitmap.h
+-freetype/ftxf86.h
++freetype.h
++ftcache.h
++ftglyph.h
++ftsynth.h
++ftoutln.h
++ttnameid.h
++tttables.h
++t1tables.h
++ftlcdfil.h
++ftsizes.h
++ftadvanc.h
++ftbitmap.h
++ftxf86.h
+ fribidi/fribidi.h
+ FSp_fopen.h
+ fstream
+
diff --git a/icecat-mozconfig b/icecat-mozconfig
new file mode 100644
index 0000000..f5aab28
--- /dev/null
+++ b/icecat-mozconfig
@@ -0,0 +1,76 @@
+export MOZ_PHOENIX=1
+mk_add_options MOZ_PHOENIX=1
+# faster compiling
+mk_add_options MOZ_MAKE_FLAGS=-j1
+
+ac_add_options --disable-necko-wifi
+ac_add_options --disable-webspeech
+ac_add_options --disable-webrtc
+ac_add_options --disable-debug-symbols
+ac_add_options --with-system-nss
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-zlib
+ac_add_options --with-system-libvpx
+ac_add_options --with-system-libevent
+ac_add_options --with-system-ply
+ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-ffi
+ac_add_options --with-system-png
+ac_add_options --enable-xinerama
+
+ac_add_options --prefix=/usr
+
+ac_add_options --disable-accessibility
+ac_add_options --disable-calendar
+ac_add_options --disable-chatzilla
+ac_add_options --disable-composer
+ac_add_options --disable-crashreporter
+ac_add_options --disable-debug
+ac_add_options --disable-elf-dynstr-gc
+ac_add_options --disable-installer
+ac_add_options --disable-ipc
+ac_add_options --disable-ldap
+ac_add_options --disable-mailnews
+ac_add_options --disable-mochitest 
+ac_add_options --disable-negotiateauth
+ac_add_options --disable-official-branding
+ac_add_options --disable-profilesharing
+ac_add_options --enable-system-cairo 
+ac_add_options --disable-tests
+ac_add_options --disable-skia
+ac_add_options --disable-toolkit-qt
+ac_add_options --disable-updater
+ac_add_options --disable-xprint
+ac_add_options --disable-websms
+ac_add_options --enable-webm
+ac_add_options --enable-ogg
+ac_add_options --enable-opus
+
+ac_add_options --enable-crypto
+ac_add_options --enable-default-toolkit=cairo-gtk2
+ac_add_options --enable-extensions="default spellcheck"
+ac_add_options --enable-freetype2
+ac_add_options --enable-pango
+ac_add_options --enable-strip
+ac_add_options --enable-svg
+ac_add_options --enable-svg-renderer=cairo
+ac_add_options --enable-toolkit-cairo-gtk2
+ac_add_options --enable-xft
+ac_add_options --enable-printing
+ac_add_options --enable-gstreamer
+ac_add_options --enable-pulseaudio
+
+ac_add_options --with-pthreads
+ac_add_options --with-branding=browser/branding/unofficial
+ac_add_options --with-distribution-id=org.gnu.gnuzilla
+
+ac_add_options --with-user-appdir=.mozilla
+# since with-user-appdir with .gnuzilla doesn't do the trick, 
+# use app-basename instead
+ac_add_options --with-app-basename=icecat
+
+# this was to prevent other system-installed extensions. 
+# Unfortunately it prevents IceCat extensions from being installed.
+# ac_add_options --disable-system-extension-dirs
+
diff --git a/icecat-noHTTP-RP.patch b/icecat-noHTTP-RP.patch
new file mode 100644
index 0000000..e67ef84
--- /dev/null
+++ b/icecat-noHTTP-RP.patch
@@ -0,0 +1,15 @@
+--- browser/installer/package-manifest.orig.in	2013-10-16 04:14:45.000000000 +0200
++++ browser/installer/package-manifest.in	2014-08-10 11:06:54.346330524 +0200
+@@ -563,9 +563,9 @@
+ #endif
+ 
+ ; [Browser Chrome Files]
+- at BINPATH@/browser/extensions/https-everywhere at eff.org/*
++#@BINPATH@/browser/extensions/https-everywhere at eff.org/*
+ @BINPATH@/browser/extensions/jid1-KtlZuoiikVfFew at jetpack/*
+- at BINPATH@/browser/extensions/requestpolicy at requestpolicy.com/*
++#@BINPATH@/browser/extensions/requestpolicy at requestpolicy.com/*
+ @BINPATH@/browser/extensions/{451500c0-902c-11e0-91e4-0800200c9a66}/*
+ @BINPATH@/browser/extensions/privacy_features at gnuzilla.gnu.org/*
+ @BINPATH@/browser/extensions/icecat_tweaks at gnu.org/*
+
diff --git a/icecat-nsPNGDecoder-fix.patch b/icecat-nsPNGDecoder-fix.patch
new file mode 100644
index 0000000..7c32ea3
--- /dev/null
+++ b/icecat-nsPNGDecoder-fix.patch
@@ -0,0 +1,26 @@
+--- image/decoders/nsPNGDecoder.orig.cpp	2013-10-16 04:14:45.000000000 +0200
++++ image/decoders/nsPNGDecoder.cpp	2014-02-27 23:34:21.409440533 +0100
+@@ -804,11 +804,11 @@
+   }
+ }
+ 
++#ifdef PNG_APNG_SUPPORTED
+ // got the header of a new frame that's coming
+ void
+ nsPNGDecoder::frame_info_callback(png_structp png_ptr, png_uint_32 frame_num)
+ {
+-#ifdef PNG_APNG_SUPPORTED
+   png_uint_32 x_offset, y_offset;
+   int32_t width, height;
+ 
+@@ -834,8 +834,8 @@
+      */
+     png_process_data_pause(png_ptr, /* save = */ 1);
+   }
+-#endif
+ }
++#endif
+ 
+ void
+ nsPNGDecoder::end_callback(png_structp png_ptr, png_infop info_ptr)
+
diff --git a/icecat-populate-virtualenv.patch b/icecat-populate-virtualenv.patch
new file mode 100644
index 0000000..f1b15b8
--- /dev/null
+++ b/icecat-populate-virtualenv.patch
@@ -0,0 +1,13 @@
+--- build/virtualenv/populate_virtualenv.orig.py	2013-10-16 04:14:45.000000000 +0200
++++ build/virtualenv/populate_virtualenv.py	2014-07-24 19:54:05.174669747 +0200
+@@ -39,8 +39,7 @@
+     @property
+     def virtualenv_script_path(self):
+         """Path to virtualenv's own populator script."""
+-        return os.path.join(self.topsrcdir, 'python', 'virtualenv',
+-            'virtualenv.py')
++        return '/usr/bin/virtualenv'
+ 
+     @property
+     def python_path(self):
+
diff --git a/icecat.1 b/icecat.1
new file mode 100644
index 0000000..91bd1cd
--- /dev/null
+++ b/icecat.1
@@ -0,0 +1,103 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
+.TH ICECAT "1" "August 2014" "icecat icecat 24.0" "Icecat User's Manual"
+.SH NAME
+icecat - GNU version of Firefox browser
+.SH SYNOPSIS
+
+icecat [OPTIONS] [URL]
+
+icecat-bin [OPTIONS] [URL]
+.SH DESCRIPTION
+GNUzilla is the GNU version of the Mozilla suite, and GNU IceCat is the GNU version of the Firefox browser. Its main advantage is an ethical one: it is entirely free software. While the Firefox source code from the Mozilla project is free software, they distribute and recommend non-free software as plug-ins and addons.
+
+In addition, GNU IceCat includes some privacy protection features, included in a separate addon:
+
+Some sites refer to zero-size images on other hosts to keep track of cookies. When IceCat detects this mechanism it blocks cookies from the site hosting the zero-length image file. (It is possible to re-enable such a site by removing it from the blocked hosts list.)
+Other sites rewrite the host name in links redirecting the user to another site, mainly to "spy" on clicks. When this behavior is detected, IceCat shows a message alerting the user.
+
+
+Origin of the name
+
+The name IceCat was coined to show our relationship to the Mozilla Firefox browser. Ice isn't Fire and a Cat isn't a Fox, so it is clearly a different package (we don't want Mozilla blamed for our mistakes, nor cause confusion with their trademarks), but is equally clearly intimately related (of course nearly all of the work comes from the Mozilla foundation effort, so we want to give credit).
+
+The gNewSense BurningDog browser and the Debian IceWeasel browser are similarly derived from Firefox, also with the intent of being free software. Technically, however, these projects are maintained entirely independently of IceCat. (Previously, this GNU browser project was also named IceWeasel, but that proved confusing.)
+
+`icecat' generates a man page out of `--help' and `--version' output.
+.IP
+where options include:
+.PP
+X11 options
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
+.TP
+\fB\-\-sync\fR
+Make X calls synchronous
+.HP
+\fB\-\-g\-fatal\-warnings\fR Make all warnings fatal
+.PP
+icecat options
+.TP
+\fB\-h\fR or \fB\-help\fR
+Print this message.
+.TP
+\fB\-v\fR or \fB\-version\fR
+Print icecat version.
+.TP
+\fB\-P\fR <profile>
+Start with <profile>.
+.TP
+\fB\-migration\fR
+Start with migration wizard.
+.TP
+\fB\-ProfileManager\fR
+Start with ProfileManager.
+.TP
+\fB\-no\-remote\fR
+Do not accept or send remote commands; implies \fB\-new\-instance\fR.
+.TP
+\fB\-new\-instance\fR
+Open new instance, not a new window in running instance.
+.HP
+\fB\-UILocale\fR <locale> Start with <locale> resources as UI Locale.
+.TP
+\fB\-safe\-mode\fR
+Disables extensions and themes for this session.
+.TP
+\fB\-jsconsole\fR
+Open the Error console.
+.TP
+\fB\-browser\fR
+Open a browser window.
+.TP
+\fB\-new\-window\fR
+<url> Open <url> in a new window.
+.TP
+\fB\-new\-tab\fR
+<url> Open <url> in a new tab.
+.TP
+\fB\-preferences\fR
+Open Preferences dialog.
+.TP
+\fB\-search\fR
+<term> Search <term> with your default search engine.
+.TP
+\fB\-recording\fR <file>
+Record drawing for a given URL.
+.HP
+\fB\-recording\-output\fR <file> Specify destination file for a drawing recording.
+.HP
+\fB\-setDefaultBrowser\fR Set this app as the default browser.
+.SH FILES
+
+/usr/bin/icecat - icecat executable
+
+/usr/lib/icecat-24.0/icecat-bin - icecat executable
+.SH BUGS
+To report a bug, please mail to bug-gnuzilla at gnu.org
+.SH VERSION
+24.0
+.SH AUTHORS
+For a full list of the people who are credited with making a contribution to Mozilla, see http://www.mozilla.org/credits/ .
+.SH "SEE ALSO"
+https://www.gnu.org/software/gnuzilla/
diff --git a/icecat.desktop b/icecat.desktop
new file mode 100644
index 0000000..24cbce5
--- /dev/null
+++ b/icecat.desktop
@@ -0,0 +1,52 @@
+[Desktop Entry]
+Version=1.0
+Name=Icecat
+GenericName=GNU Icecat
+GenericName[ca]=Navegador web
+GenericName[cs]=Webový prohlížeč
+GenericName[es]=Navegador web
+GenericName[fa]=مرورگر اینترنتی
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブ・ブラウザ
+GenericName[ko]=웹 브라우저
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[nn]=Nettlesar
+GenericName[no]=Nettleser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador Web
+GenericName[sk]=Internetový prehliadač
+GenericName[sv]=Webbläsare
+Comment=Browse the Web
+Comment[ca]=Navegueu per el web
+Comment[cs]=Prohlížení stránek World Wide Webu
+Comment[de]=Im Internet surfen
+Comment[es]=Navegue por la web
+Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
+Comment[fi]=Selaa Internetin WWW-sivuja
+Comment[fr]=Navigue sur Internet
+Comment[hu]=A világháló böngészése
+Comment[it]=Esplora il web
+Comment[ja]=ウェブを閲覧します
+Comment[ko]=웹을 돌아 다닙니다
+Comment[nb]=Surf på nettet
+Comment[nl]=Verken het internet
+Comment[nn]=Surf på nettet
+Comment[no]=Surf på nettet
+Comment[pl]=Przeglądanie stron WWW 
+Comment[pt]=Navegue na Internet
+Comment[pt_BR]=Navegue na Internet
+Comment[sk]=Prehliadanie internetu
+Comment[sv]=Surfa på webben
+Exec=icecat
+Icon=icecat
+Terminal=false
+Type=Application
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
+Categories=Network;WebBrowser;
+StartupNotify=true
+StartupWMClass=icecat
diff --git a/icecat.png b/icecat.png
new file mode 100644
index 0000000..aac883e
Binary files /dev/null and b/icecat.png differ
diff --git a/icecat.spec b/icecat.spec
new file mode 100644
index 0000000..f4035e2
--- /dev/null
+++ b/icecat.spec
@@ -0,0 +1,562 @@
+##Active/Deactive language files handling
+%global build_langpacks  1
+
+##Active/Deactive system nspr linkage
+%global system_nspr  1
+
+##Define compiled files directories
+%global xulrunnerdir    obj-%{name}/xulrunner
+%global browserdir      obj-%{name}/browser
+
+##Define installation directories
+%global icecatappdir    %{_libdir}/%{name}-%{version}
+%global icecat_ver      %{name}-%{version}
+%global icecat_devel    %{name}-devel-%{version}
+%global icecat_static   %{_libdir}/%{name}-static-%{version}
+
+##Define language files directory
+%global langpackdir     %{icecatappdir}/langpacks
+
+Name:    icecat
+Version: 24.0
+Release: 14%{?dist}
+Summary: GNU version of Firefox browser
+Group:   Applications/Internet
+
+## Tri-licensing scheme for Gnuzilla/IceCat in parentheses, and licenses for the extensions included
+License: (MPLv1.1 or GPLv2+ or LGPLv2+) and GPLv3+ and GPLv2+ and Public Domain and MIT and BSD and ISC and ASL 2.0
+URL:     http://www.gnu.org/software/gnuzilla/
+Source0: http://ftp.gnu.org/gnu/gnuzilla/24/icecat-%{version}.tar.gz
+Source1: %{name}.desktop
+Source2: %{name}.png
+Source3: %{name}-mozconfig
+
+##Language files downloaded from ftp://ftp.gnu.org/gnu/gnuzilla/lang/17.0/
+Source4:  %{name}-langpacks.tar.gz
+
+##All license files
+##Download from http://www.gnu.org/licenses
+##Download from http://www.mozilla.org/MPL/1.1/index.txt
+Source5: %{name}-COPYING-licensefiles.tar.gz
+
+##manpage file
+Source6: %{name}.1
+
+##This patch fixes Help-About dialog bug
+##See http://lists.gnu.org/archive/html/bug-gnuzilla/2013-11/msg00007.html
+Patch0:  %{name}-24-about-dialog.patch
+
+##This patch disables neon
+##Just for ARM
+Patch1:  %{name}-disable-neon.patch
+
+##Fix no-APNG support error
+Patch2:  %{name}-APNG-errorfix.patch
+Patch3:  %{name}-nsPNGDecoder-fix.patch
+
+##Fix freetype2 reference in gfx/thebes and config/system-headers
+Patch4:  %{name}-freetype-reference.patch
+
+##Fix freetype2 reference in config/system-headers
+Patch5:  %{name}-freetype2-headers.patch
+
+##Using system Python Virtualenv
+Patch6: %{name}-populate-virtualenv.patch
+
+##Prevent HTTPS-everywhere and RequestPolicy extension installation
+Patch7: %{name}-noHTTP-RP.patch
+
+BuildRequires:  alsa-lib-devel
+BuildRequires:  autoconf213
+BuildRequires:  cairo-devel
+BuildRequires:  dbus-devel
+BuildRequires:  dbus-glib-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  freetype-devel
+BuildRequires:  gdk-pixbuf2
+BuildRequires:  glib2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  gstreamer-devel
+BuildRequires:  gstreamer-plugins-base-devel
+BuildRequires:  hunspell-devel
+BuildRequires:  ImageMagick
+BuildRequires:  intltool
+BuildRequires:  libevent-devel
+BuildRequires:  libIDL-devel
+BuildRequires:  libX11-devel
+BuildRequires:  libXt-devel
+BuildRequires:  libvpx-devel
+BuildRequires:  libyuv-devel
+BuildRequires:  libXinerama-devel
+BuildRequires:  libffi-devel
+BuildRequires:  libnotify-devel
+BuildRequires:  libpng-devel
+BuildRequires:  nspr-devel
+BuildRequires:  nss-devel
+BuildRequires:  nss-util-devel
+BuildRequires:  openjpeg-devel, libjpeg-turbo-devel
+BuildRequires:  python2-devel
+BuildRequires:  python-blessings
+BuildRequires:  python-mock
+BuildRequires:  python-ply
+BuildRequires:  python-psutil
+BuildRequires:  python-setuptools
+BuildRequires:  python-virtualenv
+BuildRequires:  python-which
+BuildRequires:  pulseaudio-libs-devel
+BuildRequires:  sqlite-devel
+BuildRequires:  system-bookmarks
+BuildRequires:  yasm-devel
+BuildRequires:  chrpath
+
+Requires:       fedora-bookmarks
+Requires:       mozilla-filesystem
+Requires:       nspr
+Requires:       nss
+Provides:       webclient
+
+## FPC ticket https://fedorahosted.org/fpc/ticket/391
+Provides:       bundled(libtheora) = 1.1.1
+Provides:       bundled(libvorbis) = 1.3.4
+Provides:       bundled(libogg)    = 1.3.0
+Provides:       bundled(opus)      = 1.1
+Provides:       bundled(xulrunner) = 24.0
+Provides:       bundled(expat)     = 2.1.0
+Provides:       bundled(graphite2) = 1.2.3
+Provides:       bundled(ots) = 0.5.0
+Provides:       bundled(hurfbuzz) = 0.9.2
+Provides:       bundled(soundtouch) = 1.7.3
+Provides:       bundled(snappy) = 1.0.4
+Provides:       bundled(double-conversion) = 1.1.3
+
+%description
+GNUZilla Icecat is a fully-free fork of Mozilla Firefox.
+Three extensions are included to this version of IceCat:
+
+* GNU LibreJS
+* The IceCat Privacy Extension
+* IceCat Tweaks
+
+%package devel
+Summary:       Development libraries of %{name}
+Group:         Development/Libraries
+Requires:      %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+GNUZilla Icecat is a fully-free fork of Mozilla Firefox.
+This package contains header files need for development.
+
+%package static
+Summary:       Static libraries of %{name}
+Group:         Development/Libraries
+
+%description static
+GNUZilla Icecat is a fully-free fork of Mozilla Firefox.
+This package contains static files need for development.
+
+%prep
+%setup -q
+
+##Copy license files
+tar -xf %{SOURCE5}
+
+%patch0 -p0
+%patch4 -p0
+%patch6 -p0
+%patch7 -p0
+
+%if 0%{?fedora} >= 21
+%patch5 -p0
+%endif
+
+##Remove spurious executable permissions
+for i in `find . -perm /111 -type f \( -name "*.css" -o -name "*.html" -o -name "*.cpp"\
+  -o -name "*.svg" -o -name "*.png" -o -name "*.properties" -o -name "*.h" -o -name "*.cc" \)`; do
+chmod a-x $i
+done
+
+##Remove bundled files
+##See also https://bugzilla.redhat.com/show_bug.cgi?id=517856#c15
+
+rm -rf media/libjpeg \
+js/src/ctypes/libffi \
+media/libpng \
+memory/jemalloc \
+media/libvpx \
+python/which \
+python/blessings \
+python/mock-1.0.0 \
+python/psutil \
+media/webrtc/trunk/third_party/libyuv/include \
+testing/gtest/gtest/include/gtest \
+addon-sdk/source/doc/static-files/syntaxhighlighter \
+addon-sdk/source/doc/static-files/js/jquery.js \
+addon-sdk/source/examples/reddit-panel/data/jquery-1.4.4.min.js \
+addon-sdk/source/examples/annotator/data/jquery-1.4.2.min.js \
+addon-sdk/source/examples/library-detector/data/library-detector.js \
+addon-sdk/source/python-lib/markdown \
+addon-sdk/source/python-lib/simplejson \
+build/pymake \
+build/stlport \
+content/canvas/test/webgl \
+db/sqlite3 \
+editor/libeditor/html/tests/browserscope \
+gfx/cairo \
+gfx/skia \
+intl/icu \
+media/mtransport/third_party/nICEr \
+media/mtransport/third_party/nrappkit \
+media/webrtc \
+memory/jemalloc \
+modules/freetype2 \
+modules/libbz2 \
+modules/zlib \
+netwerk/srtp \
+other-licenses/7zstub/src \
+other-licenses/atk-1.0/atk \
+other-licenses/bsdiff \
+other-licenses/ply \
+security/nss \
+security/sandbox \
+testing/mochitest/pywebsocket \
+testing/mozbase/mozprocess/tests/iniparser \
+testing/xpcshell/node-spdy \
+toolkit/devtools/acorn \
+nsprpub/lib \
+python/virtualenv \
+browser/branding/unofficial/extensions/requestpolicy at requestpolicy.com \
+browser/branding/unofficial/extensions/https-everywhere at eff.org
+##It doesn't seems possible to link against these system libraries
+##See https://bugzilla.mozilla.org/show_bug.cgi?id=517422
+#rm -rf media/libtheora
+#rm -rf media/libvorbis
+#rm -rf media/libogg
+#rm -rf media/libopus
+#parser/expat/lib/expat*.h \?
+#intl/hyphenation/src \     ?
+#intl/locales/*/hyphenation ?
+#gfx/graphite2 \            ?
+#js \                       ?                   
+#ipc/chromium \             no built in Fedora
+#media/libcubeb \           no built in fedora
+#media/libspeex_resampler \ patched
+#media/libnestegg \         no built in fedora
+#media/libsoundtouch \      Patched/customized by upstream team. See specific README_MOZILLA..
+#media/kiss_fft \           no built in fedora
+#gfx/angle \                no built in fedora
+#gfx/harfbuzz \             Customized by upstream team. See specific README_MOZILLA.
+#gfx/ots \                  Patched by upstream team. See specific README_MOZILLA.
+#gfx/ybcr \                 no built in fedora
+#toolkit/crashreporter/google-breakpad \  not built in fedora and not requested
+#other-licenses/snappy \    Customized by upstream team. See README file.
+#build/pgo/blueprint \      no built in fedora
+#mfbt/double-conversion \   Patched by upstream team. See specific 'update.sh' file.
+
+##Remove precompiled .egg files
+rm -rf python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.5.egg
+rm -rf python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg
+rm -rf python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.6.egg
+
+##Remove bundled jar/class files
+rm -rf modules/libjar/test/unit/data/test_bug370103.jar
+rm -rf toolkit/components/search/tests/xpcshell/data/searchTest.jar
+rm -rf toolkit/mozapps/extensions/test/addons/test_chromemanifest_3/inner.jar
+rm -rf toolkit/mozapps/extensions/test/addons/test_install4/addon5.jar
+rm -rf toolkit/mozapps/extensions/test/addons/test_install4/addon7.jar
+rm -rf toolkit/mozapps/extensions/test/addons/test_install4/badaddon.jar
+rm -rf dom/tests/mochitest/dom-level2-html/files/applet2.class
+rm -rf dom/tests/mochitest/dom-level2-html/files/applets/org/w3c/domts/DOMTSApplet.class
+rm -rf dom/tests/mochitest/whatwg/postMessage.jar
+rm -rf content/base/test/file_bug804395.jar
+rm -rf content/base/test/file_CrossSiteXHR_inner.jar
+rm -rf content/html/content/test/bug392567.jar
+rm -rf docshell/test/bug369814.jar
+rm -rf build/mobile/robocop/robotium-solo-3.6.jar
+rm -rf build/mobile/sutagent/android/network-libs/commons-net-ftp-2.0.jar
+rm -rf build/mobile/sutagent/android/network-libs/commons-net-2.0-javadoc.jar
+rm -rf build/mobile/sutagent/android/network-libs/commons-net-2.0-sources.jar
+rm -rf build/mobile/sutagent/android/network-libs/commons-net-2.0.jar
+rm -rf build/mobile/sutagent/android/network-libs/jmdns.jar
+rm -rf xpcom/tests/regorder/extension2.jar
+rm -rf config/tests/test.manifest.jar
+
+%ifarch armv7hl armv7hnl armv5tel
+%patch1 -p1
+%endif
+
+%patch2 -p0
+%patch3 -p0
+
+##Remove default configuration and copy the customized one
+rm -f .mozconfig
+cp -p %{SOURCE3} .mozconfig
+
+##Required by compilation "error STL code can only be used with -fno-exceptions"
+MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-fexceptions/-fno-exceptions/')
+
+#*Add configure options
+echo "ac_add_options --libdir=%{_libdir}" >> .mozconfig
+echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{name}" >> .mozconfig
+
+%if %{system_nspr}
+echo "ac_add_options --with-system-nspr" >> .mozconfig
+%else
+##Nothing
+%endif
+
+echo "mk_add_options MOZ_BUILD_PROJECTS='xulrunner browser'" >> .mozconfig
+echo "ac_add_app_options xulrunner --enable-application=xulrunner" >> .mozconfig
+echo "ac_add_app_options browser --enable-application=browser" >> .mozconfig
+echo "ac_add_options --enable-optimize='$MOZ_OPT_FLAGS'" >> .mozconfig
+
+##Options for ARM
+%ifarch armv7hl
+echo "ac_add_options --with-arch=armv7-a" >> .mozconfig
+echo "ac_add_options --with-float-abi=hard" >> .mozconfig
+echo "ac_add_options --with-fpu=vfpv3-d16" >> .mozconfig
+echo "ac_add_options --disable-elf-hack" >> .mozconfig
+echo "ac_add_options --disable-debug-symbols" >> .mozconfig
+%endif
+%ifarch armv7hnl
+echo "ac_add_options --with-arch=armv7-a" >> .mozconfig
+echo "ac_add_options --with-float-abi=hard" >> .mozconfig
+echo "ac_add_options --with-fpu=neon" >> .mozconfig
+echo "ac_add_options --disable-elf-hack" >> .mozconfig
+echo "ac_add_options --disable-debug-symbols" >> .mozconfig
+%endif
+%ifarch armv5tel
+echo "ac_add_options --with-arch=armv5te" >> .mozconfig
+echo "ac_add_options --with-float-abi=soft" >> .mozconfig
+echo "ac_add_options --disable-elf-hack" >> .mozconfig
+echo "ac_add_options --disable-debug-symbols" >> .mozconfig
+%endif
+
+%ifnarch %{ix86} x86_64 armv7hl armv7hnl
+echo "ac_add_options --disable-methodjit" >> .mozconfig
+echo "ac_add_options --disable-monoic" >> .mozconfig
+echo "ac_add_options --disable-polyic" >> .mozconfig
+echo "ac_add_options --disable-tracejit" >> .mozconfig
+%endif
+
+
+%build
+export PREFIX='%{_prefix}'
+export LIBDIR='%{_libdir}'
+MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
+MOZ_SMP_FLAGS=-j1
+export LDFLAGS="$MOZ_LINK_FLAGS -Wl,-rpath,%{mozappdir}"
+make %{?_smp_mflags} -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
+
+
+%install
+
+##Install xulrunner
+pushd %{xulrunnerdir}
+make install DESTDIR=$RPM_BUILD_ROOT
+popd
+
+##Install browser
+pushd %{browserdir}
+make install DESTDIR=$RPM_BUILD_ROOT
+popd
+
+for i in 16 22 24 32 36 48 64 72 96 128 256 ; do
+  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps
+  convert -geometry ${i} %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/icecat.png
+done
+
+install -p -D %{SOURCE1} \
+ $RPM_BUILD_ROOT%{_datadir}/applications/%{icecat_ver}.desktop
+
+###Tricks
+##Remove zero length files 
+find $RPM_BUILD_ROOT -size 0 -delete
+
+##Same files symlinked
+ln -sf  %{_libdir}/%{icecat_ver}/libxul.so $RPM_BUILD_ROOT%{_libdir}/%{icecat_devel}/sdk/lib/libxul.so
+ln -sf  %{_libdir}/%{icecat_ver}/libmozalloc.so $RPM_BUILD_ROOT%{_libdir}/%{icecat_devel}/sdk/lib/libmozalloc.so
+ln -sf  %{_includedir}/%{icecat_ver}/CompositorParent.h $RPM_BUILD_ROOT%{_includedir}/%{icecat_ver}/mozilla/layers/CompositorParent.h
+ln -sf  %{_includedir}/%{icecat_ver}/Selection.h $RPM_BUILD_ROOT%{_includedir}/%{icecat_ver}/mozilla/Selection.h
+ln -sf  %{_includedir}/%{icecat_ver}/CompositorChild.h $RPM_BUILD_ROOT%{_includedir}/%{icecat_ver}/mozilla/layers/CompositorChild.h
+ln -sf  %{_includedir}/%{icecat_ver}/D3D9SurfaceImage.h $RPM_BUILD_ROOT%{_includedir}/%{icecat_ver}/mozilla/layers/D3D9SurfaceImage.h 
+ln -sf  %{_includedir}/%{icecat_ver}/ShadowLayersManager.h $RPM_BUILD_ROOT%{_includedir}/%{icecat_ver}/mozilla/layers/ShadowLayersManager.h
+ln -sf  %{_includedir}/%{icecat_ver}/ImageHost.h $RPM_BUILD_ROOT%{_includedir}/%{icecat_ver}/mozilla/layers/ImageHost.h
+
+##Define static files location
+mkdir -p $RPM_BUILD_ROOT%{icecat_static}
+pushd $RPM_BUILD_ROOT%{_libdir}/%{icecat_devel}
+  for i in `find . -iname '*.a'`; do
+  mv $i $RPM_BUILD_ROOT%{icecat_static}
+done
+popd
+
+##Fix executable permissions
+pushd $RPM_BUILD_ROOT%{_libdir}/%{icecat_devel}/sdk/bin
+ for i in `find . -type f \( -name "*.py" -o -name "xpcshell" \)`; do
+ chmod a+x $i
+done
+popd
+
+##Remove spurious executable permissions
+pushd $RPM_BUILD_ROOT%{icecatappdir}
+for i in `find . -perm /111 -type f \( -name "*.js" -o -name "*.jsm" \)`; do
+chmod a-x $i
+done
+popd
+
+echo > %{name}.lang
+%if %{build_langpacks}
+# Extract langpacks, make any mods needed, repack the langpack, and install it.
+mkdir -p $RPM_BUILD_ROOT%{langpackdir}
+tar xf %{SOURCE4}
+ for langpack in `ls %{name}-langpacks/*.xpi`; do
+  language=`basename $langpack .xpi`
+  extensionID=langpack-$language at icecat.gnuzilla.org
+  mkdir -p $extensionID
+  unzip -qq $langpack -d $extensionID
+  find $extensionID -type f | xargs chmod 644
+
+  cd $extensionID
+  zip -qq -r9mX ../${extensionID}.xpi *
+  cd -
+
+  install -p -m 644 ${extensionID}.xpi $RPM_BUILD_ROOT%{langpackdir}
+  language=`echo $language | sed -e 's/-/_/g'`
+  echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
+done
+rm -rf %{name}-langpacks
+
+# Install langpack workaround (see #707100, #821169)
+function create_default_langpack() {
+language_long=$1
+language_short=$2
+cd $RPM_BUILD_ROOT%{langpackdir}
+ln -s langpack-$language_long at icecat.gnuzilla.org.xpi langpack-$language_short at icecat.gnuzilla.org.xpi
+cd -
+echo "%%lang($language_short) %{langpackdir}/langpack-$language_short at icecat.gnuzilla.org.xpi" >> %{name}.lang
+}
+%endif # build_langpacks
+
+##Remove rpaths
+chrpath -d $RPM_BUILD_ROOT%{_libdir}/%{icecat_devel}/sdk/bin/xpcshell
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/icecat
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/icecat-bin
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/mozilla-xremote-client
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/components/libmozgnome.so
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/browser/components/libbrowsercomps.so
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/libmozalloc.so
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/components/libdbusservice.so
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/libxul.so
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/xulrunner-stub
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/webapprt-stub
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/plugin-container
+chrpath -d $RPM_BUILD_ROOT%{icecatappdir}/xulrunner
+###
+
+##Install man page
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+install -p %{SOURCE6} $RPM_BUILD_ROOT%{_mandir}/man1
+##
+###Tricks end
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+/usr/bin/update-desktop-database &> /dev/null || :
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+%check
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{icecat_ver}.desktop
+
+%files -f %{name}.lang
+%doc ChangeLog LICENSE README.* AUTHORS LEGAL COPYING-*
+%{_bindir}/icecat
+%{_datadir}/applications/%{icecat_ver}.desktop
+%{_datadir}/icons/hicolor/*x*/apps/icecat*.png
+%{icecatappdir}/
+%ghost %{langpackdir}/*.xpi
+%{_mandir}/man1/%{name}*
+
+%files devel
+%{_libdir}/%{icecat_devel}/
+%{_datadir}/idl/%{icecat_ver}/
+%{_includedir}/%{icecat_ver}/
+%{_libdir}/pkgconfig/*.pc
+
+%files static
+%doc README.* LEGAL COPYING-*
+%{icecat_static}/
+
+%changelog
+* Tue Aug 26 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-14
+- Added "Provides: webclient"
+- Installed manpage file
+
+* Tue Aug 19 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-13
+- Removed system xulrunner conditional
+- Ghosted all .xpi language files (handled by %%find_lang)
+- Added BSD, ISC, MIT, Apache2.0 licenses
+
+* Sat Aug 09 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-12
+- Removed HTTPS-everywhere RequestPolicy extensions (patch7)
+
+* Thu Jul 24 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-11
+- Remove precompiled .egg files
+- Remove bundled jar/class files
+- Delete chrpaths
+- Added 'Public Domain' license
+- Added a patch for using system Python Virtualenv (patch6)
+
+* Wed Jul 16 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-10
+- Added freetype2 system-headers list for Fedora>=21 (patch5)
+
+* Fri Apr 04 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-9
+- Defined other bundled() Provides
+
+* Sat Mar 29 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-8
+- Use system nspr
+
+* Wed Mar 26 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-7
+- Removed much more bundled files (added related BR packages)
+- Build browser and xulrunner
+- Added freetype2 reference patch
+
+* Thu Feb 27 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-6
+- Sources patched to use system ogg/opus/vorbis libraries
+- Build browser alone
+
+* Wed Feb 05 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-5
+- Fix some executable permissions
+- Added some tricks
+- Build browser and xulrunner
+- Defined a conditional macro for xulrunner
+- Built a static sub-package
+- Added COPYING separated license files
+- Added bundled() Provides
+
+* Mon Jan 27 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-4
+- Build browser alone
+- Added libffi/libpng linkage from system to .mozconfig file
+- Added a patch to exclude APNG support missing error for libpng
+- Added libpng-devel BR
+
+* Tue Jan 14 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-3
+- Removed bundled files
+- Added nspr/nss Requires
+
+* Wed Jan 08 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-2
+- Timestamp preserving for the 'install' commands
+- Added a comment interpretation to the License tag
+- Defined all command calls in normal mode 
+
+* Sun Jan 05 2014 Antonio Trande <sagitterATfedoraproject.org> - 24.0-1
+- Initial package
+
diff --git a/sources b/sources
index e69de29..e038810 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,3 @@
+0d3fdcec3f5fde494dedb595387e8f21  icecat-24.0.tar.gz
+cb202776a8a7be4689dda99a101503e2  icecat-COPYING-licensefiles.tar.gz
+60b6d8c2ecada90e78fd3557201e618c  icecat-langpacks.tar.gz


More information about the scm-commits mailing list