]> git.pld-linux.org Git - packages/iceape.git/commitdiff
- up to 2.25 auto/th/iceape-2.25-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 20 Mar 2014 11:02:42 +0000 (12:02 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 20 Mar 2014 11:02:42 +0000 (12:02 +0100)
- disabled enigmail, does not build with current build system

iceape-branding.patch
iceape.spec
system-virtualenv.patch

index 06d461e5567c1ed188b85c30bcfb5fb85f69e7be..32ea3b15bced5c9786f3bf2c917127e9076d7fc8 100644 (file)
@@ -15,8 +15,8 @@ index 1e3799e..ae4cb1f 100644
  pref("browser.doorhanger.enabled", true);
  
  // search engines URL
--pref("browser.search.searchEnginesURL", "https://addons.mozilla.org/%LOCALE%/%APP%/search-engines/");
-+pref("browser.search.searchEnginesURL", "https://addons.mozilla.org/%LOCALE%/seamonkey/search-engines/");
+-pref("browser.search.searchEnginesURL", "https://addons.mozilla.org/%LOCALE%/%APP%/search/?atype=4");
++pref("browser.search.searchEnginesURL", "https://addons.mozilla.org/%LOCALE%/seamonkey/search/?atype=4");
  
  // pointer to the default engine name
  pref("browser.search.defaultenginename", "chrome://communicator-region/locale/region.properties");
index 30447e589593c795743064d1e504d01684ebb3a4..14cc7e797037629cfc5897e4ba78b6d82a0d0f5f 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without enigmail        # don't build enigmail - GPG/PGP support
+%bcond_with    enigmail        # don't build enigmail - GPG/PGP support
 %bcond_without ldap            # disable e-mail address lookups in LDAP directories
 %bcond_without lightning       # disable Sunbird/Lightning calendar
 %bcond_with    xulrunner       # build with system xulrunner
@@ -10,7 +10,7 @@
 %define                enigmail_ver    1.6
 %define                nspr_ver        4.9.3
 %define                nss_ver         3.14.3
-%define                xulrunner_ver   23.0
+%define                xulrunner_ver   28.0
 
 %if %{without xulrunner}
 # The actual sqlite version (see RHBZ#480989):
@@ -22,12 +22,12 @@ Summary(es.UTF-8):  Navegador de Internet Iceape
 Summary(pl.UTF-8):     Iceape - przeglądarka WWW
 Summary(pt_BR.UTF-8):  Navegador Iceape
 Name:          iceape
-Version:       2.22
+Version:       2.25
 Release:       1
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         X11/Applications/Networking
 Source0:       http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/%{version}/source/seamonkey-%{version}.source.tar.bz2
-# Source0-md5: 49b92ed98c23efdbdafa39b9dee920a7
+# Source0-md5: e9597622d2d843ed9095a9e1eeab01f1
 Source1:       http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_ver}.tar.gz
 # Source1-md5: 4a2bbcb020bdb282a660fda8c70d5608
 Source2:       %{name}-branding.tar.bz2
@@ -397,12 +397,12 @@ EOF
 %if %{with enigmail}
 cd mailnews/extensions/enigmail
 ./makemake -r -o %{objdir}
-%{__make} -C %{objdir}/mailnews/extensions/enigmail \
+%{__make} -j1 -C %{objdir}/mailnews/extensions/enigmail \
        STRIP="/bin/true" \
        CC="%{__cc}" \
        CXX="%{__cxx}"
 
-%{__make} -C %{objdir}/mailnews/extensions/enigmail xpi \
+%{__make} -j1 -C %{objdir}/mailnews/extensions/enigmail xpi \
        STRIP="/bin/true" \
        CC="%{__cc}" \
        CXX="%{__cxx}"
index a2d150ff8ac26a4d3defa301da506f462b755971..3650d5697d974a2f36573b77a98fd3a6ebd9e257 100644 (file)
@@ -1,5 +1,5 @@
---- xulrunner-21.0/mozilla/build/virtualenv/populate_virtualenv.py~    2013-05-11 21:19:23.000000000 +0200
-+++ xulrunner-21.0/mozilla/build/virtualenv/populate_virtualenv.py     2013-05-14 22:51:32.136719267 +0200
+--- xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py~     2013-05-11 21:19:23.000000000 +0200
++++ xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py      2013-05-14 22:51:32.136719267 +0200
 @@ -37,8 +37,7 @@
      @property
      def virtualenv_script_path(self):
This page took 0.085515 seconds and 4 git commands to generate.