Bug 729985 - Packaging need to be corrected for OVI store publishing. r=dougt

--HG--
extra : rebase_source : 632b2ee5878e59bfe59f8fa06f4db757eaf3613d
This commit is contained in:
Oleg Romashin 2012-02-27 15:34:20 -05:00
parent c07e695d9f
commit e624f912c7
4 changed files with 10 additions and 8 deletions

View File

@ -210,20 +210,20 @@ deb: $(PP_DEB_FILES) $(DIST)/branding/$(MOZ_APP_NAME)_scalable.png \
ifeq ($(MOZ_PLATFORM_MAEMO),6)
$(NSINSTALL) debian/$(MOZ_APP_NAME).desktop $(DEBDESTDIR)/usr/share/applications/
$(NSINSTALL) -D $(DEBDESTDIR)/usr/share/dbus-1/services/
cp debian/$(MOZ_APP_NAME).service $(DEBDESTDIR)/usr/share/dbus-1/services/org.mozilla.$(MOZ_APP_NAME).service
cp debian/$(MOZ_APP_NAME).service $(DEBDESTDIR)/usr/share/dbus-1/services/$(MOZ_APP_NAME).service
$(NSINSTALL) -D $(DEBDESTDIR)/usr/share/themes/blanco/meegotouch/icons/
cp $(DIST)/branding/$(MOZ_APP_NAME)_scalable.png $(DEBDESTDIR)/usr/share/themes/blanco/meegotouch/icons/$(MOZ_APP_NAME).png
cp $(DIST)/branding/$(MOZ_APP_NAME)_scalable.png $(DEBDESTDIR)/usr/share/themes/blanco/meegotouch/icons/icon-l-$(MOZ_APP_NAME).png
$(NSINSTALL) -D $(DEBDESTDIR)/usr/share/backup-framework/applications
$(NSINSTALL) -D $(DEBDESTDIR)/usr/share/$(MOZ_APP_NAME)
$(NSINSTALL) -D $(DEBDESTDIR)/etc/osso-cud-scripts
$(NSINSTALL) -D $(DEBDESTDIR)/etc/osso-rfs-scripts
$(NSINSTALL) -m 755 debian/backup $(DEBDESTDIR)/usr/share/$(MOZ_APP_NAME)/
$(NSINSTALL) -m 755 debian/restore $(DEBDESTDIR)/usr/share/$(MOZ_APP_NAME)/
$(NSINSTALL) -m 755 debian/backup $(DEBDESTDIR)/$(installdir)/share/$(MOZ_APP_NAME)/
$(NSINSTALL) -m 755 debian/restore $(DEBDESTDIR)/$(installdir)/share/$(MOZ_APP_NAME)/
cp debian/$(MOZ_APP_NAME).conf $(DEBDESTDIR)/usr/share/backup-framework/applications/$(MOZ_APP_NAME).conf
cp debian/$(MOZ_APP_NAME)-cud.sh $(DEBDESTDIR)/etc/osso-cud-scripts/$(MOZ_APP_NAME)-cud.sh
cp debian/$(MOZ_APP_NAME)-rfs.sh $(DEBDESTDIR)/etc/osso-rfs-scripts/$(MOZ_APP_NAME)-rfs.sh
$(NSINSTALL) -D $(DEBDESTDIR)/usr/share/policy/etc/syspart.conf.d
cp debian/$(MOZ_APP_NAME).policy $(DEBDESTDIR)/usr/share/policy/etc/syspart.conf.d/$(MOZ_APP_NAME)
cp debian/$(MOZ_APP_NAME).policy $(DEBDESTDIR)/usr/share/policy/etc/syspart.conf.d/$(MOZ_APP_NAME).conf
else
$(NSINSTALL) debian/$(MOZ_APP_NAME).desktop $(DEBDESTDIR)/usr/share/applications/hildon/
$(NSINSTALL) -D $(DEBDESTDIR)/usr/share/dbus-1/services/

View File

@ -6,10 +6,10 @@
<backup-scripts>
<backup-script-name>
/usr/share/@MOZ_APP_NAME@/backup
@installdir@/share/@MOZ_APP_NAME@/backup
</backup-script-name>
<restore-script-name>
/usr/share/@MOZ_APP_NAME@/restore
@installdir@/share/@MOZ_APP_NAME@/restore
</restore-script-name>
</backup-scripts>

View File

@ -11,7 +11,7 @@ Type=Application
Categories=Application;Network;
#if MOZ_PLATFORM_MAEMO == 6
Exec=@installdir@/fennec %U
Icon=/usr/share/themes/blanco/meegotouch/icons/@MOZ_APP_NAME@.png
Icon=/usr/share/themes/blanco/meegotouch/icons/icon-l-@MOZ_APP_NAME@.png
Categories=X-MeeGo;
OnlyShownIn=X-MeeGo;
MimeType=x-maemo-urischeme/http;x-maemo-urischeme/https;x-maemo-urischeme/ftp;x-maemo-urischeme/file;text/html;x-maemo-highlight/ftp-url;x-maemo-highlight/http-url;

View File

@ -1,5 +1,7 @@
#filter substitution
#if MOZ_PLATFORM_MAEMO == 5
@installdir@/fennec /usr/bin/fennec
/usr/share/applications/hildon/fennec.desktop etc/others-menu/0112_fennec.desktop
#endif