J Phani Mahesh
9fdcfb2a63
xautoclick: switch sf downloads to mirror://
...
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
2016-08-20 17:19:56 +05:30
J Phani Mahesh
7b8303a7de
mlterm: switch sf downloads to mirror://
...
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
2016-08-20 17:19:56 +05:30
Nikolay Amiantov
edb9416228
Merge pull request #17819 from abbradar/printing-updates
...
Printing and PDF-related updates
2016-08-20 01:41:55 +04:00
Joachim F
409b53cba8
Merge pull request #17799 from robbinch/pkg-kiwix
...
kiwix: Fix broken build
2016-08-18 17:13:21 +02:00
Nikolay Amiantov
c998a76951
mupdf: cleanup, use system libraries
2016-08-18 16:12:28 +03:00
Robbin C
2a84cc856b
kiwix: Fix broken build
2016-08-18 07:55:06 +08:00
Joachim F
310bfeee20
Merge pull request #17800 from ebzzry/emem-0.2.25
...
emem: 0.2.24 -> 0.2.25
2016-08-17 22:58:29 +02:00
Nikolay Amiantov
8978989ef6
calibre: use the right sip directory
2016-08-17 20:50:27 +03:00
Nikolay Amiantov
3e5bf44aab
sip: 4.14.7 -> 4.18.1, drop unused old version
2016-08-17 20:30:51 +03:00
Rommel M. Martinez
c8ecc146a3
emem: 0.2.24 -> 0.2.25
2016-08-17 23:53:33 +08:00
Rommel M. Martinez
963d8cc3e0
translate-shell: init at 0.9.4 ( #17780 )
2016-08-17 16:20:55 +02:00
cmfwyp
c403221af5
calibre: 2.58.0 -> 2.64.0 ( #17771 )
...
Extension definitions were moved to extensions.json, so the patch
needed to be updated.
2016-08-17 13:20:39 +02:00
Rommel M. Martinez
e5a4afc1b7
emem: 0.2.23 -> 0.2.24
2016-08-17 14:37:37 +08:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
See #11567 .
Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.
There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Matthew Bauer
fe923c915d
gkrellm: fix darwin build
2016-08-16 19:25:42 +00:00
Robin Gloster
33e1c78ae3
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-16 07:54:01 +00:00
Rok Garbas
6f074bad5b
Merge pull request #17719 from mbakke/rofi-1.2.0
...
rofi: 1.1.0 -> 1.2.0
2016-08-15 00:58:02 +02:00
Nikolay Amiantov
9e7f77a634
urxvt_tabbedex: 2015-03-03 -> 2016-08-09
2016-08-14 22:37:07 +03:00
Nikolay Amiantov
909094a3ce
octoprint-plugins.m3d-fio: 0.32 -> 1.5
2016-08-14 22:37:07 +03:00
Nikolay Amiantov
503eefa412
octoprint: 1.12.10 -> 1.12.15
2016-08-14 22:37:07 +03:00
Frederik Rietdijk
e4b47de694
Remove top-level pycrypto
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
7986b718f3
Remove pycairo from top-level
...
See #11567 .
2016-08-14 13:52:42 +02:00
8573
14120a423b
dmenu: Fix scripts to run commands by store paths ( #17709 )
...
The `dmenu` package includes two binary programs, `dmenu` and `stest`,
and two shell scripts, `dmenu_run` and `dmenu_path`. `dmenu_run`
invokes `dmenu` and `dmenu_path`, and `dmenu_path` invokes `stest`.
`dmenu_run`'s invocation of `dmenu` was patched to run it by its full
store path, but its invocation of `dmenu_path` and `dmenu_path`'s
invocation of `stest` were not.
If `dmenu_path` and `stest` were not in the set of system packages or
otherwise in the `PATH`, this situation would result in `dmenu_run`
opening a dmenu instance with no menu entries (which would normally be
generated by `dmenu_path`, which `dmenu_run` couldn't find, as it was
running it by `PATH` lookup).
This commit fixes the package to also patch the invocation of
`dmenu_path` in `dmenu_run` and the invocations of `stest` in
`dmenu_path` to invoke those programs by their full store paths.
I have tested this change on NixOS.
2016-08-14 11:38:25 +00:00
Marius Bakke
c2013ac1d6
rofi: 1.1.0 -> 1.2.0
2016-08-14 00:07:50 +01:00
Franz Pletz
bd4490e277
Merge branch 'master' into hardened-stdenv
2016-08-13 16:59:55 +02:00
zimbatm
c2302f2f45
Merge pull request #17677 from kamilchm/no-go-libs-json
...
buildGoPackage: remove Go deps file `libs.json`
2016-08-12 18:13:29 +01:00
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Théophane Hufschmitt
dcdcea9938
timewarrior : fix manpages installation ( #17667 )
2016-08-11 17:54:49 +02:00
Katona László
40f6d7ea5d
fehlstart: init at 9f4342d7
2016-08-11 10:59:04 +02:00
Teo Klestrup Röijezon
b22afb1de8
playonlinux: 4.2.9 -> 4.2.10
2016-08-11 02:24:41 +02:00
Derek Gonyeo
6aa60630cf
acbuild: v0.3.0 -> v0.4.0
2016-08-10 13:39:30 -07:00
Matthew
7833781b43
wikicurses: fix build error
...
It would error when a config file was missing. This patch comes from
github and can be removed once 4b944ac339312b642c6dc5d6b5a2f7be7503218f
is included in a release.
2016-08-09 20:58:52 +00:00
cmfwyp
2b28811957
calibre: add desktop entry files
2016-08-08 23:40:07 -04:00
Tuomas Tynkkynen
bdc2a4a15b
gsimplecal: Broken on Darwin
...
Has never had a successful Darwin build.
http://hydra.nixos.org/build/38312308
2016-08-08 16:12:29 +03:00
Vladimír Čunát
ee23909dc6
hello: doCheck = true; again
...
Close #17573 .
2016-08-07 17:17:34 +02:00
José Romildo Malaquias
20e4e2f9eb
tint2: 0.12.11 -> 0.12.12
2016-08-04 07:31:55 -03:00
Franz Pletz
8a0834c335
mupdf: 1.9 -> 1.9a, add patch to fix CVE-2016-6525
2016-08-03 22:18:56 +02:00
Joachim F
70bf931498
Merge pull request #17410 from knedlsepp/motif-on-darwin
...
motif: Add support for darwin
2016-08-03 18:31:43 +02:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Robin Gloster
b1f2e02fd5
Merge pull request #17456 from chris-martin/truecrypt-fix-src
...
Truecrypt: fix source url
2016-08-03 11:54:24 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
59ce911810
treewide: Some EOF-whitespace fixes
2016-08-02 21:17:44 +03:00
Franz Pletz
1005f464dd
xpdf: disable format hardening
2016-08-02 14:08:01 +00:00
Robin Gloster
1be4907ca2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-02 13:46:36 +00:00
Frederik Rietdijk
2e538a0f55
kde5.yakuake: use kdeWrapper
2016-08-02 08:40:16 +02:00
Chris Martin
ade00b3c42
truecrypt: change checksum from sha1 to sha256
2016-08-01 13:32:11 -07:00
Chris Martin
9c4b23ba11
truecrypt: update source url
2016-08-01 13:31:44 -07:00
Robin Gloster
5341b8b1f8
moonlight-embedded: init at 2.2.1 ( #17414 )
2016-08-01 18:46:13 +02:00
Robin Gloster
63c7b4f9a7
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-31 20:51:34 +00:00
Josef Kemetmueller
3d3d607408
catclock: Add darwin support
2016-07-31 20:57:06 +02:00
Gabriel Ebner
b714fdb574
khard: 0.9.0 -> 0.11.1
2016-07-31 10:14:13 +02:00
Kranium Gikos Mendoza
c9e5ddde0a
monero: 0.8.8.4 -> 0.9.4 ( #17371 )
2016-07-30 01:37:49 +01:00
Robin Gloster
bddec681fb
Merge pull request #17334 from RamKromberg/init/catclock
...
catclock: init at 2015-10-04
2016-07-28 16:31:12 +02:00
Frederik Rietdijk
e40f5e6658
Merge pull request #17338 from matthiasbeyer/update-rtv
...
Update rtv
2016-07-28 15:01:31 +02:00
Matthias Beyer
39cd6895c1
rtv: 1.9.0 -> 1.10.0
2016-07-28 14:00:37 +02:00
Ram Kromberg
4f94e026f4
catclock: init at 2015-10-04
2016-07-28 12:09:31 +03:00
Matthias Beyer
af5e45cf2e
timewarrior: 0.9.5.alpha -> 1.0.0.beta1
2016-07-28 10:57:19 +02:00
Matthias Beyer
c31cbe8f9c
xterm: Make dec-locator support optional ( #17238 )
...
Enable it by default but allow disabling, which solves some issues one
might have with vim/nvim as reported and documented in
#17158
#17170
#17234
neovim/neovim#5015
2016-07-28 04:08:54 +02:00
Ram Kromberg
3df0422083
lenmus: 5.4.1 -> 5.4.2
2016-07-26 20:14:06 +03:00
Kranium Gikos Mendoza
b98e4b3aa4
qtbitcointrader: add {pre,post}Configure to fix build ( #17269 )
2016-07-26 12:15:47 +02:00
Robin Gloster
f222d98746
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-25 12:47:13 +00:00
Rommel M. Martinez
48fdde173f
emem: 0.2.22 -> 0.2.23 ( #17245 )
2016-07-25 06:13:49 +02:00
Rommel M. Martinez
68ac9bda91
emem: 0.2.20 -> 0.2.22
2016-07-24 22:00:40 +08:00
Joachim F
e064903a19
Merge pull request #17225 from ebzzry/emem-0.2.20
...
emem: 0.2.19 -> 0.2.20
2016-07-24 12:50:12 +02:00
Rommel M. Martinez
66d07f4dfe
emem: 0.2.19 -> 0.2.20
2016-07-24 14:17:11 +08:00
Joachim F
06d1723c4e
Merge pull request #17195 from womfoo/bump/pwsafe-0.99
...
pwsafe: fix build and 0.95 -> 0.99
2016-07-23 20:42:48 +02:00
Kranium Gikos Mendoza
cf08d94d18
pwsafe: 0.95 -> 0.99
2016-07-23 12:37:10 +08:00
Ram Kromberg
3e938ad7f1
metamorphose2: init at 0.9.0beta
2016-07-22 21:51:21 +03:00
zimbatm
95cfa1a668
Merge pull request #17150 from ebzzry/emem-0.2.19
...
emem: 0.2.18 -> 0.2.19
2016-07-21 20:18:25 +01:00
Rommel M. Martinez
a584ca5791
emem: 0.2.18 -> 0.2.19
2016-07-21 23:00:59 +08:00
Ram Kromberg
26008f28b8
lighthouse: 2016-01-26 -> 2016-07-20 ( #17127 )
2016-07-21 05:50:59 +02:00
Robin Gloster
1f04b4a566
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-21 00:56:43 +00:00
Rok Garbas
cd25b04dbb
Merge pull request #16600 from artuuge/cpp_ethereum
...
cpp_ethereum: init at 1.2.9
2016-07-21 01:39:04 +02:00
mimadrid
4ddaf12dc6
vifm: 0.8.1 -> 0.8.2
2016-07-19 23:15:08 +02:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Renzo Carbonara
ae3896061b
gpg-mpd: init at 0.7.4 ( #16527 )
2016-07-19 11:09:20 +02:00
schneefux
4463f9f3d4
hugo: init at 0.16
...
Closes #16299 .
2016-07-19 11:04:37 +02:00
Matthias Beyer
77fcccf7d7
wikicurses: init at 1.3 ( #16916 )
2016-07-19 08:47:43 +02:00
Peter Jones
f303a072c0
slic3r: Add LWP for "Send to printer"
...
This patch adds a dependency on the LWP perl module so that Slic3r can
make HTTP connections to Octoprint and send G-code to a remote printer.
2016-07-18 21:22:23 +02:00
Rommel M. Martinez
1c0465828c
emem: 0.2.16 -> 0.2.18
2016-07-18 13:01:34 +08:00
Nikolay Amiantov
aefd8c420c
Merge pull request #17043 from womfoo/fix/qmake4Hook-builds
...
reintroduce qmake .pro files after qmake4Hook changes
2016-07-18 00:11:24 +04:00
Kranium Gikos Mendoza
5609e0daa2
multimon-ng: fix qmake4Hook build
...
pass multimon-ng.pro which was removed in fbb9263
2016-07-17 22:42:08 +08:00
Joachim F
5f3ca2ed82
Merge pull request #16986 from binarin/urxvt_font_size-xlsfonts-dep
...
urxvt_font_size: Add missing `xlsfonts` dependency
2016-07-16 20:09:29 +02:00
Frederik Rietdijk
fe17c7a002
Merge pull request #16643 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.86 -> 0.7.87
2016-07-16 12:55:54 +02:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Frederik Rietdijk
2e986016d0
Merge pull request #16946 from phanimahesh/fix-16198
...
Fix typo: s/propogate/propagate/
2016-07-15 15:00:01 +02:00
Alexey Lebedeff
2614593598
urxvt_font_size: Add missing xlsfonts
dependency
2016-07-15 15:23:24 +03:00
Frederik Rietdijk
641c535bd5
Merge pull request #16931 from RamKromberg/init/lenmus
...
lenmus: init at 5.4.1
2016-07-15 11:36:57 +02:00
Tuomas Tynkkynen
c787d2786e
Merge pull request #16935 from ebzzry/emem-0.2.16
...
emem: 0.2.15 -> 0.2.16
2016-07-14 15:51:44 +03:00
J Phani Mahesh
2f00cea5df
zscroll: propogatedBuildInputs -> propagatedBuildInputs
2016-07-14 15:52:00 +05:30
Gabriel Ebner
53a8d9350e
procmail: clean up and add meta section
2016-07-14 12:10:09 +02:00
Rommel M. Martinez
4b3f87ff81
emem: 0.2.15 -> 0.2.16
2016-07-14 08:04:41 +08:00
Ram Kromberg
697f0df394
lenmus: init at 5.4.1
2016-07-13 22:04:35 +03:00
Ram Kromberg
8f98fcd73b
lighthouse: init at 2016-01-26 ( #16849 )
2016-07-11 18:10:43 +02:00
Marc Scholten
81810c664b
iterm2: 3.0.2 -> 3.0.4 ( #16800 )
2016-07-10 11:28:43 +02:00
Kranium Gikos Mendoza
9d81feb474
pdfmod: unbreak after multiple-outputs change
...
switched to lib.makeLibraryPath for LD_LIBRARY_PATH
2016-07-09 23:40:03 +02:00
Christian Richter
86809b838f
mop: init at 0.2.0
...
Fixes #16728 .
2016-07-09 15:00:36 +02:00
zimbatm
c44098feac
Merge pull request #16459 from mpscholten/iterm2-build-from-source
...
iTerm2: 2.1.4 -> 3.0.2 and refactoring
2016-07-07 10:14:20 +01:00
Nikolay Amiantov
570da9662b
Merge pull request #16670 from rasendubi/guake
...
guake: add gconf to propagatedUserEnvPkgs
2016-07-06 02:16:12 +04:00
mimadrid
eaeb69c46e
cherrytree: 0.35.9 -> 0.37.1
2016-07-05 22:59:29 +02:00
Arseniy Seroka
7926a98a71
Merge pull request #16650 from RamKromberg/fix/spacefm-issue-15758
...
spacefm: sudo and gksu fixes #15758 and license update
2016-07-05 13:02:43 +03:00
Joachim Fasting
0da28e9cfa
Merge pull request #16582 from vrthra/xsw
...
xsw: init at 0.1.2
2016-07-04 01:11:57 +02:00
Rahul Gopinath
cfe4ad2431
xsw: init at 0.1.2
2016-07-03 15:56:38 -07:00
Joachim Fasting
511caf3225
Merge pull request #16677 from womfoo/bump/bleachbit-1.12
...
bleachbit: 1.8 -> 1.12
2016-07-03 23:26:29 +02:00
Joachim Fasting
3b6dcde064
Merge pull request #16673 from cko/dbvis
...
dbvisualizer: 9.2.5 -> 9.5
2016-07-03 22:35:22 +02:00
Vladimír Čunát
ca61557581
lyx: maintenance 2.1.4 -> 2.1.5
2016-07-03 17:20:45 +02:00
Kranium Gikos Mendoza
0405f52559
bleachbit: 1.8 -> 1.12
2016-07-03 22:00:04 +08:00
Christine Koppelt
ad24bb6ab1
dbvisualizer: 9.2.5 -> 9.5
2016-07-03 10:14:07 +02:00
Ram Kromberg
1bbcd91b2e
spacefm: sudo and gksu fixes #15758 and license update
2016-07-03 01:43:34 +03:00
Alexey Shmalko
2bd7855c46
guake: add gconf to propagatedUserEnvPkgs
...
This fixes #15978 .
2016-07-03 00:39:38 +03:00
Arseniy Seroka
44a3eebdf9
Merge pull request #16608 from vrthra/netsurf-framebuffer
...
netsurf: enable sixel display
2016-07-02 17:29:29 +04:00
Joachim Fasting
158013244a
Merge pull request #16581 from vrthra/vp
...
vp: init at 1.8
2016-07-02 14:07:45 +02:00
Joachim Fasting
ed01d6f7d3
Merge pull request #16604 from vrthra/xterm-fix
...
xterm: Enable DEC Locator Mode
2016-07-02 13:56:43 +02:00
artuuge
5a8bf2c32b
cpp_ethereum: use the ocl-icd package
2016-07-02 00:46:20 +02:00
artuuge
83fd63995a
cpp_ethereum: init at 1.2.9
...
jsoncpp: 1.6.5 -> 1.7.2
libjson_rpc_cpp: 0.2.1 -> 0.6.0
argtable: init at 3.0.1
libcpuid: init at 0.2.2
2016-07-01 19:14:00 +02:00
devhell
031b32104c
{lib}mediainfo{-gui}: 0.7.86 -> 0.7.87
...
From the changelog:
```
Version 0.7.87, 2016-06-30
+ Spanish and catalan languages updated, thanks to Sergi Medina
+ Refactoring of the trace feature, for better performance and some bug fixes
- Visual C++ 2012 project files removed
x Review of symbols display, now using standard display (e.g. "k" instead of "K", " min" instead of "mn"...)
x XML output: revert to old versioning method (version is MediaInfo software version)
x I63, EBUCore/FIMS outputs: typo correction about WritingLibrary and WritingApplication
x Matroska: files with CodecPrivate element before CodecID element where not always correctly parsed
x OGG: crash/incoherent behavior with some buggy OGG streams having invalid chunk sizes
```
2016-07-01 13:39:27 +01:00
Damien Cassou
17f822a456
Merge pull request #16637 from DamienCassou/tnef-1.4.12
...
tnef: init at 1.4.12
2016-07-01 11:06:37 +02:00
Damien Cassou
44f885a0a3
tnef: init at 1.4.12
2016-07-01 10:35:55 +02:00
Rahul Gopinath
0da53f8bc3
netsurf: enable sixel display
2016-06-29 14:12:03 -07:00
Rahul Gopinath
6904030b42
vp: init at 1.8
2016-06-29 11:05:19 -07:00
Rahul Gopinath
a98ae8e152
xterm: Enable DEC Locator Mode
...
Dec locator mode is needed for sixel applications to get mouse locations
from xterm.
2016-06-29 10:59:34 -07:00
Vladimír Čunát
3afa246038
Merge branch 'staging'
...
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Rahul Gopinath
7f5d130f18
mdp: 1.0.6 -> 1.0.7
2016-06-27 13:36:22 -07:00
Marc Scholten
31d3efa0d4
iTerm2: 2.1.4 -> 3.0.2
2016-06-27 15:00:31 +02:00
Arseniy Seroka
6664d8998c
Merge pull request #16520 from womfoo/merkaartor
...
merkaartor: 0.18.1 -> 0.18.2
2016-06-26 20:13:50 +03:00
Kranium Gikos Mendoza
d576729099
merkaartor: 0.18.1 -> 0.18.2
2016-06-26 17:16:58 +08:00
Oliver Hunt
7060eaf0bb
synergy: 1.7.5 -> 1.7.6
2016-06-25 13:54:29 +02:00
Arseniy Seroka
fdebe7cbc6
Merge pull request #16486 from womfoo/gpxsee
...
gpxsee: init at 2.16
2016-06-25 13:37:59 +03:00
José Romildo Malaquias
2c10fc43c4
albert: 0.8.8 -> 0.8.10
2016-06-25 07:00:35 -03:00
Kranium Gikos Mendoza
c415764a1e
gpxsee: init at 2.16
2016-06-25 13:14:53 +08:00
zimbatm
bc1a09c6ee
Merge pull request #16404 from matthiasbeyer/update-timewarrior
...
timewarrior: 2016-03-29 -> 0.9.5.alpha
2016-06-23 17:19:36 +01:00
Vladimír Čunát
6b27ceb006
Merge 'master' into staging and re-revert merge
...
... from staging to master, reverted temporarily in aa9a04883e
.
2016-06-23 12:09:03 +02:00
Vladimír Čunát
aa9a04883e
Revert "Merge branch 'staging'" due to glibc
...
The main output started to retain dependency on bootstrap-tools; see
https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096
This reverts commit c05d829598
, reversing
changes made to f073df60d6
.
2016-06-23 09:25:10 +02:00
Joachim Fasting
7c6969f8a0
Merge pull request #16347 from vrthra/netsurf-all
...
Netsurf: init at 3.5
2016-06-23 00:07:22 +02:00
zimbatm
ca44513f57
Merge pull request #16365 from mpscholten/sequel-pro
...
sequel-pro: init at 1.1.2
2016-06-22 22:28:44 +01:00
Rahul Gopinath
02515e88f6
netsurf: init at 3.5
2016-06-22 10:33:25 -07:00
Rahul Gopinath
9e7434348d
netsurf-libutf8proc: init at 1.3.1
2016-06-22 09:27:33 -07:00
Rahul Gopinath
4393be74de
netsurf-libnsutils: init at 0.0.2
2016-06-22 09:27:32 -07:00
Rahul Gopinath
df6540dc55
netsurf-libnsfb: init at 0.1.4
2016-06-22 09:27:32 -07:00
Rahul Gopinath
b02f57204d
netsurf-libnsgif: init at 0.1.3
2016-06-22 09:27:31 -07:00
Rahul Gopinath
ec87aa51a6
netsurf-libnsbmp: init at 0.1.3
2016-06-22 09:27:31 -07:00
Rahul Gopinath
d716b0f68d
netsurf-libdom: init at 0.3.0
2016-06-22 09:27:30 -07:00
Rahul Gopinath
e3c35ae619
netsurf-libhubbub: init at 0.3.3
2016-06-22 09:27:30 -07:00
Rahul Gopinath
1329375b25
netsurf-libcss: init at 0.6.0
2016-06-22 09:27:30 -07:00
Rahul Gopinath
f5fec0410c
netsurf-libparserutils: init at 0.2.3
2016-06-22 09:27:29 -07:00
Rahul Gopinath
47675a68d3
netsurf-nsgenbind: init at 0.3
2016-06-22 09:27:29 -07:00
Rahul Gopinath
5aa722a436
netsurf-libwapcaplet: init at 0.3.0
2016-06-22 09:27:28 -07:00
Rahul Gopinath
8dde79a795
netsurf-buildsystem: init at 1.5
2016-06-22 09:27:28 -07:00