Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
prepare to release 0.8 for use with firefox >= 23
· 81b2b7cb
Daniel Kahn Gillmor
authored
Sep 20, 2013
81b2b7cb
avoid embedding the current TZ in the created zipfile.
· 508cd908
Daniel Kahn Gillmor
authored
Aug 06, 2015
508cd908
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
508cd908
xul-ext-monkeysphere (0.8) upstream;
* Fix for firefox >= 23 (thanks Kristian Fiskerstrand!)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 20 Sep 2013 01:20:29 -0400
xul-ext-monkeysphere (0.7) upstream;
* update validation method for firefox >= 20 (thanks James Bottomley!)
...
...
Makefile
View file @
508cd908
...
...
@@ -12,7 +12,7 @@ ICONS = $(addprefix chrome/content/, broken.png bad.png error.png)
VERSION
=
$(
shell
head
-n1
Changelog |
sed
-e
's/^.*(//'
-e
's/
)
.*$$//'
)
monkeysphere.xpi
:
$(XPI_CONTENTS) $(ICONS)
zip
$@
$(
XPI_CONTENTS
)
$(
ICONS
)
TZ
=
UTC
zip
$@
$(
XPI_CONTENTS
)
$(
ICONS
)
install.rdf
:
install.rdf.template Changelog
sed
's/__VERSION__/
$(
VERSION
)
/'
<
$<
>
$@
...
...
install.rdf.template
View file @
508cd908
...
...
@@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<Description>
<em:id>
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
</em:id>
<em:minVersion>
3.5
</em:minVersion>
<em:maxVersion>
*
</em:maxVersion>
<em:maxVersion>
26.
*
</em:maxVersion>
</Description>
</em:targetApplication>
...
...