Commit graph

65195 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 464f327aa6 Move some excess description to longDescription 2016-01-12 03:08:10 +01:00
Jakob Gillich a8f526432c pybitmessage: init at 0.4.4 2016-01-12 02:43:00 +01:00
John Wiegley 14c8a6f32d emacs24Macport: Further cleanups, remove old code 2016-01-11 14:31:03 -08:00
John Wiegley b7ff0301d6 emacs24Macport: change expressions to better match emacs24 2016-01-11 12:55:48 -08:00
John Wiegley fdc69f2e8f emacs24: Add jwiegley as a maintainer 2016-01-11 12:55:48 -08:00
Edward Tjörnhammar 56fdc71013 idea: restrict packages to oraclejdk8 2016-01-11 21:24:31 +01:00
Edward Tjörnhammar b444fe98a5 python33Packages.acd_cli: restrict package to python33 2016-01-11 21:23:01 +01:00
Domen Kožar 5c2c881c57 pypy: parallel build improvements, remove some patching
incorporates http://paste.pound-python.org/show/oFyMaSSzvb07lenWYmAK/
from NixCon sprints
2016-01-11 20:42:00 +01:00
Corbin Simpson da698fd9da pypy: add some required build inputs and disable some unsafe tests
I had to disable another networking-centric test suite; it was trying to make
unapproved phone calls.
2016-01-11 20:42:00 +01:00
Tobias Geerinckx-Rice 685b2ebb60 xdelta: add longDescription 2016-01-11 20:34:36 +01:00
Tobias Geerinckx-Rice 6aa786d1d6 xdeltaUnstable: init at 3.1.0
This will eventually become the new stable branch (as unstable ones
are wont to do), but is worth having if you want to patch yesterday's
‘large’ files today, or need to apply patches already created with it.

“First release of the 3.1.x series. This is taken from the
"64bithash" branch.

- Adds support for -B values greater than 2GB, enabled by
  -DXD3_USE_LARGESIZET=1 variable. [Enabled in nixpkgs.]
- Adds new performance and speed regression test, written in #Golang.
  [Not enabled in nixpkgs.]

When compiled for large sizes, xdelta3 uses a 64bit checksum function.
This impacts both compression and speed.

Relative to 3.0.11, the new branch is currently 3-5% slower and
has 1-2% worse compression. Performance will be addressed in
future 3.1.x releases.”
2016-01-11 20:34:36 +01:00
John Wiegley 823f797c26 emacs24Macport: 5.13 -> 5.15 2016-01-11 11:33:32 -08:00
Tobias Geerinckx-Rice 5e9b49dd53 xdelta: add lzmaSupport; enable by default 2016-01-11 18:35:50 +01:00
Tobias Geerinckx-Rice 83289318f0 xdelta: 3.0.10 -> 3.0.11 2016-01-11 18:35:50 +01:00
Tobias Geerinckx-Rice 64d15ab844 libpsl: list 2016-01-04 -> 2016-01-09 2016-01-11 18:35:50 +01:00
Tobias Geerinckx-Rice ba915f533c Merge pull request #12321 from aherrmann/pr_gnuplot_startup
gnuplot: Improve startup performance
2016-01-11 17:59:52 +01:00
Thomas Tuegel 5f81792265 emacsPackagesNg.elpaPackages: state reason for broken packages 2016-01-11 09:47:22 -06:00
Thomas Tuegel d6995049d3 emacsPackagesNg.elpaPackages.ergoemacs-mode: unmark broken 2016-01-11 09:46:47 -06:00
Thomas Tuegel 49aa382f87 emacsPackagesNg.undo-tree: 0.6.4 -> 0.6.5
This removes the hand-written expression.
2016-01-11 09:45:50 -06:00
Thomas Tuegel 35bad9465f emacsPackagesNg.elpaPackages: un-break some packages 2016-01-11 09:45:19 -06:00
Pascal Wittmann e3bba66347 Merge pull request #12311 from erikryb/master
rofi: 0.15.10 -> 0.15.12
2016-01-11 16:26:03 +01:00
Andreas Herrmann 79e145a970 gnuplot: Improve startup performance
Before executing the gnuplot executable the environment variable `GDFONTPATH`
is populated with a list of font directories, which is obtained from `fc-list`.
In that process we iterated over each line and called `dirname` on it, which
introduces a performance hit for loading and executing the external executable
`dirname` every time.

The new version avoids the loop.

The author of this patch measured a 42 fold performance improvement:

old version:

    $ time ./gnuplot_old/bin/gnuplot -e ''
    real    0m3.828s
    user    0m0.392s
    sys     0m0.465s

new version:

    $ time ./gnuplot_new2/bin/gnuplot -e ''
    real    0m0.091s
    user    0m0.112s
    sys     0m0.014s

The correctness of the value of `GDFONTPATH` was confirmed with the following
command and comparing its output between versions:

    $ gnuplot -e 'print system("echo $GDFONTPATH")'
2016-01-11 15:37:07 +01:00
Jascha Geerds 95d6a61f18 tox: 1.8.1 -> 2.3.1 2016-01-11 15:03:02 +01:00
Jascha Geerds c2224b8c0e pluggy: init at 0.3.1 2016-01-11 15:03:02 +01:00
Tobias Geerinckx-Rice 15f6633210 geolite-legacy 2016-01-06 -> 2016-01-11 2016-01-11 14:22:32 +01:00
Thomas Tuegel faae09f629 Merge pull request #12320 from mdorman/elpa-updates
beacon, bug-hunter: un-mark broken
2016-01-11 06:22:14 -06:00
zimbatm 573ec2d9ae sshuttle: 0.71 -> 0.74
the tags are now in a different form

sshuttle is now a real python package
2016-01-11 11:58:04 +00:00
Tobias Geerinckx-Rice c9a64aa94c Merge pull request #12316 from mkovacs/bump-pyglet
pythonPackages.pyglet: 1.1.2 -> 1.2.4
2016-01-11 12:09:36 +01:00
Peter Simons 1ec9144cad ghcjs: mark broken
Citing from http://hydra.cryp.to/build/1533084/log/raw:

    Configuring ghcjs-0.2.0...
    Setup: At least the following dependencies are missing:
    aeson >=0.7 && <0.10,
    haskell-src-exts ==1.16.*,
    optparse-applicative ==0.11.*,
    syb >=0.4 && <0.6

This issue has been present for a while now, and it's only gotten worse.
2016-01-11 12:06:03 +01:00
Michael Alan Dorman c493d6e697 beacon, bug-hunter: un-mark broken
I am able to successfully build, install and invoke both packages
without problems.
2016-01-11 05:42:13 -05:00
Domen Kožar 0aa8b6fd1c Merge pull request #12317 from sleep/fix/ranger-add-dependency-file
ranger: fix, added file as a runtime dependency
2016-01-11 11:25:41 +01:00
goibhniu 6a9a704b75 Merge pull request #12319 from datakurre/datakurre-xkcdpass
xkcdpass: init at 1.4.2
2016-01-11 09:58:24 +01:00
Lluís Batlle i Rossell 1792ca5810 Increasing mmc possible partitions from 8 to 32.
In kernel common config. I have a modern tablet with 18 gpt partitions
on eMMC (Android+Win10 dualboot).
2016-01-11 09:27:58 +01:00
Asko Soukka cf184179bd xkcdpass: init at 1.4.2 2016-01-11 09:37:12 +02:00
Sean Lee 3af6c86e7e ranger: added file as a runtime dependency 2016-01-11 02:18:28 -05:00
Mate Kovacs 074d1f2ffd pythonPackages.pyglet: 1.1.2 -> 1.2.4 2016-01-10 21:44:55 -08:00
Daniel Peebles c3a1beeb9e Merge pull request #12314 from NeQuissimus/kernel433
kernel: 4.3.2 -> 4.3.3
2016-01-10 21:26:05 -05:00
Nikolay Amiantov 038241a761 ltunify: init at 20140331 2016-01-11 05:21:59 +03:00
Tim Steinbach f318049964 kernel: 4.3.2 -> 4.3.3 2016-01-11 02:08:31 +00:00
zimbatm 93ddfbacd4 pngcrush: fixes compilation on darwin 2016-01-11 00:52:24 +00:00
Tobias Geerinckx-Rice 9e44faab97 latex2html: remove dead package
Broken since Aug 2015, but upstream has been dead for donkey's
years. Only dependent was systemtap. No reasonable way (or indeed
reason) to artificially keep this alive.

Aim for the head.
2016-01-11 01:41:54 +01:00
Tobias Geerinckx-Rice fcb913b3a7 systemtap: remove dead package
Broken since 2013. Depends on equally broken latex2html.
Our version 1.2 is almost six years old; latest is 2.9.
And it's (still) no dtrace.
2016-01-11 01:41:54 +01:00
goibhniu 3a4d07e4d3 Merge pull request #11960 from rycee/add-desktop-items
Add desktop items for josm and gpsprune
2016-01-11 00:47:09 +01:00
goibhniu d0f12c6b0f Merge pull request #12204 from odi/master
bump up version for pafy and mps-youtube
2016-01-11 00:40:52 +01:00
Erik Rybakken d57164a39c rofi: 0.15.10 -> 0.15.12 2016-01-11 00:24:54 +01:00
goibhniu ef038f4735 Merge pull request #12053 from jeaye/slrn-ssl
Add SSL support to slrn
2016-01-11 00:20:54 +01:00
Tobias Geerinckx-Rice 228774aaf5 wis_go7007: remove dead package & module
Broken since 2014, but basically a package from 2008 with no
upstream.
2016-01-11 00:16:01 +01:00
Tobias Geerinckx-Rice 521f903b80 xorgVideoUnichrome: remove dead package
Broken since 2013, upstream very dead.
2016-01-11 00:16:01 +01:00
goibhniu 8b8f864e48 Merge pull request #12103 from rick68/ostinato
Ostinato
2016-01-11 00:09:32 +01:00
goibhniu 3136bd49d8 Merge pull request #12110 from mogorman/inspectrum
inspectrum: init at 20160103
2016-01-11 00:06:47 +01:00
Bjørn Forsman 3d81213509 gnome-terminal: enable GNOME Shell search provider
Silly ./configure, it looks for dbus file from gnome-shell in the
installation tree of the package it is configuring. Fix by copying the
needed file from gnome-shell before ./configure is run.

This change makes gnome-shell a build time dependency (not runtime).
2016-01-10 22:27:24 +01:00
Aristid Breitkreuz 01eea878ad Merge pull request #12291 from abbradar/ejabberd
Update ejabberd, new NixOS module for it
2016-01-10 21:15:33 +01:00
Thomas Tuegel 521817fd76 Merge branch 'kde-frameworks-5.18' 2016-01-10 14:10:59 -06:00
Thomas Tuegel f807f15942 kde5: remove kde-frameworks-5.17 2016-01-10 14:10:03 -06:00
Aristid Breitkreuz 6fc1c08324 Merge pull request #12143 from NeQuissimus/kernel440rc8
linux-testing: 4.4.0-rc7 -> 4.4.0-rc8
2016-01-10 21:07:46 +01:00
Aristid Breitkreuz 9c92faf370 Merge pull request #12133 from dwe11er/new-package/irqbalance
irqbalance: init at 1.1.0
2016-01-10 21:06:50 +01:00
Aristid Breitkreuz 5c7afe8159 Merge pull request #12207 from mayflower/mopidy/soundcloud-2.0.2
mopidy-soundcloud: 2.0.1 -> 2.0.2
2016-01-10 21:02:54 +01:00
Aristid Breitkreuz bca9ecdd05 Merge pull request #12238 from bfrog/postgresql95
postgresql: 9.4 -> 9.5
2016-01-10 21:01:19 +01:00
Aristid Breitkreuz 71de39c6a6 Merge pull request #12278 from lihop/init-dopy
dopy: init at 2016-01-04
2016-01-10 20:42:50 +01:00
Domen Kožar 28cb46e991 Merge pull request #12297 from FRidh/tqdm
pythonPackages.tqdm: disable tests due to transient failures
2016-01-10 20:30:22 +01:00
Pascal Wittmann dfe65b6ef8 albatross: 1.7.3 -> 1.7.4 2016-01-10 20:10:50 +01:00
Leroy Hopson c6a209403e dopy: init at 2016-01-04 2016-01-11 07:47:39 +13:00
Peter Simons 9c0fccc724 Add LTS Haskell 4.1. 2016-01-10 19:47:38 +01:00
Peter Simons a05017cd6c haskell-vector-algorithms: temporarily disable test suite to work around a compiler crash 2016-01-10 19:46:36 +01:00
Peter Simons 7fb70c2db9 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:

  - Nixpkgs: fbf35cf17d
  - Hackage: 3e0920b425
  - LTS Haskell: e72964a553
  - Stackage Nightly: c0de8ca462
2016-01-10 19:46:28 +01:00
Nikolay Amiantov 757857613a ejabberd: 2.1.13 -> 15.11 2016-01-10 21:28:27 +03:00
Tobias Geerinckx-Rice 4e66300411 radius: remove dead package
Broken since 2013. Untouched since its addition in 2010 (final
release was in 2008). Mailing list abandoned by upstream.
2016-01-10 19:14:31 +01:00
Tobias Geerinckx-Rice 7f885c82c3 go-ipfs: add a minimum of metadata
From go-packages.nix, one would think descriptions frowned-upon :-(
Licences should be mandatory as well.
2016-01-10 19:14:31 +01:00
Thomas Tuegel ab16bbd0a4 kde5_latest.ktexteditor: update patches and dependencies
ktexteditor-5.18.0 needs its patches updated. An optional dependency on
`libgit2` was also added. `makeQtWrapper` was added to
`nativeBuildInputs` to set `XDG_DATA_DIRS` correctly.
2016-01-10 10:58:03 -06:00
Thomas Tuegel 67d63d24e0 kde5_latest.kdelibs4support: add missing kded dependency 2016-01-10 10:16:55 -06:00
Thomas Tuegel d03a25c5ea kde5_latest.kpackage: update patches for 5.18.0 2016-01-10 09:43:23 -06:00
Mate Kovacs 7dba3bafba pythonPackages.pyopengl: 3.0.2 -> 3.1.0 (close #12124) 2016-01-10 16:14:21 +01:00
Thomas Tuegel aaaf23f1e8 kde5_latest.frameworks: 5.17.0 -> 5.18.0 2016-01-10 09:09:40 -06:00
Thomas Tuegel 727a9ddea8 elpaPackages: remove outdated dash 2016-01-10 09:09:20 -06:00
Arseniy Seroka 4a5bf88fde Merge pull request #12296 from hrdinka/add/communi
Add communi IRC client
2016-01-10 16:02:00 +03:00
Frederik Rietdijk 1237b165d8 pythonPackages.tqdm: disable tests because of to transient failures
Many transient failures in performance tests and due to use of sleep.
2016-01-10 13:51:58 +01:00
Christoph Hrdinka 5e38018959 communi: init at 2016-01-03 2016-01-10 13:31:36 +01:00
Christoph Hrdinka 4ad12e038a libcommuni: init at 2016-01-02 2016-01-10 13:31:31 +01:00
Arseniy Seroka 9ff5057b3e Merge pull request #12276 from Beauhurst/acmetiny
acme_tiny: init at f61f72c212cea27f388eb4a26ede0d65035bdb53
2016-01-10 14:49:56 +03:00
Robert Scott 258b3322af acme_tiny: init at 20151229 2016-01-10 11:35:19 +00:00
Arseniy Seroka 9237faadbe Merge pull request #12282 from kragniz/ipfs-0.3.10
ipfs: 0.3.9 -> 0.3.10
2016-01-10 13:53:18 +03:00
vbgl 81996579a9 Merge pull request #12186 from FlorentBecker/pcre_buildOcaml
ocaml-pcre: use buildOcaml
2016-01-10 11:37:45 +01:00
Arseniy Seroka 4a0a0592db vimPlugins: move vim2nix into nixpkgs repo 2016-01-10 13:19:06 +03:00
Evgeny Egorochkin c6340022ba pythonPackages.azure-*: package the 1.* branch 2016-01-10 11:31:38 +02:00
Evgeny Egorochkin 3ea6982859 python.adal: init at 0.1.0 2016-01-10 11:31:38 +02:00
Nikolay Amiantov c2b70e6147 easyrsa: 2.2.0 -> 3.0.0 2016-01-10 07:28:55 +03:00
Louis Taylor b38db9c18d ipfs: 0.3.9 -> 0.3.10 2016-01-10 04:03:27 +00:00
Nikolay Amiantov ded1a55b8d substituteAllFiles: support postInstall 2016-01-10 06:03:26 +03:00
Nikolay Amiantov 828a7f99fd pamtester: init at 0.1.2 2016-01-10 06:03:21 +03:00
Nikolay Amiantov ba56bbf08d pythonPackages.requests_oauthlib: fix version 2016-01-10 06:03:04 +03:00
Nikolay Amiantov c0f72cfe33 opusfile: add platforms, cleanup 2016-01-10 06:02:50 +03:00
Nikolay Amiantov 16308a0cb3 all-packages: sort several packages 2016-01-10 06:02:10 +03:00
Nikolay Amiantov fb6b4a43c5 lgogdownloader: 2.24 -> 2.26 2016-01-10 06:01:39 +03:00
Nikolay Amiantov 2d714e5227 pypolicyd-spf: init at 1.3.2 2016-01-10 06:01:18 +03:00
Nikolay Amiantov 0b0e9e924e pyspf: init at 2.0.12 2016-01-10 06:01:10 +03:00
Jude Taylor 36ebae29ce update xcode patches for node v0.10.41 2016-01-09 14:38:37 -08:00
Tobias Geerinckx-Rice b466dab8b2 veracity: remove dead package
Last updated in 2012, broken since 2013. (OK, fine, but—)
Homepage abandoned, mailing list dead. (Hm. Spooky)
Uses builderDefsPackage. (Eek)
2016-01-09 23:15:16 +01:00
Tobias Geerinckx-Rice 994fd1ec12 VisualBoyAdvance: remove dead package
Last updated in 2011. Broken since 2013. Upstream ‘stopped’, sez $homepage.
2016-01-09 23:15:16 +01:00
Tobias Geerinckx-Rice 5ddf2bf856 sane-backends-git -> 2016-01-09 2016-01-09 23:15:16 +01:00
Matthew O'Gorman 800f513c50
notmuch-addrlookup: init at 7 2016-01-09 17:08:17 -05:00
Leroy Hopson 1a6016825e txtw: init at 0.4 2016-01-10 11:08:17 +13:00
Arseniy Seroka e126769a68 Merge pull request #12267 from zimbatm/dos2unix-7.3.2
dos2unix: 7.3 -> 7.3.2
2016-01-09 23:52:39 +03:00
Arseniy Seroka 6cd71e5c91 Merge pull request #12268 from sigma/version/stunnel
stunnel: 5.26 -> 5.29
2016-01-09 23:52:19 +03:00
Arseniy Seroka 9eb268efbd Merge pull request #12270 from ebzzry/pt
pt: init at 0.7.3
2016-01-09 23:52:08 +03:00
Pascal Wittmann 2df31a78c8 Merge pull request #12273 from sigma/version/ag
silver-searcher: 0.30.0 -> 0.31.0
2016-01-09 20:31:24 +01:00
Yann Hodique 38c7c7b09e silver-searcher: 0.30.0 -> 0.31.0 2016-01-09 11:22:56 -08:00
Pascal Wittmann 075b72ef77 Merge pull request #12249 from rycee/bump/josm
josm: 9229 -> 9329
2016-01-09 20:13:34 +01:00
Pascal Wittmann 26a6b4b58d yodl: 3.05.01 -> 3.06.00 2016-01-09 20:07:43 +01:00
Pascal Wittmann 1d947ed4bf icmake: 7.23.02 -> 8.00.05 2016-01-09 20:07:43 +01:00
Allan Espinosa d0e1ee6e55 axel: mark as buildable on darwin 2016-01-09 12:37:16 -06:00
Rommel M. Martinez f8b3036629 pt: init at 0.7.3 2016-01-10 02:00:54 +08:00
Yann Hodique a4c3b433ee stunnel: 5.26 -> 5.29 2016-01-09 09:02:54 -08:00
zimbatm b898959fc7 dos2unix: 7.3 -> 7.3.2 2016-01-09 16:46:03 +00:00
zimbatm e1873ade38 pngcrush: 1.7.85 -> 1.7.92
also fixes a compilation issue on OSX
2016-01-09 16:38:06 +00:00
Arseniy Seroka 84631f3227 Merge pull request #12253 from mydaum/bird-update
bird: 1.4.5 -> 1.5.0
2016-01-09 19:13:53 +03:00
Arseniy Seroka 1ef51c8eb0 Merge pull request #12255 from svend/pinentry-mac
pinentry-mac: init at 0.9.4
2016-01-09 19:13:37 +03:00
Arseniy Seroka 134e5525a2 Merge pull request #12258 from mogorman/zap
zap: init at 2.4.3
2016-01-09 19:13:08 +03:00
Arseniy Seroka 64ac4ef758 Merge pull request #12260 from taku0/thunderbird-bin-38.5.1
thunderbird-bin: 38.5.0 -> 38.5.1
2016-01-09 19:12:09 +03:00
Arseniy Seroka 12e01b734d Merge pull request #12263 from thall/ums_5_4
ums: 5.3.1 -> 5.4.0
2016-01-09 19:11:50 +03:00
Niclas Thall 0c7bf8309c ums: 5.3.1 -> 5.4.0 2016-01-09 14:09:35 +01:00
Tobias Geerinckx-Rice f5acd857ba Merge pull request #12226 from jgillich/jekyll3
jekyll: 2.5.3 -> 3.0.1
2016-01-09 13:52:11 +01:00
Domen Kožar 77938a47fb Merge pull request #12261 from mayflower/pkg/i3cat
i3cat: init at 2015-03-21
2016-01-09 13:12:05 +01:00
Domen Kožar 0f5d72c596 Merge pull request #12245 from FRidh/notebook
pythonPackages.notebook: 4.0.6 -> 4.1.0
2016-01-09 12:00:50 +01:00
Robin Gloster b8b67468b2 i3cat: init at 2015-03-21 2016-01-09 10:43:14 +00:00
Damien Cassou 71f4e7f694 Merge pull request #12256 from sigma/version/tmate
tmate: 1.8.10 -> 2.2.0
2016-01-09 09:45:25 +01:00
taku0 4e9729298e thunderbird-bin: 38.5.0 -> 38.5.1 2016-01-09 15:08:30 +09:00
Matthew O'Gorman e11004cdf3
zap: init at 2.4.3 2016-01-08 23:46:45 -05:00
Jakob Gillich 073a5e9e41 jekyll: 2.5.3 -> 3.0.1 2016-01-09 05:26:01 +01:00
Yann Hodique 5db5a0daf4 tmate: 1.8.10 -> 2.2.0
additional changes:
- tmate now depends on external libmsgpack and libssh
- postPatch is no longer useful as it applied to embedded msgpack
- regular automake can now be used
2016-01-08 18:04:25 -08:00
Svend Sorensen 154040ab1c pinentry-mac: init at 0.9.4 2016-01-08 17:13:21 -08:00
Thomas Tuegel 542906a29b Merge pull request #12209 from aycanirican/remove_obsolete_emacs_dash
emacs-packages: remove obsolete dash package
2016-01-08 17:05:06 -06:00
Thomas Tuegel 5a0fc0abf0 Merge pull request #12247 from tohl/master
remove old paredit and slime expressions, use the new melpa emacs packages
2016-01-08 17:04:45 -06:00
Tomas Vestelind 76bf3ab961 bird: 1.4.5 -> 1.5.0 2016-01-08 23:18:24 +01:00
Svend Sorensen 5e775696d0 emacs-pdf-tools: Move packages to packageRequires
Move the Emacs packages to packageRequires so that they get installed.
2016-01-08 14:11:06 -08:00
Arseniy Seroka cc51d6bc87 vimPlugins: update 2016-01-09 2016-01-09 00:38:23 +03:00
Robert Helgesson 174b9be8c1 josm: 9229 -> 9329 2016-01-08 22:29:48 +01:00
Arseniy Seroka ed1ce641dd Merge pull request #12248 from LnL7/vim-plugins-buildinputs
vim-plugins: added build inputs for jagajaga/vim-addon-vim2nix #2
2016-01-09 00:01:41 +03:00
Daiderd Jordan de18e60014 vim-plugins: added build inputs for jagajaga/vim-addon-vim2nix #2 2016-01-08 21:56:44 +01:00
Tomas Hlavaty 534605e2eb slime: remove obsolete expression 2016-01-08 21:50:30 +01:00
Tomas Hlavaty 0b7de904cc paredit: remove obsolete expression 2016-01-08 21:47:33 +01:00
Thomas Tuegel fdefc0cb2c Merge branch 'kdenetwork-filesharing' 2016-01-08 14:20:46 -06:00
Thomas Tuegel 38ef49bacd kde5.kio-extras: init at 15.12.0 2016-01-08 14:20:06 -06:00
Thomas Tuegel e44af9ed42 openslp: init at 2.0.0 2016-01-08 14:20:06 -06:00
Vladimír Čunát d81538ff49 djview: minor update 4.10.3 -> 4.10.5 2016-01-08 20:42:15 +01:00
Pascal Wittmann 5d53d3282c farbfeld: init at 1 2016-01-08 20:22:07 +01:00
Pascal Wittmann b84718c8de emacsPackages.org: 8.3.2 -> 8.3.3 2016-01-08 20:03:55 +01:00
Pascal Wittmann 9948d44b40 emacsPackages.org: use new texlive infrastructure 2016-01-08 20:01:36 +01:00
Frederik Rietdijk 288df4e4d5 pythonPackages.notebook: 4.0.6 -> 4.1.0 2016-01-08 19:31:08 +01:00
Vladimír Čunát 3769692a38 iptables: add in-code warning about updates
/cc #12178.
2016-01-08 18:32:48 +01:00
Arseniy Seroka 3443462ab1 Merge pull request #12233 from deeky666/php-7.0.2
php: 7.0.1 -> 7.0.2
2016-01-08 20:22:00 +03:00
Franz Pletz 70e47ab981 grafana: 2.5.0 -> 2.6.0 2016-01-08 17:19:02 +01:00
Tom Burdick 2c23a311cd postgresql: (94 -> 95)
Updates postgresql to its latest versions
2016-01-08 10:13:01 -06:00
Thomas Tuegel ba443da270 kde5.kio: fix Samba detection 2016-01-08 09:03:50 -06:00
Peter Simons 7550ddaf91 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:

  - Nixpkgs: b05b64ed59
  - Hackage: ce76547c84
  - LTS Haskell: 87e2d54643
  - Stackage Nightly: 392791fc31
2016-01-08 15:52:22 +01:00
Marcin Falkiewicz 7636359c89 irqbalance: init at 1.1.0 2016-01-08 12:37:43 +01:00
Eelco Dolstra aa73be3609 Merge pull request #12232 from deeky666/php-5.5.31
php: 5.5.30 -> 5.5.31
2016-01-08 12:36:09 +01:00
Eelco Dolstra 09deb68557 Merge pull request #12231 from deeky666/php-5.6.17
php: 5.6.16 -> 5.6.17
2016-01-08 12:35:58 +01:00
Oliver Charles 7ed4dda1cd Merge pull request #12227 from mogorman/jekyll
jekyll: added rouge for highlighting.
2016-01-08 10:08:07 +00:00
Pascal Wittmann 43ae5ad38c Merge pull request #12067 from mdorman/shotwellupdate
shotwell: 0.20.2 -> 0.22.0
2016-01-08 11:07:46 +01:00
Pascal Wittmann 349e72ed55 Merge pull request #12215 from mayflower/fix/gmpc-icons
gmpc: Fix icon loading
2016-01-08 10:55:24 +01:00
Pascal Wittmann 9da0825ec9 Merge pull request #12220 from AveryGlitch/master
vimb: 2.9 -> 2.11
2016-01-08 10:54:52 +01:00
Steve Müller 4341df2f70 php: 7.0.1 -> 7.0.2 2016-01-08 10:51:35 +01:00
Steve Müller 5250326474 php: 5.5.30 -> 5.5.31 2016-01-08 10:49:04 +01:00
Eelco Dolstra f9cf253e61 Merge pull request #12178 from mdorman/revert-iptables
Revert "iptables: 1.4.21 -> 1.6.0"
2016-01-08 10:45:53 +01:00
Steve Müller 7c54bca127 php: 5.6.16 -> 5.6.17 2016-01-08 10:42:32 +01:00
Pascal Wittmann f438011aed Merge pull request #12216 from bjornfor/thrift
thrift: 0.9.2 -> 0.9.3
2016-01-08 08:30:11 +01:00
Jude Taylor 81710923bd add gyp fix to node v4.x 2016-01-07 21:52:12 -08:00
Jude Taylor 08c081309b Revert "gnustep-make: fix installation path"
This reverts commit 4f1559a751.
2016-01-07 21:52:11 -08:00
Matthew O'Gorman 64702f92bd
jekyll: added rouge for highlighting. 2016-01-07 22:33:33 -05:00
Tobias Geerinckx-Rice f036c069ed borgbackup: 0.27.0 -> 0.29.0
‘When upgrading to 0.29.0 you need to upgrade client as well as server
installations due to the locking and commandline interface changes
otherwise you’ll get an error msg about a RPC protocol mismatch or a
wrong commandline option. if you run a server that needs to support both
old and new clients, it is suggested that you have a “borg-0.28.2” and a
“borg-0.29.0” command. clients then can choose via e.g. “borg
–remote-path=borg-0.29.0 ...”.’

‘The default waiting time for a lock changed from infinity to 1 second
for a better interactive user experience. if the repo you want to access
is currently locked, borg will now terminate after 1s with an error
message. if you have scripts that shall wait for the lock for a longer
time, use –lock-wait N (with N being the maximum wait time in seconds).’

All changes: http://borgbackup.readthedocs.org/en/stable/changes.html
2016-01-08 01:36:32 +01:00
Tobias Geerinckx-Rice 3d3ccd4a15 myguiSvn: remove dead package
Subversion snapshot from 2011. Only dependent was Rigs of Rods.
2016-01-08 01:36:32 +01:00
Tobias Geerinckx-Rice 777f254ce3 caelum: remove dead package
Last updated Jan 2012, upstream dead. Broken since 2013.
Only dependent was Rigs of Rods.
2016-01-08 01:36:32 +01:00
Tobias Geerinckx-Rice 69e7948ffe rigsofrods: remove dead package
Last bumped Feb 2012. Broken since 2013. Upstream conflicted about whether
it's dead or not. Visited the (read-only) forums which are 93% teenagers
yelling how something called BeamNG is(n't) better so I regret that now.
2016-01-08 01:36:32 +01:00
Avery Glitch 440444d69d vimb: 2.9 -> 2.11 2016-01-08 10:57:32 +11:00
Nikolay Amiantov 506b491edd Merge pull request #12140 from bendlas/update-wine
wine unstable/staging: 1.8 -> 1.9.0
2016-01-08 01:46:38 +03:00
Aristid Breitkreuz fa6ec6b057 mozjpeg: fix libpng dependency 2016-01-07 22:55:20 +01:00
Aristid Breitkreuz 6acad9ea04 mozjpeg: init at 3.1 2016-01-07 22:05:26 +01:00
Franz Pletz 0f8fe82096 gmpc: Fix icon loading
gmpc wouldn't start because the icons aren't found.
2016-01-07 21:40:16 +01:00
Thomas Tuegel 53588bac96 kde5: build kdenetwork-filesharing 2016-01-07 14:39:33 -06:00
Bjørn Forsman 972c5641e4 thrift: 0.9.2 -> 0.9.3
Add Twisted as build input so that we can continue to have Python
support. (./configure disables Python support unless it finds the
'trial' program, from Twisted.) I don't know whether upstream intended
that, because it seems perfectly fine to run thrift + Python without
Twisted. (Only the TTwisted transport uses Twisted...)

Ah, Thrift use Twisted in its unit tests. Even when we pass
--enable-tests=no to ./configure :-D
2016-01-07 21:36:28 +01:00
Thomas Tuegel f148e119fe Merge pull request #12213 from gebner/pyqt55
pyqt5: 5.4.2 -> 5.5.1
2016-01-07 14:00:12 -06:00
Shea Levy 57e0febda6 Merge branch 'pkg/batman-adv-2015.2' of git://github.com/mayflower/nixpkgs 2016-01-07 14:37:50 -05:00
Shea Levy 025770fdd9 Merge branch 'pkg/netatop-0.7' of git://github.com/mayflower/nixpkgs 2016-01-07 14:36:51 -05:00
Shea Levy 4a511911bb Merge branch 'rm-notbit' of git://github.com/jgillich/nixpkgs 2016-01-07 14:34:40 -05:00
Daniel Peebles 57cb5ab17a Merge pull request #12198 from mayflower/remove-upstart-layer
Remove upstart layer
2016-01-07 13:47:39 -05:00
Gabriel Ebner 7c28451287 pyqt5: 5.4.2 -> 5.5.1 2016-01-07 18:46:50 +01:00
Pascal Wittmann 99a08b3b4f Merge pull request #12208 from mayflower/mopidy/spotify-2.2.0
mopidy-spotify: 1.4.0 -> 2.2.0
2016-01-07 17:41:41 +01:00
Pascal Wittmann 4f3fc36144 emacsPackages.evil-mc: fix evaluation 2016-01-07 17:29:52 +01:00
Lluís Batlle i Rossell be9ad574f7 Adding framebuffer console rotation to kernels.
This helps in some weird screens that otherwise show the console 90° turned.
2016-01-07 16:48:46 +01:00
Franz Pletz 7f144d8f09 batman-adv: 2014.4.0 -> 2015.2 2016-01-07 16:25:46 +01:00
Franz Pletz bcd31489a1 netatop: 0.3 -> 0.7 2016-01-07 16:25:02 +01:00
Eelco Dolstra 094723f0bc firefox: 43.0.3 -> 43.0.4 2016-01-07 16:14:51 +01:00
Aycan iRiCAN 435b1ec43d emacs-packages: remove obsolete dash package 2016-01-07 17:04:17 +02:00
Franz Pletz 89ad5c515f mopidy-spotify: 1.4.0 -> 2.2.0 2016-01-07 16:03:41 +01:00
Franz Pletz e7c9d7c778 mopidy-soundcloud: 2.0.1 -> 2.0.2 2016-01-07 16:03:06 +01:00
Eelco Dolstra 8b68ad0b57 Merge pull request #12205 from taku0/firefox-bin-43.0.4
firefox-bin: 43.0.3 -> 43.0.4
2016-01-07 16:02:09 +01:00
Sander van der Burg b6d84748b9 xcodeenv: make it work with xcode 7.2 2016-01-07 14:43:17 +00:00
Domen Kožar 326dce47d3 Merge pull request #12179 from FRidh/cytoolz
pythonPackages.cytoolz: 0.7.3 -> 0.7.4
2016-01-07 15:18:24 +01:00
Sander van der Burg d268fa7676 titaniumsdk: add SDK version 5.1 and remove older versions 2016-01-07 13:47:26 +00:00
Thomas Strobel d3de3db077 emacs-packages: init evil-mc, evil-jumper and evil-visualstar at 20151017 2016-01-07 14:30:03 +01:00