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
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
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
Rahul Gopinath
c0316aaf84
mlterm: init at 3.3.8
...
A multi-lingual terminal that supports REGIS and SIXEL graphics
2016-06-11 12:35:34 -07:00
Alexey Shmalko
b21329e0e0
zathura: Enable synctex support
...
Closes #15984 .
abbradar: list is not needed for lib.optional
2016-06-10 17:32:48 +03:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
17770101b5
wego: extracted from goPackages
2016-06-09 11:21:30 +02:00
obadz
e3358c1951
pcmanfm-qt: init at 0.11.0
2016-06-08 23:08:15 +01:00
Moritz Ulrich
57cd08ae7e
camlistore: 0.8 -> 0.9
2016-06-07 21:01:41 +02:00
Tuomas Tynkkynen
dbb84ca705
ipmiview: Use makeLibraryPath
2016-06-07 21:17:46 +03:00
Tuomas Tynkkynen
48f26ba8dd
avrdudess: Use makeLibraryPath
...
This affected the hash, presumably it now references correct output of
gtk.
2016-06-07 21:15:18 +03:00
Nick Novitski
4edffff181
taskwarrior: enable on darwin
2016-06-05 18:10:53 +00:00
Vladimír Čunát
405493e411
Merge #15809 : xxkb: Split into multiple outputs
2016-06-05 00:51:43 +02:00
Pascal Wittmann
6d2f00b209
calibre: 2.57.1 -> 2.58.0
2016-06-03 18:25:22 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Joachim Fasting
5b9388a8ed
vifm: fixups
2016-06-03 16:09:20 +02:00
Matthias Beyer
7a44e129b6
vifm: 0.8 -> 0.8.1
2016-06-03 15:59:49 +02:00
Robin Gloster
e2cc56f98c
Merge pull request #15865 from mpscholten/iterm
...
iterm2: init at 2.1.4
2016-05-31 16:35:45 +02:00
Marc Scholten
624dcaec78
iterm2: init at 2.1.4
2016-05-31 15:51:30 +02:00
Matthias Beyer
9711754da9
mdp: 1.0.5 -> 1.0.6
2016-05-31 12:45:06 +02:00
Alexey Shmalko
84003b70b6
xxkb: Split into multiple outputs
...
I'm also adding myself as a maintainer as I'm the original author of the
derivation.
2016-05-29 19:34:12 +03:00