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
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
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