[packages/iceweasel] - fix install patch and updated files

baggins baggins at pld-linux.org
Tue Nov 27 11:11:30 CET 2012


commit 436d6dc0ce1d479dd0176ccdd4522cd7ef82a963
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Nov 27 11:11:19 2012 +0100

    - fix install patch and updated files

 iceweasel-install.patch | 2 +-
 iceweasel.spec          | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/iceweasel.spec b/iceweasel.spec
index 3e308cf..869a4b7 100644
--- a/iceweasel.spec
+++ b/iceweasel.spec
@@ -449,7 +449,6 @@ fi
 %{_libdir}/%{name}/components/nsBrowserContentHandler.js
 %{_libdir}/%{name}/components/nsBrowserGlue.js
 %{_libdir}/%{name}/components/nsPrivateBrowsingService.js
-%{_libdir}/%{name}/components/nsSafebrowsingApplication.js
 %{_libdir}/%{name}/components/nsSessionStartup.js
 %{_libdir}/%{name}/components/nsSessionStore.js
 %{_libdir}/%{name}/components/nsSetDefaultBrowser.js
@@ -517,6 +516,9 @@ fi
 %{_libdir}/%{name}/components/txEXSLTRegExFunctions.js
 %endif
 
+%{_libdir}/%{name}/webapprt
+%attr(755,root,root) %{_libdir}/%{name}/webapprt-stub
+
 %attr(755,root,root) %{_libdir}/%{name}/components/libbrowsercomps.so
 %if %{without xulrunner}
 %attr(755,root,root) %{_libdir}/%{name}/components/libdbusservice.so
diff --git a/iceweasel-install.patch b/iceweasel-install.patch
index cedf58e..d7c670b 100644
--- a/iceweasel-install.patch
+++ b/iceweasel-install.patch
@@ -76,7 +76,7 @@
 -	mv $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome/$(AB_CD).manifest $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome/localized.manifest
 -	sed 's/$(AB_CD)/localized/' $(DIST)/bin/webapprt/chrome.manifest > $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome.manifest
 +	mv $(DESTDIR)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome/$(AB_CD).manifest $(DESTDIR)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome/localized.manifest
-+	sed 's/$(AB_CD)/localized/' $(DESTDIR)/bin/webapprt/chrome.manifest > $(DESTDIR)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome.manifest
++	sed 's/$(AB_CD)/localized/' $(DIST)/bin/webapprt/chrome.manifest > $(DESTDIR)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome.manifest
  endif
 -	printf "manifest components/interfaces.manifest\nmanifest components/components.manifest\nmanifest chrome/nonlocalized.manifest\nmanifest chrome/localized.manifest\n" > $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/chrome.manifest
 +	printf "manifest components/interfaces.manifest\nmanifest components/components.manifest\nmanifest chrome/nonlocalized.manifest\nmanifest chrome/localized.manifest\n" > $(DESTDIR)/$(MOZ_PKG_DIR)/$(_BINPATH)/chrome.manifest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iceweasel.git/commitdiff/436d6dc0ce1d479dd0176ccdd4522cd7ef82a963



More information about the pld-cvs-commit mailing list