Commit graph

10451 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 481d2acea8 git-hub: remove files not needed on Nix 2015-08-17 23:21:50 +02:00
William A. Kennington III 48f49a730e Merge pull request #9293 from kmicu/fix-firefox-switch-to-GStreamer-1.0
firefoxWrapper: switch to GStreamer 1.0

This definitely fixes the compatibility issues. @peti We should open an issue to figure out what is wrong with audio for that machine.
2015-08-17 11:34:18 -07:00
Nikolay Amiantov 1a22ad6b18 deadbeef: add -with-plugins wrapper and a necessary patch 2015-08-17 21:05:52 +03:00
Nikolay Amiantov 4a12ff77cc deadbeef-mpris2-plugin: init at 1.8 2015-08-17 21:05:44 +03:00
Kamil Chmielewski 8d21fe21ce bluejeans: 2.100.41.8 -> 2.100.102.8 2015-08-17 17:37:53 +02:00
Mathnerd314 4ff22bd680 supertux-editor: init at git-2014-08-20 2015-08-17 09:00:18 -06:00
Vladimír Čunát 7c61106bf3 libreoffice: fix URL of libgltf
Reported by @deepfire on IRC.
2015-08-17 15:37:36 +02:00
kmicu 69269bebeb
firefoxWrapper: switch to GStreamer 1.0
wkennington@f6c1004 switched Firefox to GStreamer 1.0 by changing its
buildInput *only*, but that is not enough. We need to fix Firefox
wrappers by changing their buildInputs and set GST_PLUGIN_SYSTEM_PATH_1_0
instead of GST_PLUGIN_SYSTEM_PATH.

With above changes playing H.264/MP4 media works in firefoxWrapper and
conkerorWrapper as tested with
http://www.quirksmode.org/html5/tests/video.html and
https://soundcloud.com/immclovin33/synthetix-sundays-53-with-marko-maric-19715

It should help with peti#9247

Reviewed-by: kmicu <kmicu@protonmail.ch>
Tested-by: kmicu <kmicu@protonmail.ch>
2015-08-17 10:48:26 +02:00
William Casarin f51546888d spectrwm: 2.6.2 -> 2.7.2 2015-08-17 00:25:07 -07:00
Michael Alan Dorman 5b91f2dd91 python-Electrum: fix file sha256
It's unfortunate that this changed, but the tarball does appear to have
a valid signature.
2015-08-16 15:55:48 -04:00
Bjørn Forsman 2d17e52dc1 solvespace: download from github instead of gitorious
gitorious has shut down. Long live github.
2015-08-16 19:09:27 +02:00
Pascal Wittmann 227ee14efd Merge pull request #9276 from joelmo/distrho
distrho: update
2015-08-16 18:18:18 +02:00
Joel Moberg 5aeca83cf5 distrho: 2015-05-04 -> 2015-07-18
ladspa was added to pass juce compilation
2015-08-16 15:52:20 +02:00
Arseniy Seroka 296f0d07c6 Merge pull request #9272 from AndersonTorres/xiphos
Xiphos
2015-08-16 16:39:07 +03:00
AndersonTorres 53ff7e1664 Xiphos: added new dependency: biblesync 2015-08-16 00:47:43 -03:00
Raymond Gauthier cff84b2a71 chromium: improvement.
Fixed `*.desktop` refering to nix store for its icon.
2015-08-15 18:32:30 -04:00
AndersonTorres 923006c5f1 Xiphos: 4.0.0 -> 4.0.3-20150806 2015-08-15 12:35:01 -03:00
Thomas Tuegel 20d6f873f0 Merge branch 'ipe' 2015-08-14 22:31:42 -05:00
Thomas Tuegel f0a11cd1eb ipe: add missing libjpeg dependency 2015-08-14 22:30:48 -05:00
Thomas Tuegel 7203497ce4 ipe: set LUA_PACKAGE name for make 2015-08-14 22:30:21 -05:00
Thomas Tuegel cce9a0f4d8 ipe: version 7.1.8 2015-08-14 22:29:58 -05:00
Thomas Tuegel df5f0cfb7c ipe: set platforms = linux 2015-08-14 22:28:51 -05:00
Thomas Tuegel 48a2034308 ipe: add ttuegel to maintainers 2015-08-14 22:28:42 -05:00
Thomas Tuegel c40dae0863 ipe: fix homepage 2015-08-14 22:28:23 -05:00
William A. Kennington III d438d0e98b vim: 7.4.683 -> 7.4.826
Also, since googlecode is shutting down in <1 month move this to the new
github tree. This removes the dependence on mercurial.
2015-08-14 14:06:58 -07:00
William A. Kennington III 435c5d2c42 firefox: 40.0 -> 40.0.2 2015-08-14 13:58:36 -07:00
William A. Kennington III 4ed131efb3 chromiumBeta: 45.0.2454.26 -> 45.0.2454.37 2015-08-14 13:46:37 -07:00
Pascal Wittmann 6364245475 telegram-cli: make maintainers a list 2015-08-14 22:38:38 +02:00
Pascal Wittmann b61b704a52 calibre: update 2.34.0 to 2.35.0 2015-08-14 22:38:38 +02:00
William A. Kennington III a106080623 Merge branch 'master.upstream' into staging.upstream 2015-08-14 13:22:00 -07:00
Tobias Geerinckx-Rice 0294f71f1f fmit: 1.0.7 -> 1.0.8
Updated mainly to remove the now unnecessary version patching.

Your moment of zen:
https://github.com/gillesdegottex/fmit/blob/HEAD/src/CustomInstrumentTunerForm.cpp#L1047
2015-08-14 03:07:09 +02:00
William A. Kennington III 952def0e3c Merge branch 'master.upstream' into staging.upstream 2015-08-13 11:55:02 -07:00
Pascal Wittmann 26939eee79 Remove unreferenced files
This commit removes files that are not referenced in nixpkgs anymore. I
have created this list by finding potential candidates using

  find nixpkgs/pkgs -type d -links 2 | parallel -N 1 'out=`grep -L {}  top-level/all-packages.nix`;  test -n "$out" && echo  {}'

and have then searched for those candidates with grep in whole nixpkgs.
2015-08-13 18:29:49 +02:00
Raymond Gauthier d12563475a libreoffice: improvements.
Icons no longer missing (fix #5509).

In `*.desktop` files:

 -  Replaced absolute path to the the store by the program name.

    This is so that files can be dragged elsewhere by the user
    (e.g.: desktop, bar) and still work after upgrade + garbage
    collection and can be shared between machines.

 -  Replace program name `soffice` by program name `libreoffice`
    so that we're sure the desktop file really refers to our
    package's binary and not start office or open office.

Add the possibility of building without the help. This build is
not modular and take a really long time to complete so I want
a mean of improving shortcuts without having to rebuild the
whole thing (see #899). A wrapper script is the next step.

Tested (build and ran the program) with `en_US` only and
without the help module.
2015-08-13 08:30:57 -04:00
Pascal Wittmann 5f3dca9303 gjay: init at 0.3.2 2015-08-13 13:13:51 +02:00
Arseniy Seroka 7d98ce9d9a Merge pull request #9198 from Epitrochoid/master
bspwm: 0.8.9 -> 0.9
2015-08-13 11:07:42 +03:00
Simon Vandel Sillesen 1d78f31b76 qBittorrent: 3.1.11 -> 3.2.3 2015-08-13 04:07:08 +02:00
Tobias Geerinckx-Rice 2f62815520 fmit: 1.0.6 -> 1.0.7 2015-08-13 03:05:54 +02:00
Bjørn Forsman 55d93854ce eclipse-gnuarmeclipse (plugin): init at 2.8.1-201504061754 2015-08-12 23:13:36 +02:00
Bjørn Forsman b56e9bc92a eclipse-cdt (plugin): init at 8.7.0 2015-08-12 23:13:36 +02:00
Jude Taylor 71756e741b update ZNC version 2015-08-12 11:27:54 -07:00
Arseniy Seroka af12334ec9 Merge pull request #9199 from hiberno/add-bar-xft
bar-xft: initial commit.
2015-08-12 20:12:27 +03:00
hiberno b48640c5a5 bar-xft: init at version 2015-07-23
This a fork of the `bar` by lemonboy with support for xft.
2015-08-12 19:05:19 +02:00
Eelco Dolstra 80c137c7a2 Add cbc, a mixed ILP solver 2015-08-12 18:39:28 +02:00
Mabry Cervin 0b6a75dc1a bspwm: 0.8.9 -> 0.9 2015-08-12 11:28:36 -04:00
Arseniy Seroka 59bbd41599 Merge pull request #9209 from simonvandel/update-keepassx-2.0-beta1
keepassx: 2.0alpha6 -> 2.0beta1
2015-08-12 15:02:03 +03:00
Rickard Nilsson d212c666cf Merge pull request #9205 from vbgl/zim-63
zim: 0.62 -> 0.63
2015-08-12 11:10:42 +02:00
Rickard Nilsson ab6737a70a Merge pull request #9210 from nathanielbaxter/dev/keepass
keepass: update 2.29 -> 2.30
2015-08-12 11:10:10 +02:00
Lluís Batlle i Rossell 587f4f022e Making openimageio use parallel building.
(cherry picked from commit ff31b14cc51d3f493c62fb3074edc0c57fe8b7ce)
2015-08-12 11:04:54 +02:00
Vladimír Čunát 26b5776cd7 virt-manager: fix gschemas problems (fixes #9208)
Also fix missing icons, at least in combo-boxes.
/cc maintainers: @offlinehacker, @qknight.
2015-08-12 05:37:03 +02:00
Nathaniel Baxter b3fbd7701e keepass: update 2.29 -> 2.30 2015-08-12 11:34:11 +10:00
William A. Kennington III 6a3b25dbd3 chromium: Updates 2015-08-11 16:08:34 -07:00
Simon Vandel Sillesen 65ad1a27a4 keepassx: 2.0alpha6 -> 2.0beta1
Builds and tested on my machine.
2015-08-12 01:01:47 +02:00
Vincent Laporte 62074ab09a gnumeric: 1.12.20 -> 1.12.23 (close #9206)
Adds python support
2015-08-11 22:17:52 +02:00
Tobias Geerinckx-Rice 97141604e3 fmit: follow upstream installation guidelines
...now that they finally work.
2015-08-11 21:08:46 +02:00
Tobias Geerinckx-Rice e2379d6629 fmit: 1.0.5 -> 1.0.6 2015-08-11 21:08:46 +02:00
Tobias Geerinckx-Rice ffec002c68 rsstail: 1.9.1 -> 2.0 2015-08-11 21:08:44 +02:00
William A. Kennington III 30f1d5b3cf firefox: 39.0.3 -> 40.0 2015-08-11 11:26:46 -07:00
Vincent Laporte 57f40853ae zim: 0.62 -> 0.63 2015-08-11 19:10:15 +02:00
Pascal Wittmann 9c616325fd Merge pull request #9201 from svenkeidel/gtkpod-2-1-5
gtkpod: 2.1.4 -> 2.1.5
2015-08-11 18:24:09 +02:00
Damien Cassou 9593caf2b1 Merge pull request #9202 from NixOS/update-backintime-1.1.6
backintime: 1.1.4 -> 1.1.6
2015-08-11 18:22:48 +02:00
Damien Cassou c36c7fe33d backintime: 1.1.4 -> 1.1.6 2015-08-11 18:10:50 +02:00
Vladimír Čunát 8f2be7122c emacs24: style fixups
Unused gtk parameter, "incorrect" usage of optional.
2015-08-11 17:26:51 +02:00
Sven Keidel 81230e0b44 gtkpod: 2.1.4 -> 2.1.5
This fixes some issues with libanjuta. The previous version spitted out hundrets
of error messages whenever gtkpod changed the progressbar. This issue is fixed
in 2.1.5.
2015-08-11 16:10:45 +02:00
aszlig 18b2a21583
synergy: Fix support for XRandR again.
Regression introduced by f91dacdd07.

Accidentally thought that it's compiling with XRandR support enabled,
because the cmake output said so:

Looking for XRRQueryExtension in Xrandr - found

Unfortunately, despite this message, the relevant part is:

Looking for XRRNotifyEvent - not found

So, ea4afb7 still holds true and I've added a small comment to avoid
this from happening in the future.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 15:04:28 +02:00
aszlig 5c7f05c1be
synergy: Update meta.description + meta.homepage.
I don't know what a "mouse keyboard" is, but instead of fixing the
description, let's use the one from the upstream README file, which is
also shorter than what we previously had.

The homepage http://synergy-foss.org/ is outdate since ages, so let's
point to the new site.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 13:16:10 +02:00
aszlig f91dacdd07
synergy: Update from version 1.6.3 to 1.7.4.
Quite a lot of upstream changes happened in between, so here are the
upstream changes:

https://github.com/synergy/synergy/releases/tag/1.7.0
https://github.com/synergy/synergy/releases/tag/v1.7.1-stable
https://github.com/synergy/synergy/releases/tag/v1.7.2-stable
https://github.com/synergy/synergy/releases/tag/v1.7.3-stable
https://github.com/synergy/synergy/releases/tag/v1.7.4-stable

The upstream project has stopped using cryptopp
(synergy/synergy@80343c4) and now uses OpenSSL instead (see issue
synergy/synergy#4313) so we no longer need our patch.

Also, the issue for the 'install' target has been closed as obsolete and
although they had such a target in the meantime, it has been removed
again in synergy/synergy@d1eb7a6, so let's not rely on it anymore and
remove the comment on the closed/obsolete issue.

Forcing support for XRandR in the CMakeLists.txt file isn't needed
anymore, because the issues mentioned in ea4afb7 have been fixed
upstream.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
2015-08-11 13:08:51 +02:00
Luca Bruno 43c3664ec6 vanubi: 0.0.14 -> 0.0.16 2015-08-11 12:19:28 +02:00
aszlig 471cdd15e2
chromium: Update beta and dev channels.
Overview of the updated versions:

beta: 45.0.2454.15 -> 45.0.2454.26
dev:  45.0.2454.15 -> 46.0.2471.2

Changes for getting beta and dev channel to build:

 * The reference for chrome::FILE_FLASH_PLUGIN doesn't exist anymore in
   version 46, because it has been dropped upstream, see the following
   review URL:

   https://codereview.chromium.org/1255943002

   We set the PPAPI Flash path using a command line flag anyway, so it
   doesn't hurt us if we don't patch that path (which was an old
   artifact from the NSAPI->PPAPI conversion anyway).

Changes for the dev channel only:

 * It seems that in the SCM, chrome/test/data/webui/ contains a lot of
   files, however they are missing in the tarball.

   This has been reported upstream at: https://crbug.com/515917

   Our fix is to just not include webui/i18n_process_css_test.html at
   all, to avoid the configure (gyp) phase to fail, because we're not
   building tests anyway.

All channels built and tested by my Hydra instance at:

https://headcounter.org/hydra/eval/218978

Test reports:

x86:    https://headcounter.org/hydra/build/723341/download/1/log.html
x86_64: https://headcounter.org/hydra/build/723342/download/1/log.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 12:17:38 +02:00
Robert Helgesson 24a5d47883 eclipse.plugins: unpack plugins when required
Some plugin bundles must be unpacked when used in Eclipse. With this
change the plugin manifest is checked for the setting indicating that
unpacking should happen.
2015-08-10 23:12:03 +02:00
Robert Helgesson 7d60bb48eb scala-eclipse: 4.1.0 -> 4.1.1 2015-08-10 23:12:03 +02:00
Robert Helgesson d0bbbd42f0 eclipse.plugins: remove useless function arguments
Simplifies `buildEclipsePlugin` and `buildEclipseUpdateSite` functions
such that they require only absolutely necessary arguments. Also
add/expand comments slightly.
2015-08-10 23:12:03 +02:00
Robert Helgesson 0bbaba47e9 eclipses: do not recurse into plugins.nix
It does not really make sense to install the plugin packages directly as
they are intended for use with `eclipseWithPlugins`. Therefore it is
best not to present them to users as such.
2015-08-10 23:12:03 +02:00
Robert Helgesson 4134d6b5b9 eclipse-acejump: init at 1.0.0.201501181511 2015-08-10 23:12:03 +02:00
Robert Helgesson b253f95529 eclipses.plugins: put standard builders in set
This makes these builder functions available for use outside the file.
That is, plugins can be defined out-of-tree.
2015-08-10 23:12:03 +02:00
Robert Helgesson c24e01665b eclipses.plugins: add buildEclipsePluginBase
This function provides functionality common to all Eclipse plugin
builders. In particular, it sets a package name and flags the derivation
as an Eclipse plugin.
2015-08-10 23:12:03 +02:00
Robert Helgesson 2fca9e09c4 eclipse-platform: init at 4.5 2015-08-10 23:12:03 +02:00
Robert Helgesson 35eade30ff eclipse-scala: init at 4.1.0 2015-08-10 23:12:03 +02:00
Robert Helgesson 89dd331906 eclipse-jdt: init at 4.5 2015-08-10 23:12:03 +02:00
Robert Helgesson 35a24a7977 eclipse-testng: init at 6.9.5.201506120235 2015-08-10 23:12:03 +02:00
Robert Helgesson 95cb770b53 eclipse-eclemma: init at 2.3.2.201409141915 2015-08-10 23:12:03 +02:00
Robert Helgesson d16bb1af3d eclipse-checkstyle: init at 6.5.0.201504121610
Also add helper function for building packages from downloaded Eclipse
update site.
2015-08-10 23:12:03 +02:00
Robert Helgesson 28bb4e4018 eclipse-color-theme: init at 1.0.0.201410260308 2015-08-10 23:12:02 +02:00
Robert Helgesson 543da4e00f eclipse-findbugs: init at 3.0.1.20150306-5afe4d1 2015-08-10 23:12:02 +02:00
Robert Helgesson 90edb9e5ae eclipse-emacsplus: init at 4.2.0 2015-08-10 23:12:02 +02:00
Robert Helgesson 733d902299 eclipse-anyedittools: init at 2.4.15.201504172030
This commit also introduces some infrastructure surrounding Eclipse
plugins.
2015-08-10 23:12:02 +02:00
Robert Helgesson 3310ebe993 eclipses: add function eclipseWithPlugins
This function allows installation of a given Eclipse with a given list
of Eclipse plugins.
2015-08-10 23:12:02 +02:00
Vladimír Čunát cf1b771b2e lyx: maintenance update 2015-08-10 15:57:24 +02:00
Alexei Robyn 417dd5528e pidgin-opensteamworks: init at v1.5.1
Adds pidgin-opensteamworks, a Pidgin plugin to add support for the
Steam Friends/Steam IM service
2015-08-10 13:27:27 +10:00
goibhniu a2064d9abb Merge pull request #9187 from magnetophon/x42-plugins.master
x42-plugins : 2014-11-01 -> 2015-07-02
2015-08-09 23:50:24 +02:00
William A. Kennington III 6e698f9c61 Merge branch 'master.upstream' into staging.upstream 2015-08-09 13:34:18 -07:00
Bart Brouns 11f638506a x42-plugins : 2014-11-01 -> 2015-07-02 2015-08-09 21:23:20 +02:00
goibhniu 6cfff02b9b Merge pull request #9184 from magnetophon/ardour-master
ardour: 4.0 -> 4.1
2015-08-09 20:45:20 +02:00
Bart Brouns 201650325c ardour: 4.0 -> 4.1 2015-08-09 18:37:08 +02:00
Pascal Wittmann 2c9c135ee2 calibre: update from 2.33.0 to 2.34.0 2015-08-09 16:15:23 +02:00
Pascal Wittmann e3c2a6da2a Merge pull request #9180 from magnetophon/ir.lv2.master
ir.lv2 : fix $out creation
2015-08-09 15:33:54 +02:00
Pascal Wittmann ef9103f7f9 Merge pull request #9176 from svenkeidel/gpodder-3-8-4
gpodder: 3.8.3 -> 3.8.4
2015-08-09 15:15:58 +02:00
Bart Brouns b92259d68f fix $out creation of ir.lv2 2015-08-09 15:13:50 +02:00
Pascal Wittmann 57de9d1f7d Merge pull request #9171 from hiberno/bump-bar
bar: 1.0 -> 1.1
2015-08-09 13:15:08 +02:00
Sven Keidel 306575d95c gpodder: 3.8.3 -> 3.8.4 2015-08-09 12:06:34 +02:00
Damien Cassou a73336ad67 pencil 2.0.11 -> 2.0.13 2015-08-09 00:08:05 +02:00
hiberno 2104e01ec7 bar: 1.0 -> 1.1 2015-08-08 23:55:28 +02:00
Bjørn Forsman 6542c344bc ngspice: rename pkgname (s/ng-spice-rework/ngspice/)
I think the previous name comes from the fact that some older versions
were distributed in tarballs named ng-spice-rework-<version>. But now
the "rework" name seems odd; most references I found on the internet
calls the package "ngspice". Fix it.
2015-08-08 20:02:30 +02:00
Michael Raskin e346b417d3 gajim: 0.16.1 -> 0.16.3 2015-08-08 21:01:31 +03:00
Michael Raskin 081dff71be baresip: 0.4.13 -> 0.4.14 2015-08-08 21:01:31 +03:00
Michael Raskin 6863fde515 E prover: 1.8 -> 1.9 2015-08-08 21:01:31 +03:00
Nicolas B. Pierron da74a8dc35 Merge pull request #9166 from taku0/thunderbird-38.1.0
thunderbird: 31.7.0 -> 38.1.0
2015-08-08 18:46:05 +02:00
taku0 f059656ef2 thunderbird: 31.7.0 -> 38.1.0 2015-08-08 23:25:24 +09:00
lethalman 260438a8e0 Merge pull request #9152 from ericsagnes/mupdf
mupdf: desktop file fix
2015-08-08 15:34:25 +02:00
lethalman 494a1eace8 Merge pull request #9162 from dochang/git-crypt
Add new package git-crypt
2015-08-08 15:33:02 +02:00
Michael Raskin db9679259a LibreOffice: Kill one failing test which is fragile elsewhere, too 2015-08-08 16:24:44 +03:00
Michael Raskin 24517d331a Update LibreOffice sources for 5.0.0. 2015-08-08 16:24:44 +03:00
Desmond O. Chang f3cb701085 git-crypt: init at 0.5.0 2015-08-08 17:04:07 +08:00
Tobias Geerinckx-Rice 4ed5b4c7fd dfasma: patch around broken version detection 2015-08-08 04:06:17 +02:00
Tobias Geerinckx-Rice d708a73e46 dfasma: 1.0.1 -> 1.1.2
To quote upstream: many bug fix.
2015-08-08 04:06:17 +02:00
William A. Kennington III 4624985561 Merge branch 'master.upstream' into staging.upstream 2015-08-07 13:40:39 -07:00
Pascal Wittmann 590e11bc53 mesos: fix build by applying patch from review.apache.org 2015-08-07 18:14:18 +02:00
Pascal Wittmann 45c284c955 org: update from 8.3 to 8.3.1 2015-08-07 18:14:17 +02:00
Eelco Dolstra 0a8755b737 Merge pull request #9159 from taku0/firefox-bin-39.0.3
firefox-bin: 39.0 -> 39.0.3
2015-08-07 16:00:26 +02:00
Peter Simons c67aaca6d9 emacs-haskell-mode: switch default to git version
We track the git version, because haskell-mode does not provide regular
releases except via MELPA, which our Emacs infrastructure does not support yet.
2015-08-07 15:13:14 +02:00
taku0 bc88e645cc firefox-bin: 39.0 -> 39.0.3 2015-08-07 22:09:25 +09:00
vbgl e16be46be2 Merge pull request #9138 from vbgl/master
qgis: fix python console and processing plugin
2015-08-07 14:56:11 +02:00
Jascha Geerds 84a4ed9a46 rtv: 1.4 -> 1.4.2 2015-08-07 14:18:01 +02:00
hiberno 152a8b82a8 rofi-pass: 2015-08-06 -> 1.0
Upstream switched to (semantic) versioning, this commit reflects that
change.
2015-08-07 10:15:44 +02:00
Eric Sagnes 404b375948 mupdf: desktop file fix 2015-08-07 13:42:37 +09:00
James Cook 9f79830345 firefox: 39.0 -> 39.0.3 2015-08-06 21:21:07 -07:00
Tobias Geerinckx-Rice fa7a0f24a4 Revert "simple-scan: fix build by adding lcms to buildInputs"
This reverts commit 37ff33196f.

This can't be it. `lcms` and `lcms2` are two entirely different packages.

Furthermore, the dependency is propagated through colord and should be
fixed there, if needed.
2015-08-07 01:45:18 +02:00
Jan Malakhovski 9966ec4e54 notmuch: fix gpg path in notmuch-config.c
Fixes errors when attempting to decrypt an encrypted message.
I'm not sure that `crypto.c` needs to be patched after this, since this setting
should propagate there, but let's play it safe.
2015-08-06 22:11:29 +02:00
Arseniy Seroka d25014a3cd Merge pull request #9060 from oxij/emacs-cleanup
Cleanup in emacs-packages
2015-08-06 20:54:46 +03:00
Vincent Laporte ec5940a496 qgis: fix python console and processing plugin 2015-08-06 17:17:39 +02:00
Pascal Wittmann 37ff33196f simple-scan: fix build by adding lcms to buildInputs 2015-08-06 16:32:46 +02:00
Tobias Geerinckx-Rice dc5f33b395 fmit: make ALSA and JACK2 capture support optional
Both are off by default. The default (and already built-in) Qt capture
source should just work.
2015-08-06 16:21:58 +02:00
Tobias Geerinckx-Rice 9704396f09 fmit: 1.0.0 -> 1.0.5
Now with Qt 5 and a new build system. Who uses "make install" anyway?
2015-08-06 16:21:58 +02:00
vbgl 4d22b539b8 Merge pull request #9070 from danbst/tortoise-hg
new package: TortoiseHg and dependencies
2015-08-06 12:55:56 +02:00
lethalman 2f97de9191 Merge pull request #9144 from ambrop72/openscad-update
openscad: 2014.03 -> 2015.03-1
2015-08-06 11:58:22 +02:00
lethalman a0f50b487e Merge pull request #9108 from titanous/libcec3
libcec 3.0
2015-08-06 11:49:24 +02:00
Ambroz Bizjak ce32291716 openscad: 2014.03 -> 2015.03-1
- Added dependencies harfbuzz, qscintilla, gettext.
- Removed redundant CFLAGS hack for eigen.
2015-08-06 10:30:17 +02:00
Pascal Wittmann 980fee9fe0 Merge pull request #9142 from hiberno/bump-rofi-pass
rofi-pass: 2015-06-08 -> 2015-08-06
2015-08-06 10:13:33 +02:00
hiberno 3a07cc1317 rofi-pass: 2015-06-08 -> 2015-08-06 2015-08-06 09:51:13 +02:00
hiberno afdf985244 pamixer: 1.2.1 -> 1.3 2015-08-06 09:37:39 +02:00
William A. Kennington III f6c1004b2a firefox: Use more system libraries
Use system libpng with apng support.
Use the system icu which works fine in newer firefox builds.
Use jemalloc to speed up memory allocations and reduce fragmentation.
2015-08-05 23:26:34 -07:00
William A. Kennington III 5c6aa391fc chromium: Cleanup old patch and update stable 2015-08-05 19:27:29 -07:00
William A. Kennington III 370add9d80 chromium: update.sh Shouldn't use cached hashes as they often change upstream for the same version 2015-08-05 19:25:56 -07:00
William A. Kennington III d9358f1879 Merge pull request #9117 from benley/chromium-xdg
chromium: fix opening URLs from associated mime types
2015-08-05 17:08:30 -07:00
William A. Kennington III 0ecc61b4d7 Merge branch 'master.upstream' into staging.upstream 2015-08-05 16:24:57 -07:00
Herwig Hochleitner 150cbd6a65 dropbox: 3.6.9 -> 3.8.5 2015-08-05 23:56:54 +02:00
Pascal Wittmann 3dbdac801c org-mode: update from 8.2.10 to 8.3 2015-08-05 14:35:35 +02:00
Eelco Dolstra 525c901ce9 Make svn2git visible to nix-env 2015-08-05 14:33:12 +02:00
Eelco Dolstra 9657be0b95 svn2git-kde: Mark as broken
The source repository no longer exists.
2015-08-05 14:33:03 +02:00
Marco Maggesi ba3a4a892e Update fossil to version 1.33 2015-08-05 14:09:33 +02:00
Cillian de Róiste 4c85902d70 samplv1: update from 0.6.3 to 0.7.0 2015-08-05 10:29:23 +02:00
Cillian de Róiste 642a7ca1d7 guitarix: update from 0.32.3 to 0.33.0 2015-08-05 10:29:00 +02:00
Cillian de Róiste 5a7f1251fe drumkv1: update from 0.6.3 to 0.7.0 2015-08-05 10:28:43 +02:00
Charles Strahan 7c1a3da1c4 macvim: fix bad copy/paste in 6f08fdd26
In 6f08fdd26, I left in a typo after copying from my `~/.nixpkgs/config`.
I would normally test this out locally, but I'm fixing up my conf locally,
and, in the interest of not forgetting to push this change up, made the edit
through GitHub's UI.
Oops.
2015-08-04 17:46:45 -05:00
Charles Strahan 6f08fdd26a macvim: 7.4.479 -> 7.4.648
This updates macvim to 7.4.648. This also fixes the build, which was broken when I set the default Ruby version to 2.2.2 (one of the symbols was renamed).
2015-08-04 17:42:08 -05:00
William A. Kennington III 926f073f55 Merge branch 'master.upstream' into staging.upstream 2015-08-04 15:32:43 -07:00
Benjamin Staffin 501f667958 chromium: fix opening URLs from associated mime types
It helps to actually pass the URL to chromium :)

Related to #4370
2015-08-04 14:39:17 -07:00
Null is Too Long 804f0098ef thunderbird-bin: fix icon path 2015-08-04 12:23:28 -04:00
Arseniy Seroka a75c725fd4 Merge pull request #7954 from qknight/inkscape_boxmaker
inkscape with boxmaker plugin
2015-08-04 17:14:35 +03:00
Arseniy Seroka d649a1d88f telegram-cli: 2014-03-04 -> 2015-07-30 & add maintainer 2015-08-04 17:11:36 +03:00
Pascal Wittmann 6469382809 calibre: update from 2.31.0 to 2.33.0
moved from sourceforge to github as sourceforge is outdated
2015-08-04 13:55:08 +02:00
Pascal Wittmann 76b5c75d48 dwb: mark it as broken, closes #7952 2015-08-04 13:04:14 +02:00
Pascal Wittmann 2dc42b1eec llpp: update to 2015-07-30, fix build and don't fetch submodules 2015-08-04 13:00:35 +02:00
Jaka Hudoklin 69970d3b53 Merge pull request #9111 from benley/docker-1.7.1
docker: 1.6.0 -> 1.7.1
2015-08-04 12:16:39 +02:00
Charles Strahan bc042fe0ff mesos: 0.22.1 -> 0.23.0 2015-08-04 06:11:32 -04:00
Benjamin Staffin f098967293 chromium: Fix widevine ppapi plugin loading
See "Running a plugin in Chrome" section at:
https://www.chromium.org/developers/design-documents/pepper-plugin-implementation

The colon between the plugin's description and its mime type is indeed
supposed to be a semicolon, according to that design doc.
2015-08-03 20:37:35 -07:00
Benjamin Staffin a5cdd98da4 docker: 1.6.0 -> 1.7.1 2015-08-03 20:20:56 -07:00
aszlig 86b695a18e
vbox-guest: Remove all references to sbin/.
Using $storepath/sbin is deprecated according to commit 98cedb3, so
let's avoid putting anything in .../sbin for the guest additions.

This is a continuation of the initial commit done by @ctheune at
1fb1360, which unfortunately broke VM tests and only changed the path of
the mount.vboxsf helper.

With this commit, the VM test is fixed and I've also verified on my
machine that it is indeed working again.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-04 03:03:24 +02:00
Jonathan Rudenberg 387517da84 kodi: Fix libcec build 2015-08-03 19:51:59 -04:00
aszlig a26edf0f77
vbox-guest: Merge pull request #9063 from ctheune.
This places mount.vboxsf in $out/bin instead of sbin, because as
reported in #9063 it seems that the the mount tools are no longer
looking into $storepath/sbin/mount.$what but into
$storepath/bin/mount.$what instead.

However, I haven't found any commit which changes this behavior and
couldn't reproduce it. Also, merging this will break the VirtualBox
tests, but I'm merging it anyway in an effort to remove $storepath/sbin
from virtualboxGuestAdditions entirely.

Tested against virtualbox NixOS VM test, which of course failed as said
before.
2015-08-04 01:16:35 +02:00
William A. Kennington III a2da9cfcaf Merge branch 'master.upstream' into staging.upstream 2015-08-03 14:27:14 -07:00
Nikolay Amiantov fcc6716680 openbox: propagate some dependencies 2015-08-03 17:16:07 +03:00
Tobias Geerinckx-Rice 87853e7753 clipgrab: add 1080p (ffmpeg) support
Support is optional (pass ffmpeg = null), but enabled by default.
2015-08-03 01:41:56 +02:00
Tobias Geerinckx-Rice dad99aae8e clipgrab: 3.4.11 -> 3.5.1 2015-08-03 01:41:56 +02:00
Michael Raskin b49fc96617 Use GNOME-enabled libsoup in Midori as the build fails otherwise 2015-08-03 00:31:07 +03:00
Arseniy Seroka 372e5a7dcf Merge pull request #9072 from benley/shout
Shout: new package and nixos module
2015-08-02 16:07:36 +03:00
William A. Kennington III 1dab05033f Merge branch 'master.upstream' into staging.upstream 2015-08-01 19:18:08 -07:00
William A. Kennington III 479a43cf74 Merge pull request #9071 from danbst/mercurial
Mercurial: update to 3.4.2
2015-08-01 13:17:55 -07:00
Jonathan Rudenberg abaedd5de5 makemkv: 1.9.4 -> 1.9.5 2015-08-01 13:33:28 -04:00
ts468 2b284a3d1d Merge pull request #8833 from ts468/upstream.xen
xen: fixes (authored by michalpalka)
2015-08-01 16:59:40 +02:00
Nikolay Amiantov 49c14b1553 Merge pull request #9065 from abbradar/mumble-celt
mumble: use our celt library
2015-08-01 12:17:25 +03:00
William A. Kennington III 09b4a7cc1b Merge branch 'master.upstream' into staging.upstream 2015-07-31 17:26:20 -07:00
Benjamin Staffin f4502e650b shout: init at 0.51.1
Shout is an IRC client with a nice web interface.
2015-07-31 16:08:10 -07:00
danbst 40061f66ce mercurial: bump 3.3.3 -> 3.4.2 2015-07-31 20:18:20 +00:00
danbst fc155f74d6 tortoisehg: init at 3.4.2 2015-07-31 19:29:29 +00:00
Arseniy Seroka 5945655fd6 Merge pull request #9049 from AndersonTorres/cmatrix
cmatrix: init at 1.2a
2015-07-31 15:28:26 +03:00
Nikolay Amiantov 47bb91194b mumble: use our celt library 2015-07-31 13:41:43 +03:00
Christian Theune 1fb1360ae2 virtualbox: place mount.vboxsf in bin/ instead of sbin/
The mount tools aren't looking in sbin/ any longer.
2015-07-31 06:38:28 +00:00
Thomas Tuegel ebe0befd86 Merge branch 'quassel' 2015-07-30 21:51:37 -05:00
Tobias Geerinckx-Rice e71a992b1f Merge pull request #9046 from vbgl/mupdf-1.7a
mupdf: 1.7 -> 1.7a
2015-07-31 04:14:41 +02:00
Jan Malakhovski 56fbeb7a93 emacs-packages: add automatic meta.homepages to builders, cleanup other expressions
Because we can.
2015-07-31 02:02:04 +00:00
Tobias Geerinckx-Rice 6c6201a99b Remove unnecessary rec{s from "my" packages 2015-07-31 02:02:07 +02:00
Eelco Dolstra 55932c1bec Don't statically depend on cacert for certificates
This reverts commit cd52c04456 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-07-31 01:34:58 +02:00
William A. Kennington III 7ebe164ae0 Merge branch 'master.upstream' into staging.upstream 2015-07-30 15:03:10 -07:00
William A. Kennington III 85134cc386 chromium: Updates 2015-07-30 12:12:08 -07:00
Vincent Laporte edd76966cb qarte: 2.2.0-147 -> 2.3.0 2015-07-30 20:34:02 +02:00
aszlig 8d34b4a46a
chromium: Add another mirror for Chrome deb.
The only mirror left which still has the .deb for 44.0.2403.89 is
http://mirror.pcbeta.com/, but that one doesn't seem to be reachable
from certain contries.

And according to @CestDiego, it doesn't seem to be reachable from within
the US.

Closes #9021, thanks to @CestDiego for reporting.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Diego Berrocal <cestdiego@gmail.com>
Tested-by: Diego Berrocal <cestdiego@gmail.com>
2015-07-30 19:57:38 +02:00
Vladimír Čunát 7c291e2e59 super-user-spark: init at 0.1.0.0 (close #8894)
Super-User-Spark is a program for managing dotfiles.
The author is Tom Sydney Kerckhove.

Details on usage can be found on his [blogpost] as well as the [reddit thread].

[blogpost]: http://cs-syd.eu/posts/2015-07-19-super-user-spark.html
[reddit thread]: http://www.reddit.com/r/haskell/comments/3dsdi5/more_than_just_another_symlink_manager_written_in/
2015-07-30 19:14:38 +02:00
lethalman 8230f0a379 Merge pull request #8908 from devhell/boinc
boinc: 7.4.14 -> 7.4.42
2015-07-30 18:52:34 +02:00
lethalman 35231964af Merge pull request #8859 from rycee/update/gimpPlugin.gmic
gimpPlugins.gmic: 1.5.7.2 -> 1.6.5.0
2015-07-30 18:19:20 +02:00
Arseniy Seroka 25334ab40a Merge pull request #9052 from matthiasbeyer/update-ncmpcpp
ncmpcpp: 0.6.4 -> 0.6.5
2015-07-30 16:42:08 +03:00
Luca Bruno 8dbc328ad6 shotwell: use gnome3.rest to fix build 2015-07-30 13:01:03 +02:00
Matthias Beyer f2131c7aea ncmpcpp: 0.6.4 -> 0.6.5 2015-07-30 11:03:26 +02:00
Vladimír Čunát 862900e42e mass-replace deprecated usage of find -perm (Fixes #9044)
sed 's|-perm +0|-perm /0|g'
It's a mass-rebuild due to usage in stdenv's default setup hooks.
2015-07-30 10:30:17 +02:00
William A. Kennington III 0e947e00a0 git: 2.4.6 -> 2.5.0 2015-07-29 18:15:08 -07:00
AndersonTorres 219debbedd cmatrix: init at 1.2a 2015-07-29 18:36:02 -03:00
Vincent Laporte 2152fd7f1e mupdf: 1.7 -> 1.7a 2015-07-29 19:47:03 +02:00
William A. Kennington III aaef42ab8c Merge branch 'master.upstream' into staging.upstream 2015-07-29 10:23:08 -07:00
Bjørn Forsman f595450912 eclipse: switch to officially mirrored download URLs
That is, replace all mirror specific URLs with the generic form:

  http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/path/to/file

* r=1 auto-redirects to best mirror
* nf=1 returns HTTP 404 if there is no file, instead of HTML data

It's documented here:

  http://wiki.eclipse.org/IT_Infrastructure_Doc#Use_mirror_sites.2Fsee_which_mirrors_are_mirroring_my_files.3F

All URLs are tested (they work).
2015-07-29 13:41:35 +02:00
lethalman 5b3c3adce1 Merge pull request #9033 from kamilchm/qtile-pkg
qtile: init at 0.10.1
2015-07-29 12:04:48 +02:00
Tobias Geerinckx-Rice 936b8dc2c7 x2goclient: 4.0.4.0 -> 4.0.5.0 2015-07-29 00:19:31 +02:00
Arseniy Seroka 44b9366810 Merge pull request #9032 from devhell/canto
canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
2015-07-29 00:34:50 +03:00
Arseniy Seroka 0117488423 Merge pull request #8987 from Profpatsch/texmacs-update
texmacs: update to 1.99.2
2015-07-29 00:27:12 +03:00
devhell 8d41ccf6f9 boinc: 7.4.14 -> 7.4.42
As it turns out BOINC moved their git repository to Github sometime
shortly after the first update to this derivation. Their wiki change
makes this quite clear:
https://boinc.berkeley.edu/trac/wiki/SourceCodeGit?action=diff&version=54

Slight refactor and the changelog for this release can be found here:
https://boinc.berkeley.edu/trac/wiki/VersionHistory

Build and run were successful.
2015-07-28 22:01:26 +01:00
Kamil Chmielewski e610f27c43 qtile: init at 0.10.1 2015-07-28 22:55:32 +02:00
devhell 9dbde02381 canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
Built and tested locally. The changelog can be found here:
http://codezen.org/canto-ng/news/
2015-07-28 21:05:14 +01:00
Bjørn Forsman a20470ee33 hamster-time-tracker: init at 1.04
https://projecthamster.wordpress.com/

Note that because it is invoked via dbus, you have to properly install
it and logout/login for the thing to work (you cannot run it directly
from the nix store).
2015-07-28 21:22:21 +02:00
Bjørn Forsman 3715c2e089 eclipses: add eclipse-cpp-4.5 (Mars release) 2015-07-28 21:18:54 +02:00
lethalman 37e554828d Merge pull request #8878 from 2chilled/master
synapse: init at 0.2.99.1
2015-07-28 18:44:20 +02:00
Matthias Herrmann 679a941f26 synapse: init at 0.2.99.1 2015-07-28 17:25:28 +02:00
Profpatsch f3c1ad6baf texmacs: 1.0.7.11 -> 1.99.2 2015-07-28 16:06:29 +02:00
Vladimír Čunát 0c4e4e6849 Merge branch 'master' into staging
There was a mass-rebuild due to expat CVE.
2015-07-28 13:09:43 +02:00
Arseniy Seroka 3c5ac057e9 Merge pull request #9017 from ericsagnes/ponymix
Add ponymix
2015-07-28 14:01:17 +03:00
Nikolay Amiantov a5ef14bb74 bomi: update package 2015-07-28 12:33:30 +03:00
Nikolay Amiantov f2692a96a2 fix homepages 2015-07-28 12:33:30 +03:00
Eric Sagnes 242c0d3e18 ponymix: init at 4 2015-07-28 08:52:41 +09:00
William A. Kennington III 6b55ca513d Merge branch 'master.upstream' into staging.upstream 2015-07-27 16:11:03 -07:00
Thomas Tuegel 058f36aae7 quassel: add optional KF5 features
Also fixes conditional dependencies so that TLS is enabled.
2015-07-27 17:58:00 -05:00
Moritz Ulrich 0411a4c376 direwolf: New package. 2015-07-28 00:05:55 +02:00
Moritz Ulrich 51c82551ee multimon-ng: New package.
A digital baseband audio protocol decoder.
2015-07-28 00:05:55 +02:00
Moritz Ulrich 0391b7b0a8 gnuradio-osmosdr & gqrx: Add myself as maintainer. 2015-07-28 00:05:54 +02:00
Moritz Ulrich 2f861a3d07 gqrx: Add support for hackrf. 2015-07-28 00:05:54 +02:00
Moritz Ulrich 92c17a7129 hackrf: 2014.08.1 -> 2015.07.2. 2015-07-28 00:05:54 +02:00
Moritz Ulrich 3210555223 Chirp: New package. 2015-07-28 00:05:54 +02:00
William A. Kennington III bd5f2c9638 Merge branch 'master.upstream' into staging.upstream 2015-07-27 08:17:19 -07:00
Tobias Geerinckx-Rice 4d20fb5f44 putty: 0.64 -> 0.65 2015-07-27 01:54:08 +02:00
Tobias Geerinckx-Rice 10f419dae4 redshift: fix dependencies, make configurable 2015-07-27 01:54:07 +02:00
Eelco Dolstra e1f78bf677 More docs/manpages in separate outputs 2015-07-27 00:27:54 +02:00
Eelco Dolstra 7e8165b277 imagemagick: Move docs to separate output
This reduces the size of out from 21 MB to 8.7 MB.
2015-07-26 23:39:47 +02:00
Eelco Dolstra 7f0a596473 imagemagick: Reduce dependency bloat
The closure size of imagemagick has recently gone up from 530 MB
(already bad) to 846 MB, which is a bit excessive. So revert most of
the recent changes.
2015-07-26 23:33:49 +02:00
Eelco Dolstra a68de0cc16 Revert "geeqie: update from 1.1 to 1.2"
This reverts commit 82e07fb1e8. See
fee59b1235.
2015-07-26 22:46:45 +02:00
Eelco Dolstra 43f331a874 mpv: Don't enable JACK support by default
Packages should not depend on JACK by default to reduce dependency
bloat.

Issue #8990.
2015-07-26 22:45:39 +02:00
William A. Kennington III 6cb708c3b3 chromium: Bump 2015-07-26 12:38:34 -07:00
Arseniy Seroka e9b5deb973 Merge pull request #8964 from vbgl/ecm
ecm: 6.2.3 -> 6.4.4
2015-07-26 20:09:10 +03:00
Arseniy Seroka d3fa021448 Merge pull request #8977 from AndersonTorres/cherrytree
Cherrytree: 0.35.8 -> 0.35.9
2015-07-26 20:08:53 +03:00
Arseniy Seroka a1fb9dfd00 Merge pull request #8992 from AndersonTorres/bochs
Bochs: 2.6.7 -> 2.6.8
2015-07-26 20:06:38 +03:00
Arseniy Seroka 87807373b5 Merge pull request #9001 from joachifm/electrum-2_4
electrum: 2.3.2 -> 2.4
2015-07-26 20:06:01 +03:00
Arseniy Seroka adedca45d5 Merge pull request #8994 from AndersonTorres/icewm
IceWM: 1.3.8 -> 1.3.10
2015-07-26 20:04:54 +03:00
Arseniy Seroka 558dbbc7f3 Merge pull request #8947 from AndersonTorres/oroborus
Oroborus (2.0.20): New Package
2015-07-26 20:03:47 +03:00
Mateusz Kowalczyk 77857a8237 Merge pull request #7599 from jraygauthier/jrg/add_peru_pkg
Added peru package.
2015-07-26 17:27:02 +01:00