Commit graph

47 commits

Author SHA1 Message Date
Jan Tojnar fdd6153555
netsurf.libnsgif: build on Darwin 2019-11-03 14:31:38 +01:00
Jan Tojnar a881d113a9
netsurf.buildsystem: build on Darwin 2019-11-03 14:31:37 +01:00
Franz Pletz de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
Robin Gloster 616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
R. RyanTM 6ec4efb4ba netsurf.buildsystem: 1.7 -> 1.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/netsurf-buildsystem/versions
2019-08-19 16:38:16 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Samuel Dionne-Riel a0fe9f401d netsurf: cleanup derivation + reformat 2019-08-03 00:54:18 -04:00
Samuel Dionne-Riel 53d094bc8b netsurf: Removes unneeded things
Also fixes native build inputs
2019-08-03 00:27:36 -04:00
Samuel Dionne-Riel d53399e1b3 netsurf: only wrap one time for GTK build 2019-08-02 22:03:10 -04:00
Samuel Dionne-Riel 7fef224538 netsurf: backport patch resolving SSL issue 2019-08-02 21:48:07 -04:00
Samuel Dionne-Riel 268100414f netsurf: enables more first-party libraries 2019-08-02 21:47:58 -04:00
Samuel Dionne-Riel c405588b7c netsurf.libnspsl: init at 0.1.5 2019-08-02 21:47:58 -04:00
Samuel Dionne-Riel 08cde7620d netsurf.libsvgtiny: init at 0.1.7 2019-08-02 21:47:58 -04:00
Samuel Dionne-Riel df952a21ef netsurf.libnslog: init at 0.1.2 2019-08-02 21:47:58 -04:00
Samuel Dionne-Riel cec6c83595 netsurf: 3.5 -> 3.9 2019-08-02 21:47:58 -04:00
Samuel Dionne-Riel af982f6f37 netsurf.nsgenbind: 0.3 -> 0.7 2019-08-02 21:27:52 -04:00
Samuel Dionne-Riel e286d97a49 netsurf.libwapcaplet: 0.3.0 -> 0.4.2 2019-08-02 21:27:52 -04:00
Samuel Dionne-Riel d87f5099f0 netsurf.libutf8proc: 1.3.1 -> 2.4.0-1 2019-08-02 21:27:51 -04:00
Samuel Dionne-Riel 884f7f9a56 netsurf.libparserutils: 0.2.3 -> 0.2.4 2019-08-02 21:27:51 -04:00
Samuel Dionne-Riel 722ed66c8f netsurf.libnsutils: 0.0.2 -> 0.0.5 2019-08-02 21:27:51 -04:00
Samuel Dionne-Riel 6750af2031 netsurf.libnsgif: 0.1.3 -> 0.2.1 2019-08-02 21:27:51 -04:00
Samuel Dionne-Riel 60e3b3ddaf netsurf.libnsfb: 0.1.4 -> 0.2.1 2019-08-02 21:27:51 -04:00
Samuel Dionne-Riel 1c60e5c3c6 netsurf.libnsbmp: 0.1.3 -> 0.1.5 2019-08-02 21:27:50 -04:00
Samuel Dionne-Riel d99a97c9a3 netsurf.libhubbub: 0.3.3 -> 0.3.6 2019-08-02 21:27:50 -04:00
Samuel Dionne-Riel a5980dfa01 netsurf.libdom: 0.3.0 -> 0.4.0 2019-08-02 21:27:50 -04:00
Samuel Dionne-Riel 3d90e873d8 netsurf.libcss: 0.6.0 -> 0.9.0 2019-08-02 21:27:50 -04:00
Robin Gloster f27378460d
netsurf.libwapcaplet: fix build with gcc8 2019-06-17 07:06:02 +02:00
R. RyanTM 7e7c0f9e7a netsurf.buildsystem: 1.6 -> 1.7 (#46249)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
netsurf-buildsystem
2018-09-29 20:21:00 +02:00
Ryan Mulligan ccbaacaec5 netsurf.buildsystem: 1.5 -> 1.6
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/8d2bc8fda08696882cec0fd25ff22ac3
2018-03-21 21:26:04 +01:00
Michael Raskin 0077c7651c netsurfPackages.libcss: fix build by -Wno-error=implicit-fallthrough. 2018-03-14 12:07:18 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Rahul Gopinath 0da53f8bc3 netsurf: enable sixel display 2016-06-29 14:12:03 -07: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