mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 20:33:30 +01:00
Fix :version for non-XPI installs. Fix :extensions in FF 3.6.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#### configuration
|
||||
|
||||
VERSION = 0.6a1pre
|
||||
NAME = muttator
|
||||
NAME = teledactyl
|
||||
|
||||
include ../common/Makefile
|
||||
|
||||
@@ -2,3 +2,7 @@
|
||||
<!ENTITY dactyl.name "muttator">
|
||||
<!ENTITY dactyl.statusBefore "">
|
||||
<!ENTITY dactyl.statusAfter "statusText">
|
||||
|
||||
<!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator">
|
||||
<!ENTITY xmlns.html "http://www.w3.org/1999/xhtml">
|
||||
<!ENTITY xmlns.xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
@@ -11,3 +11,7 @@
|
||||
<!ENTITY dactyl.statusBefore "">
|
||||
<!ENTITY dactyl.statusAfter "statusTextBox">
|
||||
|
||||
<!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator">
|
||||
<!ENTITY xmlns.html "http://www.w3.org/1999/xhtml">
|
||||
<!ENTITY xmlns.xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
|
||||
@@ -4,17 +4,12 @@
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
<em:id>teledactyl@dactyl.googlecode.com</em:id>
|
||||
<em:name>Teledactyl</em:name>
|
||||
<em:version>###VERSION###</em:version>
|
||||
<em:version>0.5b1pre</em:version>
|
||||
<em:description>Thunderbird for Mutt and Vim addicts</em:description>
|
||||
<em:creator>Kris Maglione</em:creator>
|
||||
<em:homepageURL>http://dactyl.sf.net/Teledactyl</em:homepageURL>
|
||||
<em:iconURL>chrome://muttator/skin/icon.png</em:iconURL>
|
||||
<em:iconURL>chrome://teledactyl/skin/icon.png</em:iconURL>
|
||||
<em:optionsURL>chrome://dactyl/content/preferences.xul</em:optionsURL>
|
||||
<em:file>
|
||||
<Description about="urn:mozilla:extension:file:teledactyl.jar">
|
||||
<em:package>content/teledactyl/</em:package>
|
||||
</Description>
|
||||
</em:file>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
||||
|
||||
Reference in New Issue
Block a user