mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-01 07:43:32 +02: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.2a1pre
|
||||
NAME = xulmus
|
||||
|
||||
include ../common/Makefile
|
||||
|
||||
@@ -11,3 +11,6 @@
|
||||
<!ENTITY dactyl.statusBefore "statusbar-display">
|
||||
<!ENTITY dactyl.statusAfter "">
|
||||
|
||||
<!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">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<em:id>xulmus@vimperator.org</em:id>
|
||||
<em:type>2</em:type>
|
||||
<em:name>Xulmus</em:name>
|
||||
<em:version>###VERSION###</em:version>
|
||||
<em:version>0.2a1pre</em:version>
|
||||
<em:description>Makes Songbird behave like Vim and CMus.</em:description>
|
||||
<em:creator>Prathyush Thota</em:creator>
|
||||
<em:homepageURL>http://vimperator.org</em:homepageURL>
|
||||
|
||||
Reference in New Issue
Block a user