summaryrefslogtreecommitdiffstats
path: root/package/jquery-keyboard
Commit message (Collapse)AuthorAgeFilesLines
* jquery-keyboard: add .hash filePeter Korsgaard2016-06-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/d75/d7500f7e063b94e9991bacfd1df9fa5aa1967db0/ http://autobuild.buildroot.org/results/f48/f485ee75ec4c9b87f17b8b8dc1898590045474b4/ For some odd reason, the file on the autobuilder ended up getting prefixed by these 7 bytes: 00000000 31 62 30 31 61 0d 0a 1f 8b 08 00 00 00 00 00 00 |1b01a...........| And suffixed by these 7 bytes: 0001b020 00 0d 0a 30 0d 0a 0d 0a Which then caused gzip to fail to extract it. It is not clear to me how this could happen (Github glitz? It looks suspiciously like HTTP/1.1 chunked encoding going wrong, E.G. 0x1b01a = 110618 = tarball size) - but adding a .hash file fixes it as the corruption gets detected and we fall back to our s.b.o mirror. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jQuery: introduce external plugin menuYegor Yefremov2015-12-221-2/+1
| | | | | | | | List all jQuery plugins in a dedicated menu and remove uneeded jQuery selection. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jquery-keyboard: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jquery-keyboard: bump to version 1.18.9Gustavo Zacarias2014-06-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jquery-keyboard: bump to version 1.18.6Gustavo Zacarias2014-04-031-3/+2
| | | | | | | Also switch to github download helper. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jquery-keyboard: bump to version 1.18.2Gustavo Zacarias2014-03-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: cleanup github <pkg>{_VERSION, _SOURCE, _SITE} variableJerzy Grzegorek2013-11-021-2/+2
| | | | | | | | | | | | | | | | | | | According to the documentation, chapter 6.2.8.2 How to add a package from github " [...] FOO_VERSION = tag or full commit ID FOO_SITE = http://github.com/<user>/<package>/tarball/$(FOO_VERSION) [...] - The tarball name generated by github matches the default one from Buildroot (...), so it is not necessary to specify it in the +.mk+ file. " This commit makes the appropriate changes. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: drop unneeded 'call' from {generic,autotools}-package invocationPeter Korsgaard2013-09-111-1/+1
| | | | | Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jquery-keyboard: bump to version 1.17.7Gustavo Zacarias2013-06-122-1/+2
| | | | | | | And select/install jquery-ui since it's almost mandatory. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jquery-keyboard: new packageGustavo Zacarias2013-05-042-0/+32
Add the jquery-keyboard package based on Simon Dawson's patch with a newer version and improvements (license, select jquery, install layouts). [Peter: don't use install -D when destination is a directory] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud