Commit graph

2316 commits

Author SHA1 Message Date
José Romildo Malaquias 2c10fc43c4 albert: 0.8.8 -> 0.8.10 2016-06-25 07:00:35 -03: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 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
Vladimír Čunát c05d829598 Merge branch 'staging' 2016-06-22 10:49:56 +02:00
Shea Levy 8f28dad52c Merge branch 'nix-tour' of git://github.com/qknight/nixpkgs 2016-06-21 19:45:27 -04:00
Matthias Beyer a1d42293ec timewarrior: 2016-03-29 -> 0.9.5.alpha
Also: Switch to use `fetchurl` instead of `fetchgit`
2016-06-21 21:06:13 +02:00
Marc Scholten d53756f35d sequel-pro: init at 1.1.2 2016-06-20 19:05:42 +02:00
Gabriel Ebner 05a89a6512 goldendict: 1.5.0.ec86515 -> 1.5.0.rc2 2016-06-20 17:59:37 +02:00
Tobias Geerinckx-Rice bcde5c3353
ganttproject-bin: init at 2.7.2-r1954 2016-06-20 16:04:36 +02:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Marius Bakke d4891fa519 rofi: 1.0.1 -> 1.1.0 2016-06-19 16:36:03 +01:00
Vladimír Čunát e757404555 Merge branch 'master' into staging
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Vladimír Čunát 97c484a10f treewide: fix #include errors after gcc-5.4
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Gabriel Ebner 2a16e37709 khal: disable tests for now
Fixes #15981.
2016-06-18 08:19:57 +02:00
Joachim Schiele fe04ea79dd nix-tour: 0.0.1 initial release for offline use 2016-06-17 12:34:19 +02:00
Joachim Fasting 552c2e5b08 Merge pull request #16205 from vrthra/green
SDL_sixel: Init at 1.2-nightly
2016-06-17 03:58:06 +02:00
Joachim Fasting d353301b32 Merge pull request #16165 from romildo/upd.fontmanager
font-manager: git-2016-03-02 -> 2016-06-04
2016-06-15 20:26:40 +02:00
Ambroz Bizjak 7102c3c0c4 cura: Fix breakage due to numpy change. (#16234)
Upstream bug report: https://github.com/daid/Cura/issues/1461
2016-06-15 13:42:32 +01:00
Wout Mertens 3bbdfe5df7 Merge pull request #16232 from matthewbauer/makeself-fix-header
makeself: header wasn't being patched correctly
2016-06-15 09:44:33 +02:00
Matthew Bauer a221ff5569 makeself: header wasn't being patched correctly 2016-06-14 19:17:29 +00:00
Joachim Fasting 3123c7df37 Merge pull request #16204 from vrthra/mlterm
mlterm: Disable darwin compilaton
2016-06-14 03:09:46 +02:00
Nathan Zadoks ff45ea743f qtpass: 1.1.1 -> 1.1.3
Closes #16202.
2016-06-13 09:30:37 +02:00
Rahul Gopinath e19c5ce2e7 green-pdf-viewer: init at nightly-2014-04-22
Green pdf viewer uses SDL and libpoppler to render pdf.
2016-06-12 20:27:45 -07:00
Rahul Gopinath b3edfdbe21 mlterm: Disable darwin compilaton
Mlterm does not compile on darwin due to utmp.h not found.
2016-06-12 18:36:27 -07:00
zimbatm 7618d886c9 Merge pull request #16177 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.84 -> 0.7.86
2016-06-13 00:20:12 +01:00
zimbatm f663822cc8 Merge pull request #16168 from romildo/fix.gksu
gksu: use nativeBuildInputs and wrapGAppsHook
2016-06-12 23:55:34 +01:00
zimbatm b39e38f096 Merge pull request #16135 from vrthra/xterm
xterm: 320 -> 325
2016-06-12 23:49:30 +01:00
zimbatm ae34904ee9 Merge pull request #16160 from vrthra/mupdf
mupdf: 1.8 -> 1.9
2016-06-12 23:26:34 +01:00
Rahul Gopinath 857ba2d956 llpp: 21-git-2016-05-07 -> 21-git-2015-07-30
Update llpp to sync with mupdf
2016-06-12 09:48:34 -07:00
Rahul Gopinath 82f2e72941 zathura: Update mupdf dependency 2016-06-12 09:48:34 -07:00
devhell 22da52f28d {lib}mediainfo{-gui}: 0.7.84 -> 0.7.86
From the changelog:
```
Version 0.7.86, 2016-05-31

+ Linux/Mac: more output formats (PBCore, EBUCore, FIMS)
+ FFV1 parsing optimization, avoiding by default a too verbose trace
+ Matroska: more elements support and typo fixes in the trace
+ #I172, Trace feature: provide the name of the main parser in the media element
+ Matroska: consider all values below 0x10 EBML names as 1-byte junk
x Matroska: better support (including speed improvement) of huge lossless frames (e.g. 20 MB FFV1 4K)
x #I144, Python binding: Python 2 on Linux does not automatically provide the locale to the shared object
x HTML output: don't escape carriage returns from the input file
x FFV1: some streams were rejected despite the fact they are valid
x Python binding: some errors during call of Get() API with Python3 on Linux/Mac
```
2016-06-12 16:23:12 +01:00
José Romildo Malaquias 106c5b58f1 gksu: use nativeBuildInputs and wrapGAppsHook 2016-06-12 08:27:19 -03:00
José Romildo Malaquias f771bf9239 font-manager: git-2016-03-02 -> 2016-06-04 2016-06-12 08:00:31 -03:00
Rahul Gopinath 9b385535e8 mupdf: 1.8 -> 1.9
Updates mupdf, and libmupdf.so
2016-06-11 21:05:15 -07:00
Rahul Gopinath 105a903d94 xterm: 320 -> 325
Update xterm, also enable sixel, and regis support for graphics
2016-06-11 16:43:52 -07:00