about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/vimb
AgeCommit message (Collapse)AuthorFilesLines
2022-05-08vimb: 3.3.0 -> 3.6.0Daniel Nagy1-2/+2
2021-07-13midori|vimb: fix tarball jobajs1241-0/+4
this is needed after c6e51d03695efa90a8d09b41fe6441953e21d52a
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-20Remove myself as maintainer of some packages.Rickard Nilsson1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-06webkit: move to aliasesJan Tojnar1-2/+2
2018-12-29vimb: simplify with wrapGAppsHookWill Dietz1-10/+4
wrapGAppsHook per reviewer suggestion, ty! :)
2018-12-29vimb: uses gtk3, provide it explicitly instead of unused (?) gtk2Will Dietz1-2/+2
2018-12-29vimb: prefer fetchFromGitHub, touchup inputsWill Dietz1-6/+8
2018-12-29vimb: 3.1.0 -> 3.3.0Will Dietz1-2/+2
https://github.com/fanglingsu/vimb/releases/tag/3.2.0 https://github.com/fanglingsu/vimb/releases/tag/3.3.0
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-4/+4
2018-01-16vimb: 2.11 -> 3.1.0S. Nordin Abouzahra1-2/+2
Updates vimb to no longer depend on webkitgtk24x.
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-01-19Merge branch 'staging' into closure-sizeVladimír Čunát1-2/+2
2016-01-08vimb: 2.9 -> 2.11Avery Glitch1-2/+2
2015-10-13glib-networking: split the dev outputVladimír Čunát1-1/+1
That's done to get rid of propagatedBuildInputs from regular closure. Also references were fixed, mainly to its gio modules.
2015-07-31Don't statically depend on cacert for certificatesEelco Dolstra1-6/+1
This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 and others. Managing certificates (including revoking certificates and adding custom certificates) becomes extremely painful if every package in the system potentially depends on a different copy of cacert. Also, it makes updating cacert rather expensive.
2015-06-05cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III1-1/+1
2015-05-29Fix more ca-bundle pathsWilliam A. Kennington III1-2/+2
2015-02-13vimb: Update from 2.8 to 2.9Rickard Nilsson1-3/+3
2014-10-13vimb: Update from 2.7 to 2.8Rickard Nilsson1-2/+2
2014-08-24vimb: Update from 2.6 to 2.7Rickard Nilsson1-2/+2
2014-08-13vimb: Update from 2.4 to 2.6Rickard Nilsson1-2/+2
2014-06-10vimb: Upgrade from 2.2 to 2.4Rickard Nilsson1-3/+3
2014-04-06Fix gsettings schemas usage for several packages due to #1901Luca Bruno1-3/+3
Also add icons to epiphany
2014-02-12New package: The vimb web browserRickard Nilsson1-0/+42